|
|
|
@ -11,12 +11,18 @@ dependencies {
|
|
|
|
|
implementation "com.github.tobato:fastdfs-client:1.27.2"
|
|
|
|
|
implementation "commons-fileupload:commons-fileupload:1.4"
|
|
|
|
|
implementation "commons-io:commons-io:2.8.0"
|
|
|
|
|
implementation "com.ruoyi:ruoyi-api-system:${devVersion}"
|
|
|
|
|
implementation "com.ruoyi:ruoyi-common-core:${devVersion}"
|
|
|
|
|
implementation "com.ruoyi:ruoyi-common-datascope:${devVersion}"
|
|
|
|
|
implementation "com.ruoyi:ruoyi-common-log:${devVersion}"
|
|
|
|
|
implementation "com.ruoyi:ruoyi-common-redis:${devVersion}"
|
|
|
|
|
implementation "com.ruoyi:ruoyi-common-security:${devVersion}"
|
|
|
|
|
implementation "com.ruoyi:ruoyi-common-swagger:${devVersion}"
|
|
|
|
|
implementation "de.codecentric:spring-boot-admin-starter-server:2.3.0"
|
|
|
|
|
implementation "io.springfox:springfox-swagger2:2.9.2"
|
|
|
|
|
implementation "io.springfox:springfox-swagger-ui:2.9.2"
|
|
|
|
|
implementation "io.swagger:swagger-annotations:1.5.24"
|
|
|
|
|
implementation "javax.servlet:javax.servlet-api:4.0.1"
|
|
|
|
|
implementation "mysql:mysql-connector-java:8.0.21"
|
|
|
|
|
implementation "org.apache.commons:commons-lang3:3.11"
|
|
|
|
|
implementation "org.apache.commons:commons-pool2:2.9.0"
|
|
|
|
|
implementation "org.apache.poi:poi-ooxml:4.1.2"
|
|
|
|
@ -26,18 +32,17 @@ dependencies {
|
|
|
|
|
implementation "org.mybatis.spring.boot:mybatis-spring-boot-starter:2.1.4"
|
|
|
|
|
implementation "org.quartz-scheduler:quartz:2.3.2"
|
|
|
|
|
implementation "org.springframework.boot:spring-boot-autoconfigure:${springBoot}"
|
|
|
|
|
// implementation "org.springframework.boot:spring-boot-autoconfigure:${springBoot}"
|
|
|
|
|
implementation "org.springframework.boot:spring-boot-starter-actuator:${springBoot}"
|
|
|
|
|
implementation "org.springframework.boot:spring-boot-starter-data-redis:${springBoot}"
|
|
|
|
|
implementation "org.springframework.boot:spring-boot-starter-data-redis:2.3.4.RELEASE"
|
|
|
|
|
implementation "org.springframework.boot:spring-boot-starter-jdbc:${springBoot}"
|
|
|
|
|
implementation "org.springframework.boot:spring-boot-starter-security:${springBoot}"
|
|
|
|
|
// implementation "org.springframework.boot:spring-boot-starter-security:${springBoot}"
|
|
|
|
|
implementation "org.springframework.boot:spring-boot-starter-validation:${springBoot}"
|
|
|
|
|
// implementation "org.springframework.boot:spring-boot-starter-validation:${springBoot}"
|
|
|
|
|
implementation "org.springframework.boot:spring-boot-starter-web:${springBoot}"
|
|
|
|
|
implementation "org.springframework.boot:spring-boot-starter-web:2.3.4.RELEASE"
|
|
|
|
|
implementation "org.springframework.cloud:spring-cloud-starter-gateway:${springCloud}"
|
|
|
|
|
implementation "org.springframework.cloud:spring-cloud-starter-openfeign:${springCloud}"
|
|
|
|
|
implementation "org.springframework:spring-context-support:5.3.2"
|
|
|
|
|
implementation project(":ruoyi-common-core")
|
|
|
|
|
implementation project(":ruoyi-common-redis")
|
|
|
|
|
implementation project(":ruoyi-common-security")
|
|
|
|
|
}
|