<dependency>
<groupId>io.github.wujun728</groupId>
<artifactId>jun-common</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
@Grapes(
@Grab(group='io.github.wujun728', module='jun-common', version='0.0.1-RELEASE')
)
compile
|-- org.springframework.boot:spring-boot-starter-web
|-- org.springframework.boot:spring-boot-starter-validation
|-- org.springframework.boot:spring-boot-starter-data-jdbc
|-- org.springframework.boot:spring-boot-configuration-processor
|-- org.springframework.boot:spring-boot-starter-data-redis
|-- org.springframework.boot:spring-boot-starter-aop
|-- org.springframework.boot:spring-boot-starter-thymeleaf
|-- org.projectlombok:lombok:1.18.26
|-- net.sf.ehcache:ehcache:2.10.9.2
|-- cn.hutool:hutool-all:5.8.20
|-- com.alibaba.fastjson2:fastjson2:2.0.37
|-- com.baomidou:mybatis-plus:3.5.3.1
|-- com.baomidou:mybatis-plus-boot-starter:3.5.3.1
|-- com.jfinal:activerecord:5.1.2
|-- redis.clients:jedis:5.0.0-alpha2
|-- com.belerweb:pinyin4j:2.5.1
|-- com.github.ulisesbocchio:jasypt-spring-boot-starter:2.1.1
|-- com.github.xiaoymin:knife4j-spring-boot-starter:2.0.2
|-- commons-fileupload:commons-fileupload:1.5
|-- org.apache.commons:commons-lang3:3.13.0
|-- org.projectlombok:lombok:1.18.26
runtime
|-- com.mysql:mysql-connector-j:8.0.33
test
|-- org.springframework.boot:spring-boot-starter-test
|-- junit:junit