From 8f3e390d70c2d17bd29a5dd1c65588538443a761 Mon Sep 17 00:00:00 2001 From: hengboy Date: Mon, 20 Jul 2020 09:05:52 +0800 Subject: [PATCH 1/2] Classification autoconfigure module dependency list --- .../api-boot-autoconfigure/pom.xml | 184 ++++++++---------- 1 file changed, 80 insertions(+), 104 deletions(-) diff --git a/api-boot-project/api-boot-autoconfigure/pom.xml b/api-boot-project/api-boot-autoconfigure/pom.xml index 1860adbd..5bef6d51 100644 --- a/api-boot-project/api-boot-autoconfigure/pom.xml +++ b/api-boot-project/api-boot-autoconfigure/pom.xml @@ -14,208 +14,189 @@ ${basedir}/../.. - + org.springframework.boot spring-boot-configuration-processor - - org.minbox.framework - api-boot + org.springframework.boot + spring-boot-starter-web true - - ${project.groupId} - api-boot-common + org.springframework.boot + spring-boot-starter-security + true - - org.projectlombok - lombok - compile + org.springframework.boot + spring-boot-starter-jdbc true - - com.alibaba - fastjson + org.springframework.boot + spring-boot-starter-data-redis true - - org.reflections - reflections + com.alibaba.boot + nacos-config-spring-boot-starter true - + - io.springfox - springfox-swagger-ui + org.springframework.cloud + spring-cloud-starter-openfeign true + + - io.springfox - springfox-swagger2 + org.springframework.security.oauth + spring-security-oauth2 true - io.springfox - springfox-bean-validators + org.springframework.security + spring-security-jwt true - - - org.springframework.boot - spring-boot-starter-web + org.springframework.data + spring-data-mongodb true - + + - org.springframework.boot - spring-boot-starter-security + org.minbox.framework + api-boot true - - org.springframework.security.oauth - spring-security-oauth2 + ${project.groupId} + api-boot-common true - - org.springframework.security - spring-security-jwt + ${project.groupId} + api-boot-plugin-resource-load true - - com.aliyun.oss - aliyun-sdk-oss - true + org.minbox.framework + api-boot-tools - + - org.springframework.boot - spring-boot-starter-jdbc + com.gitee.hengboy + mybatis-pageable-core true - - - com.zaxxer - HikariCP + com.gitee.hengboy + mybatis-enhance-core true - com.alibaba - druid + com.gitee.hengboy + mybatis-enhance-dsl true - - ${project.groupId} - api-boot-plugin-resource-load + minbox-logging-client true - - org.springframework.boot - spring-boot-starter-data-redis + ${project.groupId} + minbox-logging-admin true - - - com.gitee.hengboy - mybatis-pageable-core + ${project.groupId} + minbox-logging-admin-ui true - - - com.gitee.hengboy - mybatis-enhance-core + ${project.groupId} + minbox-logging-spring-context true - com.gitee.hengboy - mybatis-enhance-dsl + org.minbox.framework + minbox-mongo-client-settings true - + - com.alibaba.boot - nacos-config-spring-boot-starter + org.projectlombok + lombok + compile true - - - com.aliyun - aliyun-java-sdk-core + com.alibaba + fastjson true - com.aliyun - aliyun-java-sdk-dysmsapi + org.reflections + reflections true - com.aliyun - aliyun-java-sdk-dm + io.springfox + springfox-swagger-ui true - - - ${project.groupId} - minbox-logging-client + io.springfox + springfox-swagger2 true - ${project.groupId} - minbox-logging-admin + io.springfox + springfox-bean-validators true - ${project.groupId} - minbox-logging-admin-ui + com.aliyun.oss + aliyun-sdk-oss true - ${project.groupId} - minbox-logging-spring-context + com.aliyun + aliyun-java-sdk-core true - - - org.springframework.cloud - spring-cloud-starter-openfeign + com.aliyun + aliyun-java-sdk-dysmsapi true - - - org.mongodb - mongodb-driver-sync + com.aliyun + aliyun-java-sdk-dm true - org.springframework.data - spring-data-mongodb + com.zaxxer + HikariCP true - org.minbox.framework - minbox-mongo-client-settings + com.alibaba + druid + true + + + org.mongodb + mongodb-driver-sync true @@ -233,11 +214,6 @@ guava true - - - org.minbox.framework - api-boot-tools - From c9a93c21c3fe9b4da23bb1989b4f25e62105b2d6 Mon Sep 17 00:00:00 2001 From: hengboy Date: Mon, 20 Jul 2020 09:10:15 +0800 Subject: [PATCH 2/2] Replace "${project.groupId}" to "org.minbox.framework" --- api-boot-project/api-boot-autoconfigure/pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/api-boot-project/api-boot-autoconfigure/pom.xml b/api-boot-project/api-boot-autoconfigure/pom.xml index 5bef6d51..a000ab58 100644 --- a/api-boot-project/api-boot-autoconfigure/pom.xml +++ b/api-boot-project/api-boot-autoconfigure/pom.xml @@ -76,12 +76,12 @@ true - ${project.groupId} + org.minbox.framework api-boot-common true - ${project.groupId} + org.minbox.framework api-boot-plugin-resource-load true @@ -107,22 +107,22 @@ true - ${project.groupId} + org.minbox.framework minbox-logging-client true - ${project.groupId} + org.minbox.framework minbox-logging-admin true - ${project.groupId} + org.minbox.framework minbox-logging-admin-ui true - ${project.groupId} + org.minbox.framework minbox-logging-spring-context true