|
@@ -49,7 +49,7 @@ dependencies {
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
// spring cloud 依赖
|
|
// spring cloud 依赖
|
|
- compile group: 'org.springframework.cloud', name: 'spring-cloud-starter-netflix-eureka-client', version: SPRING_CLOUD_CONFIG_VERSION
|
|
|
|
|
|
+ // compile group: 'org.springframework.cloud', name: 'spring-cloud-starter-netflix-eureka-client', version: SPRING_CLOUD_CONFIG_VERSION
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
@@ -60,10 +60,11 @@ dependencies {
|
|
compile group: 'org.springdoc', name: 'springdoc-openapi-ui', version: SPRING_DOC_VERSION
|
|
compile group: 'org.springdoc', name: 'springdoc-openapi-ui', version: SPRING_DOC_VERSION
|
|
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
// Sybotan依赖
|
|
// Sybotan依赖
|
|
-
|
|
|
|
- compile group: "com.persagy", name: "persagy-kotlin-base", version: PERSAGY_KOTLIN_VERSION
|
|
|
|
|
|
+ compile group: "com.alibaba", name: "fastjson", version: FAST_JSON_VERSION
|
|
|
|
+ compile(group: "com.persagy", name: "persagy-kotlin-base", version: PERSAGY_KOTLIN_VERSION){exclude group: 'com.alibaba',module:'fastjson'}
|
|
compile group: "com.persagy", name: "persagy-kotlin-database", version: PERSAGY_KOTLIN_VERSION
|
|
compile group: "com.persagy", name: "persagy-kotlin-database", version: PERSAGY_KOTLIN_VERSION
|
|
- compile group: "com.persagy", name: "persagy-kotlin-mybatis", version: PERSAGY_KOTLIN_VERSION
|
|
|
|
|
|
+ compile(group: "com.persagy", name: "persagy-kotlin-mybatis", version: PERSAGY_KOTLIN_VERSION) {exclude group: 'org.mybatis',module:'mybatis'}
|
|
|
|
+ compile group: "org.mybatis", name: "mybatis", version: MYBATIS_CORE_VERSION
|
|
compile group: "com.persagy", name: "persagy-kotlin-mysql", version: PERSAGY_KOTLIN_VERSION
|
|
compile group: "com.persagy", name: "persagy-kotlin-mysql", version: PERSAGY_KOTLIN_VERSION
|
|
compile group: "com.persagy", name: "persagy-service-base", version: PERSAGY_SERVICE_VERSION
|
|
compile group: "com.persagy", name: "persagy-service-base", version: PERSAGY_SERVICE_VERSION
|
|
compile group: "com.persagy", name: "persagy-service-mybatis", version: PERSAGY_SERVICE_VERSION
|
|
compile group: "com.persagy", name: "persagy-service-mybatis", version: PERSAGY_SERVICE_VERSION
|
|
@@ -76,7 +77,7 @@ dependencies {
|
|
compile group: "org.testng", name: "testng", version: TESTNG_VERSION
|
|
compile group: "org.testng", name: "testng", version: TESTNG_VERSION
|
|
// Log 工具
|
|
// Log 工具
|
|
compile group: "org.projectlombok", name: "lombok", version: LOMBOK_VERSION
|
|
compile group: "org.projectlombok", name: "lombok", version: LOMBOK_VERSION
|
|
-
|
|
|
|
|
|
+ compile group: 'org.apache.skywalking', name: 'apm-toolkit-logback-1.x', version: APM_SKYWALKING_VERSION
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|