重命名.
This commit is contained in:
parent
78886e6620
commit
66f749bf37
@ -3,7 +3,7 @@ def common = [
|
||||
rootProject.ext.dependencies["spring-jdbc"]
|
||||
]
|
||||
dependencies {
|
||||
compile project(":mybatis-plus-api")
|
||||
compile project(":mybatis-plus-support")
|
||||
compile rootProject.ext.dependencies["jsqlparser"]
|
||||
compile rootProject.ext.dependencies["mybatis-spring"]
|
||||
compile rootProject.ext.dependencies["mybatis"]
|
||||
|
@ -1,6 +1,6 @@
|
||||
dependencies {
|
||||
compile project(":mybatis-plus-api")
|
||||
compile rootProject.ext.dependencies["velocity"]
|
||||
compile project(":mybatis-plus-support")
|
||||
compileOnly rootProject.ext.dependencies["velocity"]
|
||||
compile rootProject.ext.dependencies["slf4j-api"]
|
||||
testCompile rootProject.ext.dependencies["sqlserver"]
|
||||
testCompile rootProject.ext.dependencies["postgresql"]
|
||||
@ -8,4 +8,5 @@ dependencies {
|
||||
testCompile rootProject.ext.dependencies["h2"]
|
||||
testCompile rootProject.ext.dependencies["mysql"]
|
||||
testCompile rootProject.ext.dependencies["logback-classic"]
|
||||
testCompile rootProject.ext.dependencies["velocity"]
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
dependencies{
|
||||
compile project(":mybatis-plus-api")
|
||||
compile project(":mybatis-plus-support")
|
||||
compile project(":mybatis-plus-core")
|
||||
compile project(":mybatis-plus-generate")
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
rootProject.name = 'mybatis-plus'
|
||||
include 'mybatis-plus'
|
||||
include 'mybatis-plus-api'
|
||||
include 'mybatis-plus-support'
|
||||
include 'mybatis-plus-core'
|
||||
include 'mybatis-plus-generate'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user