mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-26 11:51:55 +08:00
分布式开发,每个模块一个gradle项目
This commit is contained in:
@@ -1,12 +1,21 @@
|
||||
group = "com.ruoyi"
|
||||
apply from: "../../build-config/build-base.gradle"
|
||||
apply from: "../../build-config/build-publish.gradle"
|
||||
description = "ruoyi-common-security"
|
||||
|
||||
apply from: "../../build-product.gradle"
|
||||
dependencies {
|
||||
implementation project(':ruoyi-common-core')
|
||||
implementation project(':ruoyi-api-system')
|
||||
implementation project(':ruoyi-common-redis')
|
||||
implementation project(":ruoyi-common-core")
|
||||
implementation project(":ruoyi-common-redis")
|
||||
|
||||
implementation "com.ruoyi:ruoyi-api-system:${devVersion}"
|
||||
|
||||
implementation "org.apache.commons:commons-lang3:3.11"
|
||||
implementation "org.mybatis.spring.boot:mybatis-spring-boot-starter:2.1.4"
|
||||
// implementation "org.springframework.boot:spring-boot-autoconfigure:${springBoot}"
|
||||
|
||||
implementation "org.springframework.boot:spring-boot-starter-web:${springBoot}"
|
||||
implementation "org.springframework.boot:spring-boot-starter-security:${springBoot}"
|
||||
implementation "org.springframework.boot:spring-boot-starter-validation:${springBoot}"
|
||||
implementation "org.springframework.cloud:spring-cloud-starter-openfeign:${springCloud}"
|
||||
|
||||
|
||||
}
|
||||
|
||||
description = 'ruoyi-common-security'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user