add gradle

This commit is contained in:
陈云志 2021-02-19 18:44:07 +08:00
parent 6c4085362e
commit a437db849c
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
dependencies {
implementation project(":ruoyi-common-core")
implementation "com.ruoyi:ruoyi-api-system:${devVersion}"
implementation project(":ruoyi-common-security")
implementation "org.aspectj:aspectjweaver:1.9.6"
implementation "org.apache.commons:commons-lang3:3.11"
implementation "org.springframework.boot:spring-boot-starter-validation:${springBoot}"
}
description = "ruoyi-common-datascope"