diff --git a/mall-common/pom.xml b/mall-common/pom.xml index ba550d8..90947f1 100644 --- a/mall-common/pom.xml +++ b/mall-common/pom.xml @@ -24,37 +24,6 @@ lombok - - com.github.ben-manes.caffeine - caffeine - - - org.springframework.boot - spring-boot-starter-thymeleaf - - - - - com.alibaba.cloud - spring-cloud-starter-alibaba-nacos-discovery - - - com.alibaba.cloud - spring-cloud-starter-alibaba-nacos-config - - - - - - - org.springframework.cloud - spring-cloud-starter-loadbalancer - - - - - - com.baomidou @@ -75,18 +44,5 @@ knife4j-openapi3-jakarta-spring-boot-starter - - - org.webjars - bootstrap - - - org.webjars - font-awesome - - - org.webjars - jquery - diff --git a/mall-coupon/pom.xml b/mall-coupon/pom.xml deleted file mode 100644 index cd412d9..0000000 --- a/mall-coupon/pom.xml +++ /dev/null @@ -1,58 +0,0 @@ - - 4.0.0 - - com.mall - mall-cloud - 1.0-SNAPSHOT - - - mall-coupon - jar - - mall-coupon - https://maven.apache.org - - - UTF-8 - - - - - com.mall - mall-common - 1.0-SNAPSHOT - - - - - org.springframework.boot - spring-boot-devtools - runtime - true - - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-thymeleaf - - - - - - - - - - - - - org.springframework.cloud - spring-cloud-starter-openfeign - - - diff --git a/mall-member/pom.xml b/mall-member/pom.xml deleted file mode 100644 index ad3ab14..0000000 --- a/mall-member/pom.xml +++ /dev/null @@ -1,58 +0,0 @@ - - 4.0.0 - - com.mall - mall-cloud - 1.0-SNAPSHOT - - - mall-member - jar - - mall-member - https://maven.apache.org - - - UTF-8 - - - - - com.mall - mall-common - 1.0-SNAPSHOT - - - - - org.springframework.boot - spring-boot-devtools - runtime - true - - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-thymeleaf - - - - - - - - - - - - - org.springframework.cloud - spring-cloud-starter-openfeign - - - diff --git a/generator-code-server/pom.xml b/mall-modules/generator-code-server/pom.xml similarity index 100% rename from generator-code-server/pom.xml rename to mall-modules/generator-code-server/pom.xml diff --git a/generator-code-server/src/main/java/cn/bunny/GeneratorCodeMainApplication.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/GeneratorCodeMainApplication.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/GeneratorCodeMainApplication.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/GeneratorCodeMainApplication.java diff --git a/generator-code-server/src/main/java/cn/bunny/config/ControllerStringParamTrimConfig.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/config/ControllerStringParamTrimConfig.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/config/ControllerStringParamTrimConfig.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/config/ControllerStringParamTrimConfig.java diff --git a/generator-code-server/src/main/java/cn/bunny/config/Knife4jConfig.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/config/Knife4jConfig.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/config/Knife4jConfig.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/config/Knife4jConfig.java diff --git a/generator-code-server/src/main/java/cn/bunny/config/VmsHolder.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/config/VmsHolder.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/config/VmsHolder.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/config/VmsHolder.java diff --git a/generator-code-server/src/main/java/cn/bunny/controller/GeneratorController.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/controller/GeneratorController.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/controller/GeneratorController.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/controller/GeneratorController.java diff --git a/generator-code-server/src/main/java/cn/bunny/controller/SqlParserController.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/controller/SqlParserController.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/controller/SqlParserController.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/controller/SqlParserController.java diff --git a/generator-code-server/src/main/java/cn/bunny/controller/TableController.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/controller/TableController.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/controller/TableController.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/controller/TableController.java diff --git a/generator-code-server/src/main/java/cn/bunny/controller/VmsController.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/controller/VmsController.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/controller/VmsController.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/controller/VmsController.java diff --git a/generator-code-server/src/main/java/cn/bunny/controller/WebController.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/controller/WebController.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/controller/WebController.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/controller/WebController.java diff --git a/generator-code-server/src/main/java/cn/bunny/core/dialect/DatabaseDialect.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/core/dialect/DatabaseDialect.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/core/dialect/DatabaseDialect.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/core/dialect/DatabaseDialect.java diff --git a/generator-code-server/src/main/java/cn/bunny/core/dialect/MySqlDialect.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/core/dialect/MySqlDialect.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/core/dialect/MySqlDialect.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/core/dialect/MySqlDialect.java diff --git a/generator-code-server/src/main/java/cn/bunny/core/provider/DatabaseMetadataProvider.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/core/provider/DatabaseMetadataProvider.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/core/provider/DatabaseMetadataProvider.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/core/provider/DatabaseMetadataProvider.java diff --git a/generator-code-server/src/main/java/cn/bunny/core/provider/IMetadataProvider.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/core/provider/IMetadataProvider.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/core/provider/IMetadataProvider.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/core/provider/IMetadataProvider.java diff --git a/generator-code-server/src/main/java/cn/bunny/core/provider/SqlMetadataProvider.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/core/provider/SqlMetadataProvider.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/core/provider/SqlMetadataProvider.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/core/provider/SqlMetadataProvider.java diff --git a/generator-code-server/src/main/java/cn/bunny/core/template/AbstractTemplateGenerator.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/core/template/AbstractTemplateGenerator.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/core/template/AbstractTemplateGenerator.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/core/template/AbstractTemplateGenerator.java diff --git a/generator-code-server/src/main/java/cn/bunny/core/template/VmsTBaseTemplateGenerator.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/core/template/VmsTBaseTemplateGenerator.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/core/template/VmsTBaseTemplateGenerator.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/core/template/VmsTBaseTemplateGenerator.java diff --git a/generator-code-server/src/main/java/cn/bunny/domain/dto/VmsArgumentDto.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/domain/dto/VmsArgumentDto.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/domain/dto/VmsArgumentDto.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/domain/dto/VmsArgumentDto.java diff --git a/generator-code-server/src/main/java/cn/bunny/domain/entity/ColumnMetaData.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/domain/entity/ColumnMetaData.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/domain/entity/ColumnMetaData.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/domain/entity/ColumnMetaData.java diff --git a/generator-code-server/src/main/java/cn/bunny/domain/entity/DatabaseInfoMetaData.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/domain/entity/DatabaseInfoMetaData.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/domain/entity/DatabaseInfoMetaData.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/domain/entity/DatabaseInfoMetaData.java diff --git a/generator-code-server/src/main/java/cn/bunny/domain/entity/TableMetaData.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/domain/entity/TableMetaData.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/domain/entity/TableMetaData.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/domain/entity/TableMetaData.java diff --git a/generator-code-server/src/main/java/cn/bunny/domain/result/PageResult.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/domain/result/PageResult.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/domain/result/PageResult.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/domain/result/PageResult.java diff --git a/generator-code-server/src/main/java/cn/bunny/domain/result/Result.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/domain/result/Result.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/domain/result/Result.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/domain/result/Result.java diff --git a/generator-code-server/src/main/java/cn/bunny/domain/result/ResultCodeEnum.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/domain/result/ResultCodeEnum.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/domain/result/ResultCodeEnum.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/domain/result/ResultCodeEnum.java diff --git a/generator-code-server/src/main/java/cn/bunny/domain/vo/GeneratorVo.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/domain/vo/GeneratorVo.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/domain/vo/GeneratorVo.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/domain/vo/GeneratorVo.java diff --git a/generator-code-server/src/main/java/cn/bunny/domain/vo/VmsPathVo.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/domain/vo/VmsPathVo.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/domain/vo/VmsPathVo.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/domain/vo/VmsPathVo.java diff --git a/generator-code-server/src/main/java/cn/bunny/exception/GeneratorCodeException.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/exception/GeneratorCodeException.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/exception/GeneratorCodeException.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/exception/GeneratorCodeException.java diff --git a/generator-code-server/src/main/java/cn/bunny/exception/GlobalExceptionHandler.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/exception/GlobalExceptionHandler.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/exception/GlobalExceptionHandler.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/exception/GlobalExceptionHandler.java diff --git a/generator-code-server/src/main/java/cn/bunny/exception/MetadataNotFoundException.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/exception/MetadataNotFoundException.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/exception/MetadataNotFoundException.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/exception/MetadataNotFoundException.java diff --git a/generator-code-server/src/main/java/cn/bunny/exception/MetadataProviderException.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/exception/MetadataProviderException.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/exception/MetadataProviderException.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/exception/MetadataProviderException.java diff --git a/generator-code-server/src/main/java/cn/bunny/exception/SqlParseException.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/exception/SqlParseException.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/exception/SqlParseException.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/exception/SqlParseException.java diff --git a/generator-code-server/src/main/java/cn/bunny/service/GeneratorService.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/service/GeneratorService.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/service/GeneratorService.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/service/GeneratorService.java diff --git a/generator-code-server/src/main/java/cn/bunny/service/TableService.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/service/TableService.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/service/TableService.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/service/TableService.java diff --git a/generator-code-server/src/main/java/cn/bunny/service/VmsService.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/service/VmsService.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/service/VmsService.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/service/VmsService.java diff --git a/generator-code-server/src/main/java/cn/bunny/service/helper/VmsGeneratorPathHelper.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/service/helper/VmsGeneratorPathHelper.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/service/helper/VmsGeneratorPathHelper.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/service/helper/VmsGeneratorPathHelper.java diff --git a/generator-code-server/src/main/java/cn/bunny/service/impl/GeneratorServiceImpl.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/service/impl/GeneratorServiceImpl.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/service/impl/GeneratorServiceImpl.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/service/impl/GeneratorServiceImpl.java diff --git a/generator-code-server/src/main/java/cn/bunny/service/impl/TableServiceImpl.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/service/impl/TableServiceImpl.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/service/impl/TableServiceImpl.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/service/impl/TableServiceImpl.java diff --git a/generator-code-server/src/main/java/cn/bunny/service/impl/VmsServiceImpl.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/service/impl/VmsServiceImpl.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/service/impl/VmsServiceImpl.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/service/impl/VmsServiceImpl.java diff --git a/generator-code-server/src/main/java/cn/bunny/utils/MysqlTypeConvertUtil.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/utils/MysqlTypeConvertUtil.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/utils/MysqlTypeConvertUtil.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/utils/MysqlTypeConvertUtil.java diff --git a/generator-code-server/src/main/java/cn/bunny/utils/ResourceFileUtil.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/utils/ResourceFileUtil.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/utils/ResourceFileUtil.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/utils/ResourceFileUtil.java diff --git a/generator-code-server/src/main/java/cn/bunny/utils/ZipFileUtil.java b/mall-modules/generator-code-server/src/main/java/cn/bunny/utils/ZipFileUtil.java similarity index 100% rename from generator-code-server/src/main/java/cn/bunny/utils/ZipFileUtil.java rename to mall-modules/generator-code-server/src/main/java/cn/bunny/utils/ZipFileUtil.java diff --git a/generator-code-server/src/main/resources/application-dev.yml b/mall-modules/generator-code-server/src/main/resources/application-dev.yml similarity index 100% rename from generator-code-server/src/main/resources/application-dev.yml rename to mall-modules/generator-code-server/src/main/resources/application-dev.yml diff --git a/generator-code-server/src/main/resources/application.yml b/mall-modules/generator-code-server/src/main/resources/application.yml similarity index 100% rename from generator-code-server/src/main/resources/application.yml rename to mall-modules/generator-code-server/src/main/resources/application.yml diff --git a/generator-code-server/src/main/resources/banner.txt b/mall-modules/generator-code-server/src/main/resources/banner.txt similarity index 100% rename from generator-code-server/src/main/resources/banner.txt rename to mall-modules/generator-code-server/src/main/resources/banner.txt diff --git a/generator-code-server/src/main/resources/database.sqlite b/mall-modules/generator-code-server/src/main/resources/database.sqlite similarity index 100% rename from generator-code-server/src/main/resources/database.sqlite rename to mall-modules/generator-code-server/src/main/resources/database.sqlite diff --git a/generator-code-server/src/main/resources/logback.xml b/mall-modules/generator-code-server/src/main/resources/logback.xml similarity index 100% rename from generator-code-server/src/main/resources/logback.xml rename to mall-modules/generator-code-server/src/main/resources/logback.xml diff --git a/generator-code-server/src/main/resources/static/error/400.html b/mall-modules/generator-code-server/src/main/resources/static/error/400.html similarity index 100% rename from generator-code-server/src/main/resources/static/error/400.html rename to mall-modules/generator-code-server/src/main/resources/static/error/400.html diff --git a/generator-code-server/src/main/resources/static/error/403.html b/mall-modules/generator-code-server/src/main/resources/static/error/403.html similarity index 100% rename from generator-code-server/src/main/resources/static/error/403.html rename to mall-modules/generator-code-server/src/main/resources/static/error/403.html diff --git a/generator-code-server/src/main/resources/static/error/404.html b/mall-modules/generator-code-server/src/main/resources/static/error/404.html similarity index 100% rename from generator-code-server/src/main/resources/static/error/404.html rename to mall-modules/generator-code-server/src/main/resources/static/error/404.html diff --git a/generator-code-server/src/main/resources/static/error/500.html b/mall-modules/generator-code-server/src/main/resources/static/error/500.html similarity index 100% rename from generator-code-server/src/main/resources/static/error/500.html rename to mall-modules/generator-code-server/src/main/resources/static/error/500.html diff --git a/generator-code-server/src/main/resources/static/error/501.html b/mall-modules/generator-code-server/src/main/resources/static/error/501.html similarity index 100% rename from generator-code-server/src/main/resources/static/error/501.html rename to mall-modules/generator-code-server/src/main/resources/static/error/501.html diff --git a/generator-code-server/src/main/resources/static/error/502.html b/mall-modules/generator-code-server/src/main/resources/static/error/502.html similarity index 100% rename from generator-code-server/src/main/resources/static/error/502.html rename to mall-modules/generator-code-server/src/main/resources/static/error/502.html diff --git a/generator-code-server/src/main/resources/static/error/503.html b/mall-modules/generator-code-server/src/main/resources/static/error/503.html similarity index 100% rename from generator-code-server/src/main/resources/static/error/503.html rename to mall-modules/generator-code-server/src/main/resources/static/error/503.html diff --git a/generator-code-server/src/main/resources/static/error/504.html b/mall-modules/generator-code-server/src/main/resources/static/error/504.html similarity index 100% rename from generator-code-server/src/main/resources/static/error/504.html rename to mall-modules/generator-code-server/src/main/resources/static/error/504.html diff --git a/generator-code-server/src/main/resources/static/error/505.html b/mall-modules/generator-code-server/src/main/resources/static/error/505.html similarity index 100% rename from generator-code-server/src/main/resources/static/error/505.html rename to mall-modules/generator-code-server/src/main/resources/static/error/505.html diff --git a/generator-code-server/src/main/resources/static/error/506.html b/mall-modules/generator-code-server/src/main/resources/static/error/506.html similarity index 100% rename from generator-code-server/src/main/resources/static/error/506.html rename to mall-modules/generator-code-server/src/main/resources/static/error/506.html diff --git a/generator-code-server/src/main/resources/static/error/507.html b/mall-modules/generator-code-server/src/main/resources/static/error/507.html similarity index 100% rename from generator-code-server/src/main/resources/static/error/507.html rename to mall-modules/generator-code-server/src/main/resources/static/error/507.html diff --git a/generator-code-server/src/main/resources/static/error/509.html b/mall-modules/generator-code-server/src/main/resources/static/error/509.html similarity index 100% rename from generator-code-server/src/main/resources/static/error/509.html rename to mall-modules/generator-code-server/src/main/resources/static/error/509.html diff --git a/generator-code-server/src/main/resources/static/error/510.html b/mall-modules/generator-code-server/src/main/resources/static/error/510.html similarity index 100% rename from generator-code-server/src/main/resources/static/error/510.html rename to mall-modules/generator-code-server/src/main/resources/static/error/510.html diff --git a/generator-code-server/src/main/resources/static/favicon.ico b/mall-modules/generator-code-server/src/main/resources/static/favicon.ico similarity index 100% rename from generator-code-server/src/main/resources/static/favicon.ico rename to mall-modules/generator-code-server/src/main/resources/static/favicon.ico diff --git a/generator-code-server/src/main/resources/static/src/components/AppGeneratorPage.js b/mall-modules/generator-code-server/src/main/resources/static/src/components/AppGeneratorPage.js similarity index 100% rename from generator-code-server/src/main/resources/static/src/components/AppGeneratorPage.js rename to mall-modules/generator-code-server/src/main/resources/static/src/components/AppGeneratorPage.js diff --git a/generator-code-server/src/main/resources/static/src/components/AppHeader.js b/mall-modules/generator-code-server/src/main/resources/static/src/components/AppHeader.js similarity index 100% rename from generator-code-server/src/main/resources/static/src/components/AppHeader.js rename to mall-modules/generator-code-server/src/main/resources/static/src/components/AppHeader.js diff --git a/generator-code-server/src/main/resources/static/src/config/axios-config.js b/mall-modules/generator-code-server/src/main/resources/static/src/config/axios-config.js similarity index 100% rename from generator-code-server/src/main/resources/static/src/config/axios-config.js rename to mall-modules/generator-code-server/src/main/resources/static/src/config/axios-config.js diff --git a/generator-code-server/src/main/resources/static/src/config/highlight-config.js b/mall-modules/generator-code-server/src/main/resources/static/src/config/highlight-config.js similarity index 100% rename from generator-code-server/src/main/resources/static/src/config/highlight-config.js rename to mall-modules/generator-code-server/src/main/resources/static/src/config/highlight-config.js diff --git a/generator-code-server/src/main/resources/static/src/config/popper-config.js b/mall-modules/generator-code-server/src/main/resources/static/src/config/popper-config.js similarity index 100% rename from generator-code-server/src/main/resources/static/src/config/popper-config.js rename to mall-modules/generator-code-server/src/main/resources/static/src/config/popper-config.js diff --git a/generator-code-server/src/main/resources/static/src/lib/css/bootstrap/bootstrap-icons.min.css b/mall-modules/generator-code-server/src/main/resources/static/src/lib/css/bootstrap/bootstrap-icons.min.css similarity index 100% rename from generator-code-server/src/main/resources/static/src/lib/css/bootstrap/bootstrap-icons.min.css rename to mall-modules/generator-code-server/src/main/resources/static/src/lib/css/bootstrap/bootstrap-icons.min.css diff --git a/generator-code-server/src/main/resources/static/src/lib/css/bootstrap/bootstrap.min.css b/mall-modules/generator-code-server/src/main/resources/static/src/lib/css/bootstrap/bootstrap.min.css similarity index 100% rename from generator-code-server/src/main/resources/static/src/lib/css/bootstrap/bootstrap.min.css rename to mall-modules/generator-code-server/src/main/resources/static/src/lib/css/bootstrap/bootstrap.min.css diff --git a/generator-code-server/src/main/resources/static/src/lib/css/fonts/bootstrap-icons.woff b/mall-modules/generator-code-server/src/main/resources/static/src/lib/css/fonts/bootstrap-icons.woff similarity index 100% rename from generator-code-server/src/main/resources/static/src/lib/css/fonts/bootstrap-icons.woff rename to mall-modules/generator-code-server/src/main/resources/static/src/lib/css/fonts/bootstrap-icons.woff diff --git a/generator-code-server/src/main/resources/static/src/lib/css/fonts/bootstrap-icons.woff2 b/mall-modules/generator-code-server/src/main/resources/static/src/lib/css/fonts/bootstrap-icons.woff2 similarity index 100% rename from generator-code-server/src/main/resources/static/src/lib/css/fonts/bootstrap-icons.woff2 rename to mall-modules/generator-code-server/src/main/resources/static/src/lib/css/fonts/bootstrap-icons.woff2 diff --git a/generator-code-server/src/main/resources/static/src/lib/css/highlight/atom-one-dark.min.css b/mall-modules/generator-code-server/src/main/resources/static/src/lib/css/highlight/atom-one-dark.min.css similarity index 100% rename from generator-code-server/src/main/resources/static/src/lib/css/highlight/atom-one-dark.min.css rename to mall-modules/generator-code-server/src/main/resources/static/src/lib/css/highlight/atom-one-dark.min.css diff --git a/generator-code-server/src/main/resources/static/src/lib/css/index.css b/mall-modules/generator-code-server/src/main/resources/static/src/lib/css/index.css similarity index 100% rename from generator-code-server/src/main/resources/static/src/lib/css/index.css rename to mall-modules/generator-code-server/src/main/resources/static/src/lib/css/index.css diff --git a/generator-code-server/src/main/resources/static/src/lib/css/style/style.css b/mall-modules/generator-code-server/src/main/resources/static/src/lib/css/style/style.css similarity index 100% rename from generator-code-server/src/main/resources/static/src/lib/css/style/style.css rename to mall-modules/generator-code-server/src/main/resources/static/src/lib/css/style/style.css diff --git a/generator-code-server/src/main/resources/static/src/lib/js/axios/axios.min.js b/mall-modules/generator-code-server/src/main/resources/static/src/lib/js/axios/axios.min.js similarity index 100% rename from generator-code-server/src/main/resources/static/src/lib/js/axios/axios.min.js rename to mall-modules/generator-code-server/src/main/resources/static/src/lib/js/axios/axios.min.js diff --git a/generator-code-server/src/main/resources/static/src/lib/js/boostrap/bootstrap.bundle.min.js b/mall-modules/generator-code-server/src/main/resources/static/src/lib/js/boostrap/bootstrap.bundle.min.js similarity index 100% rename from generator-code-server/src/main/resources/static/src/lib/js/boostrap/bootstrap.bundle.min.js rename to mall-modules/generator-code-server/src/main/resources/static/src/lib/js/boostrap/bootstrap.bundle.min.js diff --git a/generator-code-server/src/main/resources/static/src/lib/js/boostrap/popper.min.js b/mall-modules/generator-code-server/src/main/resources/static/src/lib/js/boostrap/popper.min.js similarity index 100% rename from generator-code-server/src/main/resources/static/src/lib/js/boostrap/popper.min.js rename to mall-modules/generator-code-server/src/main/resources/static/src/lib/js/boostrap/popper.min.js diff --git a/generator-code-server/src/main/resources/static/src/lib/js/dayjs/advancedFormat.js b/mall-modules/generator-code-server/src/main/resources/static/src/lib/js/dayjs/advancedFormat.js similarity index 100% rename from generator-code-server/src/main/resources/static/src/lib/js/dayjs/advancedFormat.js rename to mall-modules/generator-code-server/src/main/resources/static/src/lib/js/dayjs/advancedFormat.js diff --git a/generator-code-server/src/main/resources/static/src/lib/js/dayjs/antd.min.js b/mall-modules/generator-code-server/src/main/resources/static/src/lib/js/dayjs/antd.min.js similarity index 100% rename from generator-code-server/src/main/resources/static/src/lib/js/dayjs/antd.min.js rename to mall-modules/generator-code-server/src/main/resources/static/src/lib/js/dayjs/antd.min.js diff --git a/generator-code-server/src/main/resources/static/src/lib/js/dayjs/customParseFormat.js b/mall-modules/generator-code-server/src/main/resources/static/src/lib/js/dayjs/customParseFormat.js similarity index 100% rename from generator-code-server/src/main/resources/static/src/lib/js/dayjs/customParseFormat.js rename to mall-modules/generator-code-server/src/main/resources/static/src/lib/js/dayjs/customParseFormat.js diff --git a/generator-code-server/src/main/resources/static/src/lib/js/dayjs/dayjs.min.js b/mall-modules/generator-code-server/src/main/resources/static/src/lib/js/dayjs/dayjs.min.js similarity index 100% rename from generator-code-server/src/main/resources/static/src/lib/js/dayjs/dayjs.min.js rename to mall-modules/generator-code-server/src/main/resources/static/src/lib/js/dayjs/dayjs.min.js diff --git a/generator-code-server/src/main/resources/static/src/lib/js/dayjs/localeData.js b/mall-modules/generator-code-server/src/main/resources/static/src/lib/js/dayjs/localeData.js similarity index 100% rename from generator-code-server/src/main/resources/static/src/lib/js/dayjs/localeData.js rename to mall-modules/generator-code-server/src/main/resources/static/src/lib/js/dayjs/localeData.js diff --git a/generator-code-server/src/main/resources/static/src/lib/js/dayjs/quarterOfYear.js b/mall-modules/generator-code-server/src/main/resources/static/src/lib/js/dayjs/quarterOfYear.js similarity index 100% rename from generator-code-server/src/main/resources/static/src/lib/js/dayjs/quarterOfYear.js rename to mall-modules/generator-code-server/src/main/resources/static/src/lib/js/dayjs/quarterOfYear.js diff --git a/generator-code-server/src/main/resources/static/src/lib/js/dayjs/weekOfYear.js b/mall-modules/generator-code-server/src/main/resources/static/src/lib/js/dayjs/weekOfYear.js similarity index 100% rename from generator-code-server/src/main/resources/static/src/lib/js/dayjs/weekOfYear.js rename to mall-modules/generator-code-server/src/main/resources/static/src/lib/js/dayjs/weekOfYear.js diff --git a/generator-code-server/src/main/resources/static/src/lib/js/dayjs/weekYear.js b/mall-modules/generator-code-server/src/main/resources/static/src/lib/js/dayjs/weekYear.js similarity index 100% rename from generator-code-server/src/main/resources/static/src/lib/js/dayjs/weekYear.js rename to mall-modules/generator-code-server/src/main/resources/static/src/lib/js/dayjs/weekYear.js diff --git a/generator-code-server/src/main/resources/static/src/lib/js/dayjs/weekday.js b/mall-modules/generator-code-server/src/main/resources/static/src/lib/js/dayjs/weekday.js similarity index 100% rename from generator-code-server/src/main/resources/static/src/lib/js/dayjs/weekday.js rename to mall-modules/generator-code-server/src/main/resources/static/src/lib/js/dayjs/weekday.js diff --git a/generator-code-server/src/main/resources/static/src/lib/js/highlightjs/highlight.min.js b/mall-modules/generator-code-server/src/main/resources/static/src/lib/js/highlightjs/highlight.min.js similarity index 100% rename from generator-code-server/src/main/resources/static/src/lib/js/highlightjs/highlight.min.js rename to mall-modules/generator-code-server/src/main/resources/static/src/lib/js/highlightjs/highlight.min.js diff --git a/generator-code-server/src/main/resources/static/src/lib/js/highlightjs/javascript.min.js b/mall-modules/generator-code-server/src/main/resources/static/src/lib/js/highlightjs/javascript.min.js similarity index 100% rename from generator-code-server/src/main/resources/static/src/lib/js/highlightjs/javascript.min.js rename to mall-modules/generator-code-server/src/main/resources/static/src/lib/js/highlightjs/javascript.min.js diff --git a/generator-code-server/src/main/resources/static/src/lib/js/vue/vue.global.js b/mall-modules/generator-code-server/src/main/resources/static/src/lib/js/vue/vue.global.js similarity index 100% rename from generator-code-server/src/main/resources/static/src/lib/js/vue/vue.global.js rename to mall-modules/generator-code-server/src/main/resources/static/src/lib/js/vue/vue.global.js diff --git a/generator-code-server/src/main/resources/static/src/lib/js/vue/vue.global.prod.js b/mall-modules/generator-code-server/src/main/resources/static/src/lib/js/vue/vue.global.prod.js similarity index 100% rename from generator-code-server/src/main/resources/static/src/lib/js/vue/vue.global.prod.js rename to mall-modules/generator-code-server/src/main/resources/static/src/lib/js/vue/vue.global.prod.js diff --git a/generator-code-server/src/main/resources/static/src/views/database/DatabaseCard.js b/mall-modules/generator-code-server/src/main/resources/static/src/views/database/DatabaseCard.js similarity index 100% rename from generator-code-server/src/main/resources/static/src/views/database/DatabaseCard.js rename to mall-modules/generator-code-server/src/main/resources/static/src/views/database/DatabaseCard.js diff --git a/generator-code-server/src/main/resources/static/src/views/database/DatabaseForm.js b/mall-modules/generator-code-server/src/main/resources/static/src/views/database/DatabaseForm.js similarity index 100% rename from generator-code-server/src/main/resources/static/src/views/database/DatabaseForm.js rename to mall-modules/generator-code-server/src/main/resources/static/src/views/database/DatabaseForm.js diff --git a/generator-code-server/src/main/resources/static/src/views/database/DatabaseTable.js b/mall-modules/generator-code-server/src/main/resources/static/src/views/database/DatabaseTable.js similarity index 100% rename from generator-code-server/src/main/resources/static/src/views/database/DatabaseTable.js rename to mall-modules/generator-code-server/src/main/resources/static/src/views/database/DatabaseTable.js diff --git a/generator-code-server/src/main/resources/static/src/views/sql/SqlForm.js b/mall-modules/generator-code-server/src/main/resources/static/src/views/sql/SqlForm.js similarity index 100% rename from generator-code-server/src/main/resources/static/src/views/sql/SqlForm.js rename to mall-modules/generator-code-server/src/main/resources/static/src/views/sql/SqlForm.js diff --git a/generator-code-server/src/main/resources/static/src/views/sql/SqlParserInfo.js b/mall-modules/generator-code-server/src/main/resources/static/src/views/sql/SqlParserInfo.js similarity index 100% rename from generator-code-server/src/main/resources/static/src/views/sql/SqlParserInfo.js rename to mall-modules/generator-code-server/src/main/resources/static/src/views/sql/SqlParserInfo.js diff --git a/generator-code-server/src/main/resources/templates/database.html b/mall-modules/generator-code-server/src/main/resources/templates/database.html similarity index 100% rename from generator-code-server/src/main/resources/templates/database.html rename to mall-modules/generator-code-server/src/main/resources/templates/database.html diff --git a/generator-code-server/src/main/resources/templates/sql.html b/mall-modules/generator-code-server/src/main/resources/templates/sql.html similarity index 100% rename from generator-code-server/src/main/resources/templates/sql.html rename to mall-modules/generator-code-server/src/main/resources/templates/sql.html diff --git a/generator-code-server/src/main/resources/vms/server/controller/controller.java.vm b/mall-modules/generator-code-server/src/main/resources/vms/server/controller/controller.java.vm similarity index 100% rename from generator-code-server/src/main/resources/vms/server/controller/controller.java.vm rename to mall-modules/generator-code-server/src/main/resources/vms/server/controller/controller.java.vm diff --git a/generator-code-server/src/main/resources/vms/server/domain/dto/dto.java.vm b/mall-modules/generator-code-server/src/main/resources/vms/server/domain/dto/dto.java.vm similarity index 100% rename from generator-code-server/src/main/resources/vms/server/domain/dto/dto.java.vm rename to mall-modules/generator-code-server/src/main/resources/vms/server/domain/dto/dto.java.vm diff --git a/generator-code-server/src/main/resources/vms/server/domain/entity/entity.java.vm b/mall-modules/generator-code-server/src/main/resources/vms/server/domain/entity/entity.java.vm similarity index 100% rename from generator-code-server/src/main/resources/vms/server/domain/entity/entity.java.vm rename to mall-modules/generator-code-server/src/main/resources/vms/server/domain/entity/entity.java.vm diff --git a/generator-code-server/src/main/resources/vms/server/domain/vo/vo.java.vm b/mall-modules/generator-code-server/src/main/resources/vms/server/domain/vo/vo.java.vm similarity index 100% rename from generator-code-server/src/main/resources/vms/server/domain/vo/vo.java.vm rename to mall-modules/generator-code-server/src/main/resources/vms/server/domain/vo/vo.java.vm diff --git a/generator-code-server/src/main/resources/vms/server/mapper/mapper.java.vm b/mall-modules/generator-code-server/src/main/resources/vms/server/mapper/mapper.java.vm similarity index 100% rename from generator-code-server/src/main/resources/vms/server/mapper/mapper.java.vm rename to mall-modules/generator-code-server/src/main/resources/vms/server/mapper/mapper.java.vm diff --git a/generator-code-server/src/main/resources/vms/server/mapper/mapper/resourceMapper.xml.vm b/mall-modules/generator-code-server/src/main/resources/vms/server/mapper/mapper/resourceMapper.xml.vm similarity index 100% rename from generator-code-server/src/main/resources/vms/server/mapper/mapper/resourceMapper.xml.vm rename to mall-modules/generator-code-server/src/main/resources/vms/server/mapper/mapper/resourceMapper.xml.vm diff --git a/generator-code-server/src/main/resources/vms/server/service/impl/serviceImpl.java.vm b/mall-modules/generator-code-server/src/main/resources/vms/server/service/impl/serviceImpl.java.vm similarity index 100% rename from generator-code-server/src/main/resources/vms/server/service/impl/serviceImpl.java.vm rename to mall-modules/generator-code-server/src/main/resources/vms/server/service/impl/serviceImpl.java.vm diff --git a/generator-code-server/src/main/resources/vms/server/service/service.java.vm b/mall-modules/generator-code-server/src/main/resources/vms/server/service/service.java.vm similarity index 100% rename from generator-code-server/src/main/resources/vms/server/service/service.java.vm rename to mall-modules/generator-code-server/src/main/resources/vms/server/service/service.java.vm diff --git a/generator-code-server/src/main/resources/vms/web/api/api.ts.vm b/mall-modules/generator-code-server/src/main/resources/vms/web/api/api.ts.vm similarity index 100% rename from generator-code-server/src/main/resources/vms/web/api/api.ts.vm rename to mall-modules/generator-code-server/src/main/resources/vms/web/api/api.ts.vm diff --git a/generator-code-server/src/main/resources/vms/web/store/store.ts.vm b/mall-modules/generator-code-server/src/main/resources/vms/web/store/store.ts.vm similarity index 100% rename from generator-code-server/src/main/resources/vms/web/store/store.ts.vm rename to mall-modules/generator-code-server/src/main/resources/vms/web/store/store.ts.vm diff --git a/generator-code-server/src/main/resources/vms/web/views/$className/components/dialog.vue.vm b/mall-modules/generator-code-server/src/main/resources/vms/web/views/$className/components/dialog.vue.vm similarity index 100% rename from generator-code-server/src/main/resources/vms/web/views/$className/components/dialog.vue.vm rename to mall-modules/generator-code-server/src/main/resources/vms/web/views/$className/components/dialog.vue.vm diff --git a/generator-code-server/src/main/resources/vms/web/views/$className/index.vue.vm b/mall-modules/generator-code-server/src/main/resources/vms/web/views/$className/index.vue.vm similarity index 100% rename from generator-code-server/src/main/resources/vms/web/views/$className/index.vue.vm rename to mall-modules/generator-code-server/src/main/resources/vms/web/views/$className/index.vue.vm diff --git a/generator-code-server/src/main/resources/vms/web/views/$className/utils/columns.tsx.vm b/mall-modules/generator-code-server/src/main/resources/vms/web/views/$className/utils/columns.tsx.vm similarity index 100% rename from generator-code-server/src/main/resources/vms/web/views/$className/utils/columns.tsx.vm rename to mall-modules/generator-code-server/src/main/resources/vms/web/views/$className/utils/columns.tsx.vm diff --git a/generator-code-server/src/main/resources/vms/web/views/$className/utils/hook.tsx.vm b/mall-modules/generator-code-server/src/main/resources/vms/web/views/$className/utils/hook.tsx.vm similarity index 100% rename from generator-code-server/src/main/resources/vms/web/views/$className/utils/hook.tsx.vm rename to mall-modules/generator-code-server/src/main/resources/vms/web/views/$className/utils/hook.tsx.vm diff --git a/generator-code-server/src/main/resources/vms/web/views/$className/utils/types.ts.vm b/mall-modules/generator-code-server/src/main/resources/vms/web/views/$className/utils/types.ts.vm similarity index 100% rename from generator-code-server/src/main/resources/vms/web/views/$className/utils/types.ts.vm rename to mall-modules/generator-code-server/src/main/resources/vms/web/views/$className/utils/types.ts.vm diff --git a/mall-auth-server/pom.xml b/mall-modules/mall-auth-server/pom.xml similarity index 100% rename from mall-auth-server/pom.xml rename to mall-modules/mall-auth-server/pom.xml diff --git a/mall-auth-server/src/main/java/com/mall/App.java b/mall-modules/mall-auth-server/src/main/java/com/mall/App.java similarity index 100% rename from mall-auth-server/src/main/java/com/mall/App.java rename to mall-modules/mall-auth-server/src/main/java/com/mall/App.java diff --git a/mall-ware/pom.xml b/mall-modules/mall-ware/pom.xml similarity index 100% rename from mall-ware/pom.xml rename to mall-modules/mall-ware/pom.xml diff --git a/mall-cart/src/main/java/com/mall/App.java b/mall-modules/mall-ware/src/main/java/com/mall/App.java similarity index 100% rename from mall-cart/src/main/java/com/mall/App.java rename to mall-modules/mall-ware/src/main/java/com/mall/App.java diff --git a/mall-search/pom.xml b/mall-modules/pom.xml similarity index 70% rename from mall-search/pom.xml rename to mall-modules/pom.xml index 32686ca..933dedc 100644 --- a/mall-search/pom.xml +++ b/mall-modules/pom.xml @@ -7,12 +7,18 @@ 1.0-SNAPSHOT - mall-search - jar + mall-modules + pom - mall-search + mall-modules https://maven.apache.org + + mall-ware + generator-code-server + mall-auth-server + + UTF-8 diff --git a/mall-order/pom.xml b/mall-order/pom.xml deleted file mode 100644 index b4696d7..0000000 --- a/mall-order/pom.xml +++ /dev/null @@ -1,58 +0,0 @@ - - 4.0.0 - - com.mall - mall-cloud - 1.0-SNAPSHOT - - - mall-order - jar - - mall-order - https://maven.apache.org - - - UTF-8 - - - - - com.mall - mall-common - 1.0-SNAPSHOT - - - - - org.springframework.boot - spring-boot-devtools - runtime - true - - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-thymeleaf - - - - - - - - - - - - - org.springframework.cloud - spring-cloud-starter-openfeign - - - diff --git a/mall-product/pom.xml b/mall-product/pom.xml deleted file mode 100644 index 86c8b8e..0000000 --- a/mall-product/pom.xml +++ /dev/null @@ -1,71 +0,0 @@ - - 4.0.0 - - com.mall - mall-cloud - 1.0-SNAPSHOT - - - mall-product - jar - - mall-product - https://maven.apache.org - - - UTF-8 - - - - - com.mall - mall-common - 1.0-SNAPSHOT - - - - - org.springframework.boot - spring-boot-devtools - runtime - true - - - - org.springframework.boot - spring-boot-starter-test - test - - - junit - junit - test - - - - org.springframework.boot - spring-boot-starter-web - - - - - - - - - - - - - - org.springframework.cloud - spring-cloud-starter-openfeign - - - - com.fasterxml.jackson.core - jackson-databind - - - diff --git a/mall-services/mall-cart/pom.xml b/mall-services/mall-cart/pom.xml new file mode 100644 index 0000000..db72196 --- /dev/null +++ b/mall-services/mall-cart/pom.xml @@ -0,0 +1,29 @@ + + 4.0.0 + + com.mall + mall-services + 1.0-SNAPSHOT + + + mall-cart + jar + + mall-cart + https://maven.apache.org + + + UTF-8 + + + + + + org.springframework.boot + spring-boot-devtools + runtime + true + + + diff --git a/mall-search/src/main/java/com/mall/App.java b/mall-services/mall-cart/src/main/java/com/mall/App.java similarity index 100% rename from mall-search/src/main/java/com/mall/App.java rename to mall-services/mall-cart/src/main/java/com/mall/App.java diff --git a/mall-services/mall-coupon/pom.xml b/mall-services/mall-coupon/pom.xml new file mode 100644 index 0000000..1ce2edf --- /dev/null +++ b/mall-services/mall-coupon/pom.xml @@ -0,0 +1,29 @@ + + 4.0.0 + + com.mall + mall-services + 1.0-SNAPSHOT + + + mall-coupon + jar + + mall-coupon + https://maven.apache.org + + + UTF-8 + + + + + + org.springframework.boot + spring-boot-devtools + runtime + true + + + diff --git a/mall-coupon/src/main/java/com/mall/coupon/MallCouponApplication.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/MallCouponApplication.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/MallCouponApplication.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/MallCouponApplication.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/controller/CouponController.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/controller/CouponController.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/controller/CouponController.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/controller/CouponController.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/controller/CouponHistoryController.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/controller/CouponHistoryController.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/controller/CouponHistoryController.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/controller/CouponHistoryController.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/controller/CouponSpuCategoryRelationController.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/controller/CouponSpuCategoryRelationController.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/controller/CouponSpuCategoryRelationController.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/controller/CouponSpuCategoryRelationController.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/controller/CouponSpuRelationController.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/controller/CouponSpuRelationController.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/controller/CouponSpuRelationController.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/controller/CouponSpuRelationController.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/controller/HomeAdvController.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/controller/HomeAdvController.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/controller/HomeAdvController.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/controller/HomeAdvController.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/controller/HomeSubjectController.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/controller/HomeSubjectController.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/controller/HomeSubjectController.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/controller/HomeSubjectController.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/controller/HomeSubjectSpuController.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/controller/HomeSubjectSpuController.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/controller/HomeSubjectSpuController.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/controller/HomeSubjectSpuController.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/controller/MemberPriceController.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/controller/MemberPriceController.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/controller/MemberPriceController.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/controller/MemberPriceController.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/controller/SeckillPromotionController.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/controller/SeckillPromotionController.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/controller/SeckillPromotionController.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/controller/SeckillPromotionController.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/controller/SeckillSessionController.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/controller/SeckillSessionController.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/controller/SeckillSessionController.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/controller/SeckillSessionController.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/controller/SeckillSkuNoticeController.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/controller/SeckillSkuNoticeController.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/controller/SeckillSkuNoticeController.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/controller/SeckillSkuNoticeController.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/controller/SeckillSkuRelationController.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/controller/SeckillSkuRelationController.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/controller/SeckillSkuRelationController.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/controller/SeckillSkuRelationController.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/controller/SkuFullReductionController.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/controller/SkuFullReductionController.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/controller/SkuFullReductionController.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/controller/SkuFullReductionController.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/controller/SkuLadderController.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/controller/SkuLadderController.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/controller/SkuLadderController.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/controller/SkuLadderController.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/controller/SpuBoundsController.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/controller/SpuBoundsController.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/controller/SpuBoundsController.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/controller/SpuBoundsController.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/dto/CouponDto.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/dto/CouponDto.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/dto/CouponDto.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/dto/CouponDto.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/dto/CouponHistoryDto.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/dto/CouponHistoryDto.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/dto/CouponHistoryDto.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/dto/CouponHistoryDto.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/dto/CouponSpuCategoryRelationDto.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/dto/CouponSpuCategoryRelationDto.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/dto/CouponSpuCategoryRelationDto.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/dto/CouponSpuCategoryRelationDto.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/dto/CouponSpuRelationDto.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/dto/CouponSpuRelationDto.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/dto/CouponSpuRelationDto.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/dto/CouponSpuRelationDto.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/dto/HomeAdvDto.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/dto/HomeAdvDto.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/dto/HomeAdvDto.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/dto/HomeAdvDto.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/dto/HomeSubjectDto.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/dto/HomeSubjectDto.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/dto/HomeSubjectDto.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/dto/HomeSubjectDto.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/dto/HomeSubjectSpuDto.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/dto/HomeSubjectSpuDto.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/dto/HomeSubjectSpuDto.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/dto/HomeSubjectSpuDto.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/dto/MemberPriceDto.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/dto/MemberPriceDto.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/dto/MemberPriceDto.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/dto/MemberPriceDto.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/dto/SeckillPromotionDto.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/dto/SeckillPromotionDto.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/dto/SeckillPromotionDto.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/dto/SeckillPromotionDto.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/dto/SeckillSessionDto.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/dto/SeckillSessionDto.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/dto/SeckillSessionDto.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/dto/SeckillSessionDto.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/dto/SeckillSkuNoticeDto.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/dto/SeckillSkuNoticeDto.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/dto/SeckillSkuNoticeDto.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/dto/SeckillSkuNoticeDto.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/dto/SeckillSkuRelationDto.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/dto/SeckillSkuRelationDto.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/dto/SeckillSkuRelationDto.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/dto/SeckillSkuRelationDto.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/dto/SkuFullReductionDto.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/dto/SkuFullReductionDto.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/dto/SkuFullReductionDto.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/dto/SkuFullReductionDto.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/dto/SkuLadderDto.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/dto/SkuLadderDto.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/dto/SkuLadderDto.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/dto/SkuLadderDto.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/dto/SpuBoundsDto.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/dto/SpuBoundsDto.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/dto/SpuBoundsDto.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/dto/SpuBoundsDto.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/entity/Coupon.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/entity/Coupon.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/entity/Coupon.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/entity/Coupon.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/entity/CouponHistory.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/entity/CouponHistory.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/entity/CouponHistory.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/entity/CouponHistory.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/entity/CouponSpuCategoryRelation.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/entity/CouponSpuCategoryRelation.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/entity/CouponSpuCategoryRelation.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/entity/CouponSpuCategoryRelation.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/entity/CouponSpuRelation.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/entity/CouponSpuRelation.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/entity/CouponSpuRelation.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/entity/CouponSpuRelation.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/entity/HomeAdv.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/entity/HomeAdv.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/entity/HomeAdv.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/entity/HomeAdv.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/entity/HomeSubject.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/entity/HomeSubject.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/entity/HomeSubject.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/entity/HomeSubject.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/entity/HomeSubjectSpu.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/entity/HomeSubjectSpu.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/entity/HomeSubjectSpu.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/entity/HomeSubjectSpu.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/entity/MemberPrice.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/entity/MemberPrice.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/entity/MemberPrice.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/entity/MemberPrice.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/entity/SeckillPromotion.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/entity/SeckillPromotion.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/entity/SeckillPromotion.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/entity/SeckillPromotion.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/entity/SeckillSession.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/entity/SeckillSession.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/entity/SeckillSession.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/entity/SeckillSession.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/entity/SeckillSkuNotice.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/entity/SeckillSkuNotice.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/entity/SeckillSkuNotice.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/entity/SeckillSkuNotice.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/entity/SeckillSkuRelation.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/entity/SeckillSkuRelation.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/entity/SeckillSkuRelation.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/entity/SeckillSkuRelation.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/entity/SkuFullReduction.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/entity/SkuFullReduction.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/entity/SkuFullReduction.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/entity/SkuFullReduction.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/entity/SkuLadder.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/entity/SkuLadder.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/entity/SkuLadder.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/entity/SkuLadder.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/entity/SpuBounds.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/entity/SpuBounds.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/entity/SpuBounds.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/entity/SpuBounds.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/vo/CouponHistoryVo.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/vo/CouponHistoryVo.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/vo/CouponHistoryVo.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/vo/CouponHistoryVo.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/vo/CouponSpuCategoryRelationVo.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/vo/CouponSpuCategoryRelationVo.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/vo/CouponSpuCategoryRelationVo.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/vo/CouponSpuCategoryRelationVo.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/vo/CouponSpuRelationVo.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/vo/CouponSpuRelationVo.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/vo/CouponSpuRelationVo.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/vo/CouponSpuRelationVo.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/vo/CouponVo.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/vo/CouponVo.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/vo/CouponVo.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/vo/CouponVo.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/vo/HomeAdvVo.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/vo/HomeAdvVo.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/vo/HomeAdvVo.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/vo/HomeAdvVo.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/vo/HomeSubjectSpuVo.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/vo/HomeSubjectSpuVo.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/vo/HomeSubjectSpuVo.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/vo/HomeSubjectSpuVo.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/vo/HomeSubjectVo.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/vo/HomeSubjectVo.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/vo/HomeSubjectVo.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/vo/HomeSubjectVo.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/vo/MemberPriceVo.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/vo/MemberPriceVo.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/vo/MemberPriceVo.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/vo/MemberPriceVo.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/vo/SeckillPromotionVo.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/vo/SeckillPromotionVo.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/vo/SeckillPromotionVo.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/vo/SeckillPromotionVo.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/vo/SeckillSessionVo.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/vo/SeckillSessionVo.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/vo/SeckillSessionVo.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/vo/SeckillSessionVo.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/vo/SeckillSkuNoticeVo.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/vo/SeckillSkuNoticeVo.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/vo/SeckillSkuNoticeVo.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/vo/SeckillSkuNoticeVo.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/vo/SeckillSkuRelationVo.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/vo/SeckillSkuRelationVo.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/vo/SeckillSkuRelationVo.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/vo/SeckillSkuRelationVo.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/vo/SkuFullReductionVo.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/vo/SkuFullReductionVo.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/vo/SkuFullReductionVo.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/vo/SkuFullReductionVo.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/vo/SkuLadderVo.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/vo/SkuLadderVo.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/vo/SkuLadderVo.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/vo/SkuLadderVo.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/domain/vo/SpuBoundsVo.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/vo/SpuBoundsVo.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/domain/vo/SpuBoundsVo.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/domain/vo/SpuBoundsVo.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/mapper/CouponHistoryMapper.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/mapper/CouponHistoryMapper.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/mapper/CouponHistoryMapper.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/mapper/CouponHistoryMapper.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/mapper/CouponMapper.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/mapper/CouponMapper.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/mapper/CouponMapper.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/mapper/CouponMapper.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/mapper/CouponSpuCategoryRelationMapper.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/mapper/CouponSpuCategoryRelationMapper.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/mapper/CouponSpuCategoryRelationMapper.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/mapper/CouponSpuCategoryRelationMapper.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/mapper/CouponSpuRelationMapper.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/mapper/CouponSpuRelationMapper.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/mapper/CouponSpuRelationMapper.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/mapper/CouponSpuRelationMapper.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/mapper/HomeAdvMapper.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/mapper/HomeAdvMapper.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/mapper/HomeAdvMapper.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/mapper/HomeAdvMapper.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/mapper/HomeSubjectMapper.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/mapper/HomeSubjectMapper.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/mapper/HomeSubjectMapper.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/mapper/HomeSubjectMapper.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/mapper/HomeSubjectSpuMapper.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/mapper/HomeSubjectSpuMapper.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/mapper/HomeSubjectSpuMapper.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/mapper/HomeSubjectSpuMapper.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/mapper/MemberPriceMapper.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/mapper/MemberPriceMapper.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/mapper/MemberPriceMapper.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/mapper/MemberPriceMapper.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/mapper/SeckillPromotionMapper.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/mapper/SeckillPromotionMapper.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/mapper/SeckillPromotionMapper.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/mapper/SeckillPromotionMapper.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/mapper/SeckillSessionMapper.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/mapper/SeckillSessionMapper.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/mapper/SeckillSessionMapper.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/mapper/SeckillSessionMapper.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/mapper/SeckillSkuNoticeMapper.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/mapper/SeckillSkuNoticeMapper.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/mapper/SeckillSkuNoticeMapper.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/mapper/SeckillSkuNoticeMapper.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/mapper/SeckillSkuRelationMapper.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/mapper/SeckillSkuRelationMapper.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/mapper/SeckillSkuRelationMapper.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/mapper/SeckillSkuRelationMapper.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/mapper/SkuFullReductionMapper.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/mapper/SkuFullReductionMapper.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/mapper/SkuFullReductionMapper.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/mapper/SkuFullReductionMapper.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/mapper/SkuLadderMapper.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/mapper/SkuLadderMapper.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/mapper/SkuLadderMapper.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/mapper/SkuLadderMapper.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/mapper/SpuBoundsMapper.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/mapper/SpuBoundsMapper.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/mapper/SpuBoundsMapper.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/mapper/SpuBoundsMapper.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/service/CouponHistoryService.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/service/CouponHistoryService.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/service/CouponHistoryService.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/service/CouponHistoryService.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/service/CouponService.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/service/CouponService.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/service/CouponService.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/service/CouponService.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/service/CouponSpuCategoryRelationService.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/service/CouponSpuCategoryRelationService.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/service/CouponSpuCategoryRelationService.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/service/CouponSpuCategoryRelationService.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/service/CouponSpuRelationService.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/service/CouponSpuRelationService.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/service/CouponSpuRelationService.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/service/CouponSpuRelationService.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/service/HomeAdvService.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/service/HomeAdvService.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/service/HomeAdvService.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/service/HomeAdvService.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/service/HomeSubjectService.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/service/HomeSubjectService.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/service/HomeSubjectService.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/service/HomeSubjectService.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/service/HomeSubjectSpuService.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/service/HomeSubjectSpuService.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/service/HomeSubjectSpuService.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/service/HomeSubjectSpuService.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/service/MemberPriceService.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/service/MemberPriceService.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/service/MemberPriceService.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/service/MemberPriceService.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/service/SeckillPromotionService.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/service/SeckillPromotionService.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/service/SeckillPromotionService.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/service/SeckillPromotionService.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/service/SeckillSessionService.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/service/SeckillSessionService.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/service/SeckillSessionService.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/service/SeckillSessionService.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/service/SeckillSkuNoticeService.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/service/SeckillSkuNoticeService.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/service/SeckillSkuNoticeService.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/service/SeckillSkuNoticeService.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/service/SeckillSkuRelationService.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/service/SeckillSkuRelationService.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/service/SeckillSkuRelationService.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/service/SeckillSkuRelationService.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/service/SkuFullReductionService.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/service/SkuFullReductionService.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/service/SkuFullReductionService.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/service/SkuFullReductionService.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/service/SkuLadderService.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/service/SkuLadderService.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/service/SkuLadderService.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/service/SkuLadderService.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/service/SpuBoundsService.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/service/SpuBoundsService.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/service/SpuBoundsService.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/service/SpuBoundsService.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/service/impl/CouponHistoryServiceImpl.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/service/impl/CouponHistoryServiceImpl.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/service/impl/CouponHistoryServiceImpl.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/service/impl/CouponHistoryServiceImpl.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/service/impl/CouponServiceImpl.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/service/impl/CouponServiceImpl.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/service/impl/CouponServiceImpl.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/service/impl/CouponServiceImpl.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/service/impl/CouponSpuCategoryRelationServiceImpl.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/service/impl/CouponSpuCategoryRelationServiceImpl.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/service/impl/CouponSpuCategoryRelationServiceImpl.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/service/impl/CouponSpuCategoryRelationServiceImpl.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/service/impl/CouponSpuRelationServiceImpl.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/service/impl/CouponSpuRelationServiceImpl.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/service/impl/CouponSpuRelationServiceImpl.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/service/impl/CouponSpuRelationServiceImpl.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/service/impl/HomeAdvServiceImpl.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/service/impl/HomeAdvServiceImpl.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/service/impl/HomeAdvServiceImpl.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/service/impl/HomeAdvServiceImpl.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/service/impl/HomeSubjectServiceImpl.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/service/impl/HomeSubjectServiceImpl.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/service/impl/HomeSubjectServiceImpl.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/service/impl/HomeSubjectServiceImpl.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/service/impl/HomeSubjectSpuServiceImpl.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/service/impl/HomeSubjectSpuServiceImpl.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/service/impl/HomeSubjectSpuServiceImpl.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/service/impl/HomeSubjectSpuServiceImpl.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/service/impl/MemberPriceServiceImpl.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/service/impl/MemberPriceServiceImpl.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/service/impl/MemberPriceServiceImpl.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/service/impl/MemberPriceServiceImpl.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/service/impl/SeckillPromotionServiceImpl.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/service/impl/SeckillPromotionServiceImpl.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/service/impl/SeckillPromotionServiceImpl.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/service/impl/SeckillPromotionServiceImpl.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/service/impl/SeckillSessionServiceImpl.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/service/impl/SeckillSessionServiceImpl.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/service/impl/SeckillSessionServiceImpl.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/service/impl/SeckillSessionServiceImpl.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/service/impl/SeckillSkuNoticeServiceImpl.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/service/impl/SeckillSkuNoticeServiceImpl.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/service/impl/SeckillSkuNoticeServiceImpl.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/service/impl/SeckillSkuNoticeServiceImpl.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/service/impl/SeckillSkuRelationServiceImpl.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/service/impl/SeckillSkuRelationServiceImpl.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/service/impl/SeckillSkuRelationServiceImpl.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/service/impl/SeckillSkuRelationServiceImpl.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/service/impl/SkuFullReductionServiceImpl.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/service/impl/SkuFullReductionServiceImpl.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/service/impl/SkuFullReductionServiceImpl.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/service/impl/SkuFullReductionServiceImpl.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/service/impl/SkuLadderServiceImpl.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/service/impl/SkuLadderServiceImpl.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/service/impl/SkuLadderServiceImpl.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/service/impl/SkuLadderServiceImpl.java diff --git a/mall-coupon/src/main/java/com/mall/coupon/service/impl/SpuBoundsServiceImpl.java b/mall-services/mall-coupon/src/main/java/com/mall/coupon/service/impl/SpuBoundsServiceImpl.java similarity index 100% rename from mall-coupon/src/main/java/com/mall/coupon/service/impl/SpuBoundsServiceImpl.java rename to mall-services/mall-coupon/src/main/java/com/mall/coupon/service/impl/SpuBoundsServiceImpl.java diff --git a/mall-coupon/src/main/resources/application-dev.yaml b/mall-services/mall-coupon/src/main/resources/application-dev.yaml similarity index 100% rename from mall-coupon/src/main/resources/application-dev.yaml rename to mall-services/mall-coupon/src/main/resources/application-dev.yaml diff --git a/mall-coupon/src/main/resources/application.yaml b/mall-services/mall-coupon/src/main/resources/application.yaml similarity index 100% rename from mall-coupon/src/main/resources/application.yaml rename to mall-services/mall-coupon/src/main/resources/application.yaml diff --git a/mall-coupon/src/main/resources/banner.txt b/mall-services/mall-coupon/src/main/resources/banner.txt similarity index 100% rename from mall-coupon/src/main/resources/banner.txt rename to mall-services/mall-coupon/src/main/resources/banner.txt diff --git a/mall-coupon/src/main/resources/logback.xml b/mall-services/mall-coupon/src/main/resources/logback.xml similarity index 100% rename from mall-coupon/src/main/resources/logback.xml rename to mall-services/mall-coupon/src/main/resources/logback.xml diff --git a/mall-coupon/src/main/resources/mapper/CouponHistoryMapper.xml b/mall-services/mall-coupon/src/main/resources/mapper/CouponHistoryMapper.xml similarity index 100% rename from mall-coupon/src/main/resources/mapper/CouponHistoryMapper.xml rename to mall-services/mall-coupon/src/main/resources/mapper/CouponHistoryMapper.xml diff --git a/mall-coupon/src/main/resources/mapper/CouponMapper.xml b/mall-services/mall-coupon/src/main/resources/mapper/CouponMapper.xml similarity index 100% rename from mall-coupon/src/main/resources/mapper/CouponMapper.xml rename to mall-services/mall-coupon/src/main/resources/mapper/CouponMapper.xml diff --git a/mall-coupon/src/main/resources/mapper/CouponSpuCategoryRelationMapper.xml b/mall-services/mall-coupon/src/main/resources/mapper/CouponSpuCategoryRelationMapper.xml similarity index 100% rename from mall-coupon/src/main/resources/mapper/CouponSpuCategoryRelationMapper.xml rename to mall-services/mall-coupon/src/main/resources/mapper/CouponSpuCategoryRelationMapper.xml diff --git a/mall-coupon/src/main/resources/mapper/CouponSpuRelationMapper.xml b/mall-services/mall-coupon/src/main/resources/mapper/CouponSpuRelationMapper.xml similarity index 100% rename from mall-coupon/src/main/resources/mapper/CouponSpuRelationMapper.xml rename to mall-services/mall-coupon/src/main/resources/mapper/CouponSpuRelationMapper.xml diff --git a/mall-coupon/src/main/resources/mapper/HomeAdvMapper.xml b/mall-services/mall-coupon/src/main/resources/mapper/HomeAdvMapper.xml similarity index 100% rename from mall-coupon/src/main/resources/mapper/HomeAdvMapper.xml rename to mall-services/mall-coupon/src/main/resources/mapper/HomeAdvMapper.xml diff --git a/mall-coupon/src/main/resources/mapper/HomeSubjectMapper.xml b/mall-services/mall-coupon/src/main/resources/mapper/HomeSubjectMapper.xml similarity index 100% rename from mall-coupon/src/main/resources/mapper/HomeSubjectMapper.xml rename to mall-services/mall-coupon/src/main/resources/mapper/HomeSubjectMapper.xml diff --git a/mall-coupon/src/main/resources/mapper/HomeSubjectSpuMapper.xml b/mall-services/mall-coupon/src/main/resources/mapper/HomeSubjectSpuMapper.xml similarity index 100% rename from mall-coupon/src/main/resources/mapper/HomeSubjectSpuMapper.xml rename to mall-services/mall-coupon/src/main/resources/mapper/HomeSubjectSpuMapper.xml diff --git a/mall-coupon/src/main/resources/mapper/MemberPriceMapper.xml b/mall-services/mall-coupon/src/main/resources/mapper/MemberPriceMapper.xml similarity index 100% rename from mall-coupon/src/main/resources/mapper/MemberPriceMapper.xml rename to mall-services/mall-coupon/src/main/resources/mapper/MemberPriceMapper.xml diff --git a/mall-coupon/src/main/resources/mapper/SeckillPromotionMapper.xml b/mall-services/mall-coupon/src/main/resources/mapper/SeckillPromotionMapper.xml similarity index 100% rename from mall-coupon/src/main/resources/mapper/SeckillPromotionMapper.xml rename to mall-services/mall-coupon/src/main/resources/mapper/SeckillPromotionMapper.xml diff --git a/mall-coupon/src/main/resources/mapper/SeckillSessionMapper.xml b/mall-services/mall-coupon/src/main/resources/mapper/SeckillSessionMapper.xml similarity index 100% rename from mall-coupon/src/main/resources/mapper/SeckillSessionMapper.xml rename to mall-services/mall-coupon/src/main/resources/mapper/SeckillSessionMapper.xml diff --git a/mall-coupon/src/main/resources/mapper/SeckillSkuNoticeMapper.xml b/mall-services/mall-coupon/src/main/resources/mapper/SeckillSkuNoticeMapper.xml similarity index 100% rename from mall-coupon/src/main/resources/mapper/SeckillSkuNoticeMapper.xml rename to mall-services/mall-coupon/src/main/resources/mapper/SeckillSkuNoticeMapper.xml diff --git a/mall-coupon/src/main/resources/mapper/SeckillSkuRelationMapper.xml b/mall-services/mall-coupon/src/main/resources/mapper/SeckillSkuRelationMapper.xml similarity index 100% rename from mall-coupon/src/main/resources/mapper/SeckillSkuRelationMapper.xml rename to mall-services/mall-coupon/src/main/resources/mapper/SeckillSkuRelationMapper.xml diff --git a/mall-coupon/src/main/resources/mapper/SkuFullReductionMapper.xml b/mall-services/mall-coupon/src/main/resources/mapper/SkuFullReductionMapper.xml similarity index 100% rename from mall-coupon/src/main/resources/mapper/SkuFullReductionMapper.xml rename to mall-services/mall-coupon/src/main/resources/mapper/SkuFullReductionMapper.xml diff --git a/mall-coupon/src/main/resources/mapper/SkuLadderMapper.xml b/mall-services/mall-coupon/src/main/resources/mapper/SkuLadderMapper.xml similarity index 100% rename from mall-coupon/src/main/resources/mapper/SkuLadderMapper.xml rename to mall-services/mall-coupon/src/main/resources/mapper/SkuLadderMapper.xml diff --git a/mall-coupon/src/main/resources/mapper/SpuBoundsMapper.xml b/mall-services/mall-coupon/src/main/resources/mapper/SpuBoundsMapper.xml similarity index 100% rename from mall-coupon/src/main/resources/mapper/SpuBoundsMapper.xml rename to mall-services/mall-coupon/src/main/resources/mapper/SpuBoundsMapper.xml diff --git a/mall-coupon/src/main/resources/static/error/400.html b/mall-services/mall-coupon/src/main/resources/static/error/400.html similarity index 100% rename from mall-coupon/src/main/resources/static/error/400.html rename to mall-services/mall-coupon/src/main/resources/static/error/400.html diff --git a/mall-coupon/src/main/resources/static/error/403.html b/mall-services/mall-coupon/src/main/resources/static/error/403.html similarity index 100% rename from mall-coupon/src/main/resources/static/error/403.html rename to mall-services/mall-coupon/src/main/resources/static/error/403.html diff --git a/mall-coupon/src/main/resources/static/error/404.html b/mall-services/mall-coupon/src/main/resources/static/error/404.html similarity index 100% rename from mall-coupon/src/main/resources/static/error/404.html rename to mall-services/mall-coupon/src/main/resources/static/error/404.html diff --git a/mall-coupon/src/main/resources/static/error/500.html b/mall-services/mall-coupon/src/main/resources/static/error/500.html similarity index 100% rename from mall-coupon/src/main/resources/static/error/500.html rename to mall-services/mall-coupon/src/main/resources/static/error/500.html diff --git a/mall-coupon/src/main/resources/static/error/501.html b/mall-services/mall-coupon/src/main/resources/static/error/501.html similarity index 100% rename from mall-coupon/src/main/resources/static/error/501.html rename to mall-services/mall-coupon/src/main/resources/static/error/501.html diff --git a/mall-coupon/src/main/resources/static/error/502.html b/mall-services/mall-coupon/src/main/resources/static/error/502.html similarity index 100% rename from mall-coupon/src/main/resources/static/error/502.html rename to mall-services/mall-coupon/src/main/resources/static/error/502.html diff --git a/mall-coupon/src/main/resources/static/error/503.html b/mall-services/mall-coupon/src/main/resources/static/error/503.html similarity index 100% rename from mall-coupon/src/main/resources/static/error/503.html rename to mall-services/mall-coupon/src/main/resources/static/error/503.html diff --git a/mall-coupon/src/main/resources/static/error/504.html b/mall-services/mall-coupon/src/main/resources/static/error/504.html similarity index 100% rename from mall-coupon/src/main/resources/static/error/504.html rename to mall-services/mall-coupon/src/main/resources/static/error/504.html diff --git a/mall-coupon/src/main/resources/static/error/505.html b/mall-services/mall-coupon/src/main/resources/static/error/505.html similarity index 100% rename from mall-coupon/src/main/resources/static/error/505.html rename to mall-services/mall-coupon/src/main/resources/static/error/505.html diff --git a/mall-coupon/src/main/resources/static/error/506.html b/mall-services/mall-coupon/src/main/resources/static/error/506.html similarity index 100% rename from mall-coupon/src/main/resources/static/error/506.html rename to mall-services/mall-coupon/src/main/resources/static/error/506.html diff --git a/mall-coupon/src/main/resources/static/error/507.html b/mall-services/mall-coupon/src/main/resources/static/error/507.html similarity index 100% rename from mall-coupon/src/main/resources/static/error/507.html rename to mall-services/mall-coupon/src/main/resources/static/error/507.html diff --git a/mall-coupon/src/main/resources/static/error/509.html b/mall-services/mall-coupon/src/main/resources/static/error/509.html similarity index 100% rename from mall-coupon/src/main/resources/static/error/509.html rename to mall-services/mall-coupon/src/main/resources/static/error/509.html diff --git a/mall-coupon/src/main/resources/static/error/510.html b/mall-services/mall-coupon/src/main/resources/static/error/510.html similarity index 100% rename from mall-coupon/src/main/resources/static/error/510.html rename to mall-services/mall-coupon/src/main/resources/static/error/510.html diff --git a/mall-coupon/src/main/resources/static/favicon.ico b/mall-services/mall-coupon/src/main/resources/static/favicon.ico similarity index 100% rename from mall-coupon/src/main/resources/static/favicon.ico rename to mall-services/mall-coupon/src/main/resources/static/favicon.ico diff --git a/mall-coupon/src/main/resources/static/images/architecture-diagram.jpg b/mall-services/mall-coupon/src/main/resources/static/images/architecture-diagram.jpg similarity index 100% rename from mall-coupon/src/main/resources/static/images/architecture-diagram.jpg rename to mall-services/mall-coupon/src/main/resources/static/images/architecture-diagram.jpg diff --git a/mall-coupon/src/main/resources/templates/index.html b/mall-services/mall-coupon/src/main/resources/templates/index.html similarity index 100% rename from mall-coupon/src/main/resources/templates/index.html rename to mall-services/mall-coupon/src/main/resources/templates/index.html diff --git a/mall-services/mall-member/pom.xml b/mall-services/mall-member/pom.xml new file mode 100644 index 0000000..6acde57 --- /dev/null +++ b/mall-services/mall-member/pom.xml @@ -0,0 +1,29 @@ + + 4.0.0 + + com.mall + mall-services + 1.0-SNAPSHOT + + + mall-member + jar + + mall-member + https://maven.apache.org + + + UTF-8 + + + + + + org.springframework.boot + spring-boot-devtools + runtime + true + + + diff --git a/mall-member/src/main/java/com/mall/member/MallMemberApplication.java b/mall-services/mall-member/src/main/java/com/mall/member/MallMemberApplication.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/MallMemberApplication.java rename to mall-services/mall-member/src/main/java/com/mall/member/MallMemberApplication.java diff --git a/mall-member/src/main/java/com/mall/member/config/Knife4jConfig.java b/mall-services/mall-member/src/main/java/com/mall/member/config/Knife4jConfig.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/config/Knife4jConfig.java rename to mall-services/mall-member/src/main/java/com/mall/member/config/Knife4jConfig.java diff --git a/mall-member/src/main/java/com/mall/member/controller/GrowthChangeHistoryController.java b/mall-services/mall-member/src/main/java/com/mall/member/controller/GrowthChangeHistoryController.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/controller/GrowthChangeHistoryController.java rename to mall-services/mall-member/src/main/java/com/mall/member/controller/GrowthChangeHistoryController.java diff --git a/mall-member/src/main/java/com/mall/member/controller/IntegrationChangeHistoryController.java b/mall-services/mall-member/src/main/java/com/mall/member/controller/IntegrationChangeHistoryController.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/controller/IntegrationChangeHistoryController.java rename to mall-services/mall-member/src/main/java/com/mall/member/controller/IntegrationChangeHistoryController.java diff --git a/mall-member/src/main/java/com/mall/member/controller/MemberCollectSpuController.java b/mall-services/mall-member/src/main/java/com/mall/member/controller/MemberCollectSpuController.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/controller/MemberCollectSpuController.java rename to mall-services/mall-member/src/main/java/com/mall/member/controller/MemberCollectSpuController.java diff --git a/mall-member/src/main/java/com/mall/member/controller/MemberCollectSubjectController.java b/mall-services/mall-member/src/main/java/com/mall/member/controller/MemberCollectSubjectController.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/controller/MemberCollectSubjectController.java rename to mall-services/mall-member/src/main/java/com/mall/member/controller/MemberCollectSubjectController.java diff --git a/mall-member/src/main/java/com/mall/member/controller/MemberController.java b/mall-services/mall-member/src/main/java/com/mall/member/controller/MemberController.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/controller/MemberController.java rename to mall-services/mall-member/src/main/java/com/mall/member/controller/MemberController.java diff --git a/mall-member/src/main/java/com/mall/member/controller/MemberLevelController.java b/mall-services/mall-member/src/main/java/com/mall/member/controller/MemberLevelController.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/controller/MemberLevelController.java rename to mall-services/mall-member/src/main/java/com/mall/member/controller/MemberLevelController.java diff --git a/mall-member/src/main/java/com/mall/member/controller/MemberLoginLogController.java b/mall-services/mall-member/src/main/java/com/mall/member/controller/MemberLoginLogController.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/controller/MemberLoginLogController.java rename to mall-services/mall-member/src/main/java/com/mall/member/controller/MemberLoginLogController.java diff --git a/mall-member/src/main/java/com/mall/member/controller/MemberReceiveAddressController.java b/mall-services/mall-member/src/main/java/com/mall/member/controller/MemberReceiveAddressController.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/controller/MemberReceiveAddressController.java rename to mall-services/mall-member/src/main/java/com/mall/member/controller/MemberReceiveAddressController.java diff --git a/mall-member/src/main/java/com/mall/member/controller/MemberStatisticsInfoController.java b/mall-services/mall-member/src/main/java/com/mall/member/controller/MemberStatisticsInfoController.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/controller/MemberStatisticsInfoController.java rename to mall-services/mall-member/src/main/java/com/mall/member/controller/MemberStatisticsInfoController.java diff --git a/mall-member/src/main/java/com/mall/member/domain/dto/GrowthChangeHistoryDto.java b/mall-services/mall-member/src/main/java/com/mall/member/domain/dto/GrowthChangeHistoryDto.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/domain/dto/GrowthChangeHistoryDto.java rename to mall-services/mall-member/src/main/java/com/mall/member/domain/dto/GrowthChangeHistoryDto.java diff --git a/mall-member/src/main/java/com/mall/member/domain/dto/IntegrationChangeHistoryDto.java b/mall-services/mall-member/src/main/java/com/mall/member/domain/dto/IntegrationChangeHistoryDto.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/domain/dto/IntegrationChangeHistoryDto.java rename to mall-services/mall-member/src/main/java/com/mall/member/domain/dto/IntegrationChangeHistoryDto.java diff --git a/mall-member/src/main/java/com/mall/member/domain/dto/MemberCollectSpuDto.java b/mall-services/mall-member/src/main/java/com/mall/member/domain/dto/MemberCollectSpuDto.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/domain/dto/MemberCollectSpuDto.java rename to mall-services/mall-member/src/main/java/com/mall/member/domain/dto/MemberCollectSpuDto.java diff --git a/mall-member/src/main/java/com/mall/member/domain/dto/MemberCollectSubjectDto.java b/mall-services/mall-member/src/main/java/com/mall/member/domain/dto/MemberCollectSubjectDto.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/domain/dto/MemberCollectSubjectDto.java rename to mall-services/mall-member/src/main/java/com/mall/member/domain/dto/MemberCollectSubjectDto.java diff --git a/mall-member/src/main/java/com/mall/member/domain/dto/MemberDto.java b/mall-services/mall-member/src/main/java/com/mall/member/domain/dto/MemberDto.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/domain/dto/MemberDto.java rename to mall-services/mall-member/src/main/java/com/mall/member/domain/dto/MemberDto.java diff --git a/mall-member/src/main/java/com/mall/member/domain/dto/MemberLevelDto.java b/mall-services/mall-member/src/main/java/com/mall/member/domain/dto/MemberLevelDto.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/domain/dto/MemberLevelDto.java rename to mall-services/mall-member/src/main/java/com/mall/member/domain/dto/MemberLevelDto.java diff --git a/mall-member/src/main/java/com/mall/member/domain/dto/MemberLoginLogDto.java b/mall-services/mall-member/src/main/java/com/mall/member/domain/dto/MemberLoginLogDto.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/domain/dto/MemberLoginLogDto.java rename to mall-services/mall-member/src/main/java/com/mall/member/domain/dto/MemberLoginLogDto.java diff --git a/mall-member/src/main/java/com/mall/member/domain/dto/MemberReceiveAddressDto.java b/mall-services/mall-member/src/main/java/com/mall/member/domain/dto/MemberReceiveAddressDto.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/domain/dto/MemberReceiveAddressDto.java rename to mall-services/mall-member/src/main/java/com/mall/member/domain/dto/MemberReceiveAddressDto.java diff --git a/mall-member/src/main/java/com/mall/member/domain/dto/MemberStatisticsInfoDto.java b/mall-services/mall-member/src/main/java/com/mall/member/domain/dto/MemberStatisticsInfoDto.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/domain/dto/MemberStatisticsInfoDto.java rename to mall-services/mall-member/src/main/java/com/mall/member/domain/dto/MemberStatisticsInfoDto.java diff --git a/mall-member/src/main/java/com/mall/member/domain/entity/GrowthChangeHistory.java b/mall-services/mall-member/src/main/java/com/mall/member/domain/entity/GrowthChangeHistory.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/domain/entity/GrowthChangeHistory.java rename to mall-services/mall-member/src/main/java/com/mall/member/domain/entity/GrowthChangeHistory.java diff --git a/mall-member/src/main/java/com/mall/member/domain/entity/IntegrationChangeHistory.java b/mall-services/mall-member/src/main/java/com/mall/member/domain/entity/IntegrationChangeHistory.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/domain/entity/IntegrationChangeHistory.java rename to mall-services/mall-member/src/main/java/com/mall/member/domain/entity/IntegrationChangeHistory.java diff --git a/mall-member/src/main/java/com/mall/member/domain/entity/Member.java b/mall-services/mall-member/src/main/java/com/mall/member/domain/entity/Member.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/domain/entity/Member.java rename to mall-services/mall-member/src/main/java/com/mall/member/domain/entity/Member.java diff --git a/mall-member/src/main/java/com/mall/member/domain/entity/MemberCollectSpu.java b/mall-services/mall-member/src/main/java/com/mall/member/domain/entity/MemberCollectSpu.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/domain/entity/MemberCollectSpu.java rename to mall-services/mall-member/src/main/java/com/mall/member/domain/entity/MemberCollectSpu.java diff --git a/mall-member/src/main/java/com/mall/member/domain/entity/MemberCollectSubject.java b/mall-services/mall-member/src/main/java/com/mall/member/domain/entity/MemberCollectSubject.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/domain/entity/MemberCollectSubject.java rename to mall-services/mall-member/src/main/java/com/mall/member/domain/entity/MemberCollectSubject.java diff --git a/mall-member/src/main/java/com/mall/member/domain/entity/MemberLevel.java b/mall-services/mall-member/src/main/java/com/mall/member/domain/entity/MemberLevel.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/domain/entity/MemberLevel.java rename to mall-services/mall-member/src/main/java/com/mall/member/domain/entity/MemberLevel.java diff --git a/mall-member/src/main/java/com/mall/member/domain/entity/MemberLoginLog.java b/mall-services/mall-member/src/main/java/com/mall/member/domain/entity/MemberLoginLog.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/domain/entity/MemberLoginLog.java rename to mall-services/mall-member/src/main/java/com/mall/member/domain/entity/MemberLoginLog.java diff --git a/mall-member/src/main/java/com/mall/member/domain/entity/MemberReceiveAddress.java b/mall-services/mall-member/src/main/java/com/mall/member/domain/entity/MemberReceiveAddress.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/domain/entity/MemberReceiveAddress.java rename to mall-services/mall-member/src/main/java/com/mall/member/domain/entity/MemberReceiveAddress.java diff --git a/mall-member/src/main/java/com/mall/member/domain/entity/MemberStatisticsInfo.java b/mall-services/mall-member/src/main/java/com/mall/member/domain/entity/MemberStatisticsInfo.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/domain/entity/MemberStatisticsInfo.java rename to mall-services/mall-member/src/main/java/com/mall/member/domain/entity/MemberStatisticsInfo.java diff --git a/mall-member/src/main/java/com/mall/member/domain/vo/GrowthChangeHistoryVo.java b/mall-services/mall-member/src/main/java/com/mall/member/domain/vo/GrowthChangeHistoryVo.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/domain/vo/GrowthChangeHistoryVo.java rename to mall-services/mall-member/src/main/java/com/mall/member/domain/vo/GrowthChangeHistoryVo.java diff --git a/mall-member/src/main/java/com/mall/member/domain/vo/IntegrationChangeHistoryVo.java b/mall-services/mall-member/src/main/java/com/mall/member/domain/vo/IntegrationChangeHistoryVo.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/domain/vo/IntegrationChangeHistoryVo.java rename to mall-services/mall-member/src/main/java/com/mall/member/domain/vo/IntegrationChangeHistoryVo.java diff --git a/mall-member/src/main/java/com/mall/member/domain/vo/MemberCollectSpuVo.java b/mall-services/mall-member/src/main/java/com/mall/member/domain/vo/MemberCollectSpuVo.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/domain/vo/MemberCollectSpuVo.java rename to mall-services/mall-member/src/main/java/com/mall/member/domain/vo/MemberCollectSpuVo.java diff --git a/mall-member/src/main/java/com/mall/member/domain/vo/MemberCollectSubjectVo.java b/mall-services/mall-member/src/main/java/com/mall/member/domain/vo/MemberCollectSubjectVo.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/domain/vo/MemberCollectSubjectVo.java rename to mall-services/mall-member/src/main/java/com/mall/member/domain/vo/MemberCollectSubjectVo.java diff --git a/mall-member/src/main/java/com/mall/member/domain/vo/MemberLevelVo.java b/mall-services/mall-member/src/main/java/com/mall/member/domain/vo/MemberLevelVo.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/domain/vo/MemberLevelVo.java rename to mall-services/mall-member/src/main/java/com/mall/member/domain/vo/MemberLevelVo.java diff --git a/mall-member/src/main/java/com/mall/member/domain/vo/MemberLoginLogVo.java b/mall-services/mall-member/src/main/java/com/mall/member/domain/vo/MemberLoginLogVo.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/domain/vo/MemberLoginLogVo.java rename to mall-services/mall-member/src/main/java/com/mall/member/domain/vo/MemberLoginLogVo.java diff --git a/mall-member/src/main/java/com/mall/member/domain/vo/MemberReceiveAddressVo.java b/mall-services/mall-member/src/main/java/com/mall/member/domain/vo/MemberReceiveAddressVo.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/domain/vo/MemberReceiveAddressVo.java rename to mall-services/mall-member/src/main/java/com/mall/member/domain/vo/MemberReceiveAddressVo.java diff --git a/mall-member/src/main/java/com/mall/member/domain/vo/MemberStatisticsInfoVo.java b/mall-services/mall-member/src/main/java/com/mall/member/domain/vo/MemberStatisticsInfoVo.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/domain/vo/MemberStatisticsInfoVo.java rename to mall-services/mall-member/src/main/java/com/mall/member/domain/vo/MemberStatisticsInfoVo.java diff --git a/mall-member/src/main/java/com/mall/member/domain/vo/MemberVo.java b/mall-services/mall-member/src/main/java/com/mall/member/domain/vo/MemberVo.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/domain/vo/MemberVo.java rename to mall-services/mall-member/src/main/java/com/mall/member/domain/vo/MemberVo.java diff --git a/mall-member/src/main/java/com/mall/member/mapper/GrowthChangeHistoryMapper.java b/mall-services/mall-member/src/main/java/com/mall/member/mapper/GrowthChangeHistoryMapper.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/mapper/GrowthChangeHistoryMapper.java rename to mall-services/mall-member/src/main/java/com/mall/member/mapper/GrowthChangeHistoryMapper.java diff --git a/mall-member/src/main/java/com/mall/member/mapper/IntegrationChangeHistoryMapper.java b/mall-services/mall-member/src/main/java/com/mall/member/mapper/IntegrationChangeHistoryMapper.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/mapper/IntegrationChangeHistoryMapper.java rename to mall-services/mall-member/src/main/java/com/mall/member/mapper/IntegrationChangeHistoryMapper.java diff --git a/mall-member/src/main/java/com/mall/member/mapper/MemberCollectSpuMapper.java b/mall-services/mall-member/src/main/java/com/mall/member/mapper/MemberCollectSpuMapper.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/mapper/MemberCollectSpuMapper.java rename to mall-services/mall-member/src/main/java/com/mall/member/mapper/MemberCollectSpuMapper.java diff --git a/mall-member/src/main/java/com/mall/member/mapper/MemberCollectSubjectMapper.java b/mall-services/mall-member/src/main/java/com/mall/member/mapper/MemberCollectSubjectMapper.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/mapper/MemberCollectSubjectMapper.java rename to mall-services/mall-member/src/main/java/com/mall/member/mapper/MemberCollectSubjectMapper.java diff --git a/mall-member/src/main/java/com/mall/member/mapper/MemberLevelMapper.java b/mall-services/mall-member/src/main/java/com/mall/member/mapper/MemberLevelMapper.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/mapper/MemberLevelMapper.java rename to mall-services/mall-member/src/main/java/com/mall/member/mapper/MemberLevelMapper.java diff --git a/mall-member/src/main/java/com/mall/member/mapper/MemberLoginLogMapper.java b/mall-services/mall-member/src/main/java/com/mall/member/mapper/MemberLoginLogMapper.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/mapper/MemberLoginLogMapper.java rename to mall-services/mall-member/src/main/java/com/mall/member/mapper/MemberLoginLogMapper.java diff --git a/mall-member/src/main/java/com/mall/member/mapper/MemberMapper.java b/mall-services/mall-member/src/main/java/com/mall/member/mapper/MemberMapper.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/mapper/MemberMapper.java rename to mall-services/mall-member/src/main/java/com/mall/member/mapper/MemberMapper.java diff --git a/mall-member/src/main/java/com/mall/member/mapper/MemberReceiveAddressMapper.java b/mall-services/mall-member/src/main/java/com/mall/member/mapper/MemberReceiveAddressMapper.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/mapper/MemberReceiveAddressMapper.java rename to mall-services/mall-member/src/main/java/com/mall/member/mapper/MemberReceiveAddressMapper.java diff --git a/mall-member/src/main/java/com/mall/member/mapper/MemberStatisticsInfoMapper.java b/mall-services/mall-member/src/main/java/com/mall/member/mapper/MemberStatisticsInfoMapper.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/mapper/MemberStatisticsInfoMapper.java rename to mall-services/mall-member/src/main/java/com/mall/member/mapper/MemberStatisticsInfoMapper.java diff --git a/mall-member/src/main/java/com/mall/member/service/GrowthChangeHistoryService.java b/mall-services/mall-member/src/main/java/com/mall/member/service/GrowthChangeHistoryService.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/service/GrowthChangeHistoryService.java rename to mall-services/mall-member/src/main/java/com/mall/member/service/GrowthChangeHistoryService.java diff --git a/mall-member/src/main/java/com/mall/member/service/IntegrationChangeHistoryService.java b/mall-services/mall-member/src/main/java/com/mall/member/service/IntegrationChangeHistoryService.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/service/IntegrationChangeHistoryService.java rename to mall-services/mall-member/src/main/java/com/mall/member/service/IntegrationChangeHistoryService.java diff --git a/mall-member/src/main/java/com/mall/member/service/MemberCollectSpuService.java b/mall-services/mall-member/src/main/java/com/mall/member/service/MemberCollectSpuService.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/service/MemberCollectSpuService.java rename to mall-services/mall-member/src/main/java/com/mall/member/service/MemberCollectSpuService.java diff --git a/mall-member/src/main/java/com/mall/member/service/MemberCollectSubjectService.java b/mall-services/mall-member/src/main/java/com/mall/member/service/MemberCollectSubjectService.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/service/MemberCollectSubjectService.java rename to mall-services/mall-member/src/main/java/com/mall/member/service/MemberCollectSubjectService.java diff --git a/mall-member/src/main/java/com/mall/member/service/MemberLevelService.java b/mall-services/mall-member/src/main/java/com/mall/member/service/MemberLevelService.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/service/MemberLevelService.java rename to mall-services/mall-member/src/main/java/com/mall/member/service/MemberLevelService.java diff --git a/mall-member/src/main/java/com/mall/member/service/MemberLoginLogService.java b/mall-services/mall-member/src/main/java/com/mall/member/service/MemberLoginLogService.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/service/MemberLoginLogService.java rename to mall-services/mall-member/src/main/java/com/mall/member/service/MemberLoginLogService.java diff --git a/mall-member/src/main/java/com/mall/member/service/MemberReceiveAddressService.java b/mall-services/mall-member/src/main/java/com/mall/member/service/MemberReceiveAddressService.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/service/MemberReceiveAddressService.java rename to mall-services/mall-member/src/main/java/com/mall/member/service/MemberReceiveAddressService.java diff --git a/mall-member/src/main/java/com/mall/member/service/MemberService.java b/mall-services/mall-member/src/main/java/com/mall/member/service/MemberService.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/service/MemberService.java rename to mall-services/mall-member/src/main/java/com/mall/member/service/MemberService.java diff --git a/mall-member/src/main/java/com/mall/member/service/MemberStatisticsInfoService.java b/mall-services/mall-member/src/main/java/com/mall/member/service/MemberStatisticsInfoService.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/service/MemberStatisticsInfoService.java rename to mall-services/mall-member/src/main/java/com/mall/member/service/MemberStatisticsInfoService.java diff --git a/mall-member/src/main/java/com/mall/member/service/impl/GrowthChangeHistoryServiceImpl.java b/mall-services/mall-member/src/main/java/com/mall/member/service/impl/GrowthChangeHistoryServiceImpl.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/service/impl/GrowthChangeHistoryServiceImpl.java rename to mall-services/mall-member/src/main/java/com/mall/member/service/impl/GrowthChangeHistoryServiceImpl.java diff --git a/mall-member/src/main/java/com/mall/member/service/impl/IntegrationChangeHistoryServiceImpl.java b/mall-services/mall-member/src/main/java/com/mall/member/service/impl/IntegrationChangeHistoryServiceImpl.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/service/impl/IntegrationChangeHistoryServiceImpl.java rename to mall-services/mall-member/src/main/java/com/mall/member/service/impl/IntegrationChangeHistoryServiceImpl.java diff --git a/mall-member/src/main/java/com/mall/member/service/impl/MemberCollectSpuServiceImpl.java b/mall-services/mall-member/src/main/java/com/mall/member/service/impl/MemberCollectSpuServiceImpl.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/service/impl/MemberCollectSpuServiceImpl.java rename to mall-services/mall-member/src/main/java/com/mall/member/service/impl/MemberCollectSpuServiceImpl.java diff --git a/mall-member/src/main/java/com/mall/member/service/impl/MemberCollectSubjectServiceImpl.java b/mall-services/mall-member/src/main/java/com/mall/member/service/impl/MemberCollectSubjectServiceImpl.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/service/impl/MemberCollectSubjectServiceImpl.java rename to mall-services/mall-member/src/main/java/com/mall/member/service/impl/MemberCollectSubjectServiceImpl.java diff --git a/mall-member/src/main/java/com/mall/member/service/impl/MemberLevelServiceImpl.java b/mall-services/mall-member/src/main/java/com/mall/member/service/impl/MemberLevelServiceImpl.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/service/impl/MemberLevelServiceImpl.java rename to mall-services/mall-member/src/main/java/com/mall/member/service/impl/MemberLevelServiceImpl.java diff --git a/mall-member/src/main/java/com/mall/member/service/impl/MemberLoginLogServiceImpl.java b/mall-services/mall-member/src/main/java/com/mall/member/service/impl/MemberLoginLogServiceImpl.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/service/impl/MemberLoginLogServiceImpl.java rename to mall-services/mall-member/src/main/java/com/mall/member/service/impl/MemberLoginLogServiceImpl.java diff --git a/mall-member/src/main/java/com/mall/member/service/impl/MemberReceiveAddressServiceImpl.java b/mall-services/mall-member/src/main/java/com/mall/member/service/impl/MemberReceiveAddressServiceImpl.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/service/impl/MemberReceiveAddressServiceImpl.java rename to mall-services/mall-member/src/main/java/com/mall/member/service/impl/MemberReceiveAddressServiceImpl.java diff --git a/mall-member/src/main/java/com/mall/member/service/impl/MemberServiceImpl.java b/mall-services/mall-member/src/main/java/com/mall/member/service/impl/MemberServiceImpl.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/service/impl/MemberServiceImpl.java rename to mall-services/mall-member/src/main/java/com/mall/member/service/impl/MemberServiceImpl.java diff --git a/mall-member/src/main/java/com/mall/member/service/impl/MemberStatisticsInfoServiceImpl.java b/mall-services/mall-member/src/main/java/com/mall/member/service/impl/MemberStatisticsInfoServiceImpl.java similarity index 100% rename from mall-member/src/main/java/com/mall/member/service/impl/MemberStatisticsInfoServiceImpl.java rename to mall-services/mall-member/src/main/java/com/mall/member/service/impl/MemberStatisticsInfoServiceImpl.java diff --git a/mall-member/src/main/resources/application-dev.yml b/mall-services/mall-member/src/main/resources/application-dev.yml similarity index 100% rename from mall-member/src/main/resources/application-dev.yml rename to mall-services/mall-member/src/main/resources/application-dev.yml diff --git a/mall-member/src/main/resources/application.yaml b/mall-services/mall-member/src/main/resources/application.yaml similarity index 100% rename from mall-member/src/main/resources/application.yaml rename to mall-services/mall-member/src/main/resources/application.yaml diff --git a/mall-member/src/main/resources/banner.txt b/mall-services/mall-member/src/main/resources/banner.txt similarity index 100% rename from mall-member/src/main/resources/banner.txt rename to mall-services/mall-member/src/main/resources/banner.txt diff --git a/mall-member/src/main/resources/logback.xml b/mall-services/mall-member/src/main/resources/logback.xml similarity index 100% rename from mall-member/src/main/resources/logback.xml rename to mall-services/mall-member/src/main/resources/logback.xml diff --git a/mall-member/src/main/resources/mapper/GrowthChangeHistoryMapper.xml b/mall-services/mall-member/src/main/resources/mapper/GrowthChangeHistoryMapper.xml similarity index 100% rename from mall-member/src/main/resources/mapper/GrowthChangeHistoryMapper.xml rename to mall-services/mall-member/src/main/resources/mapper/GrowthChangeHistoryMapper.xml diff --git a/mall-member/src/main/resources/mapper/IntegrationChangeHistoryMapper.xml b/mall-services/mall-member/src/main/resources/mapper/IntegrationChangeHistoryMapper.xml similarity index 100% rename from mall-member/src/main/resources/mapper/IntegrationChangeHistoryMapper.xml rename to mall-services/mall-member/src/main/resources/mapper/IntegrationChangeHistoryMapper.xml diff --git a/mall-member/src/main/resources/mapper/MemberCollectSpuMapper.xml b/mall-services/mall-member/src/main/resources/mapper/MemberCollectSpuMapper.xml similarity index 100% rename from mall-member/src/main/resources/mapper/MemberCollectSpuMapper.xml rename to mall-services/mall-member/src/main/resources/mapper/MemberCollectSpuMapper.xml diff --git a/mall-member/src/main/resources/mapper/MemberCollectSubjectMapper.xml b/mall-services/mall-member/src/main/resources/mapper/MemberCollectSubjectMapper.xml similarity index 100% rename from mall-member/src/main/resources/mapper/MemberCollectSubjectMapper.xml rename to mall-services/mall-member/src/main/resources/mapper/MemberCollectSubjectMapper.xml diff --git a/mall-member/src/main/resources/mapper/MemberLevelMapper.xml b/mall-services/mall-member/src/main/resources/mapper/MemberLevelMapper.xml similarity index 100% rename from mall-member/src/main/resources/mapper/MemberLevelMapper.xml rename to mall-services/mall-member/src/main/resources/mapper/MemberLevelMapper.xml diff --git a/mall-member/src/main/resources/mapper/MemberLoginLogMapper.xml b/mall-services/mall-member/src/main/resources/mapper/MemberLoginLogMapper.xml similarity index 100% rename from mall-member/src/main/resources/mapper/MemberLoginLogMapper.xml rename to mall-services/mall-member/src/main/resources/mapper/MemberLoginLogMapper.xml diff --git a/mall-member/src/main/resources/mapper/MemberMapper.xml b/mall-services/mall-member/src/main/resources/mapper/MemberMapper.xml similarity index 100% rename from mall-member/src/main/resources/mapper/MemberMapper.xml rename to mall-services/mall-member/src/main/resources/mapper/MemberMapper.xml diff --git a/mall-member/src/main/resources/mapper/MemberReceiveAddressMapper.xml b/mall-services/mall-member/src/main/resources/mapper/MemberReceiveAddressMapper.xml similarity index 100% rename from mall-member/src/main/resources/mapper/MemberReceiveAddressMapper.xml rename to mall-services/mall-member/src/main/resources/mapper/MemberReceiveAddressMapper.xml diff --git a/mall-member/src/main/resources/mapper/MemberStatisticsInfoMapper.xml b/mall-services/mall-member/src/main/resources/mapper/MemberStatisticsInfoMapper.xml similarity index 100% rename from mall-member/src/main/resources/mapper/MemberStatisticsInfoMapper.xml rename to mall-services/mall-member/src/main/resources/mapper/MemberStatisticsInfoMapper.xml diff --git a/mall-member/src/main/resources/static/error/400.html b/mall-services/mall-member/src/main/resources/static/error/400.html similarity index 100% rename from mall-member/src/main/resources/static/error/400.html rename to mall-services/mall-member/src/main/resources/static/error/400.html diff --git a/mall-member/src/main/resources/static/error/403.html b/mall-services/mall-member/src/main/resources/static/error/403.html similarity index 100% rename from mall-member/src/main/resources/static/error/403.html rename to mall-services/mall-member/src/main/resources/static/error/403.html diff --git a/mall-member/src/main/resources/static/error/404.html b/mall-services/mall-member/src/main/resources/static/error/404.html similarity index 100% rename from mall-member/src/main/resources/static/error/404.html rename to mall-services/mall-member/src/main/resources/static/error/404.html diff --git a/mall-member/src/main/resources/static/error/500.html b/mall-services/mall-member/src/main/resources/static/error/500.html similarity index 100% rename from mall-member/src/main/resources/static/error/500.html rename to mall-services/mall-member/src/main/resources/static/error/500.html diff --git a/mall-member/src/main/resources/static/error/501.html b/mall-services/mall-member/src/main/resources/static/error/501.html similarity index 100% rename from mall-member/src/main/resources/static/error/501.html rename to mall-services/mall-member/src/main/resources/static/error/501.html diff --git a/mall-member/src/main/resources/static/error/502.html b/mall-services/mall-member/src/main/resources/static/error/502.html similarity index 100% rename from mall-member/src/main/resources/static/error/502.html rename to mall-services/mall-member/src/main/resources/static/error/502.html diff --git a/mall-member/src/main/resources/static/error/503.html b/mall-services/mall-member/src/main/resources/static/error/503.html similarity index 100% rename from mall-member/src/main/resources/static/error/503.html rename to mall-services/mall-member/src/main/resources/static/error/503.html diff --git a/mall-member/src/main/resources/static/error/504.html b/mall-services/mall-member/src/main/resources/static/error/504.html similarity index 100% rename from mall-member/src/main/resources/static/error/504.html rename to mall-services/mall-member/src/main/resources/static/error/504.html diff --git a/mall-member/src/main/resources/static/error/505.html b/mall-services/mall-member/src/main/resources/static/error/505.html similarity index 100% rename from mall-member/src/main/resources/static/error/505.html rename to mall-services/mall-member/src/main/resources/static/error/505.html diff --git a/mall-member/src/main/resources/static/error/506.html b/mall-services/mall-member/src/main/resources/static/error/506.html similarity index 100% rename from mall-member/src/main/resources/static/error/506.html rename to mall-services/mall-member/src/main/resources/static/error/506.html diff --git a/mall-member/src/main/resources/static/error/507.html b/mall-services/mall-member/src/main/resources/static/error/507.html similarity index 100% rename from mall-member/src/main/resources/static/error/507.html rename to mall-services/mall-member/src/main/resources/static/error/507.html diff --git a/mall-member/src/main/resources/static/error/509.html b/mall-services/mall-member/src/main/resources/static/error/509.html similarity index 100% rename from mall-member/src/main/resources/static/error/509.html rename to mall-services/mall-member/src/main/resources/static/error/509.html diff --git a/mall-member/src/main/resources/static/error/510.html b/mall-services/mall-member/src/main/resources/static/error/510.html similarity index 100% rename from mall-member/src/main/resources/static/error/510.html rename to mall-services/mall-member/src/main/resources/static/error/510.html diff --git a/mall-member/src/main/resources/static/favicon.ico b/mall-services/mall-member/src/main/resources/static/favicon.ico similarity index 100% rename from mall-member/src/main/resources/static/favicon.ico rename to mall-services/mall-member/src/main/resources/static/favicon.ico diff --git a/mall-member/src/main/resources/static/images/architecture-diagram.jpg b/mall-services/mall-member/src/main/resources/static/images/architecture-diagram.jpg similarity index 100% rename from mall-member/src/main/resources/static/images/architecture-diagram.jpg rename to mall-services/mall-member/src/main/resources/static/images/architecture-diagram.jpg diff --git a/mall-member/src/main/resources/templates/index.html b/mall-services/mall-member/src/main/resources/templates/index.html similarity index 100% rename from mall-member/src/main/resources/templates/index.html rename to mall-services/mall-member/src/main/resources/templates/index.html diff --git a/mall-services/mall-order/pom.xml b/mall-services/mall-order/pom.xml new file mode 100644 index 0000000..a2995a4 --- /dev/null +++ b/mall-services/mall-order/pom.xml @@ -0,0 +1,29 @@ + + 4.0.0 + + com.mall + mall-services + 1.0-SNAPSHOT + + + mall-order + jar + + mall-order + https://maven.apache.org + + + UTF-8 + + + + + + org.springframework.boot + spring-boot-devtools + runtime + true + + + diff --git a/mall-order/src/main/java/com/mall/order/MallOrderApplication.java b/mall-services/mall-order/src/main/java/com/mall/order/MallOrderApplication.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/MallOrderApplication.java rename to mall-services/mall-order/src/main/java/com/mall/order/MallOrderApplication.java diff --git a/mall-order/src/main/java/com/mall/order/config/Knife4jConfig.java b/mall-services/mall-order/src/main/java/com/mall/order/config/Knife4jConfig.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/config/Knife4jConfig.java rename to mall-services/mall-order/src/main/java/com/mall/order/config/Knife4jConfig.java diff --git a/mall-order/src/main/java/com/mall/order/controller/MqMessageController.java b/mall-services/mall-order/src/main/java/com/mall/order/controller/MqMessageController.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/controller/MqMessageController.java rename to mall-services/mall-order/src/main/java/com/mall/order/controller/MqMessageController.java diff --git a/mall-order/src/main/java/com/mall/order/controller/OrderController.java b/mall-services/mall-order/src/main/java/com/mall/order/controller/OrderController.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/controller/OrderController.java rename to mall-services/mall-order/src/main/java/com/mall/order/controller/OrderController.java diff --git a/mall-order/src/main/java/com/mall/order/controller/OrderItemController.java b/mall-services/mall-order/src/main/java/com/mall/order/controller/OrderItemController.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/controller/OrderItemController.java rename to mall-services/mall-order/src/main/java/com/mall/order/controller/OrderItemController.java diff --git a/mall-order/src/main/java/com/mall/order/controller/OrderOperateHistoryController.java b/mall-services/mall-order/src/main/java/com/mall/order/controller/OrderOperateHistoryController.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/controller/OrderOperateHistoryController.java rename to mall-services/mall-order/src/main/java/com/mall/order/controller/OrderOperateHistoryController.java diff --git a/mall-order/src/main/java/com/mall/order/controller/OrderReturnApplyController.java b/mall-services/mall-order/src/main/java/com/mall/order/controller/OrderReturnApplyController.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/controller/OrderReturnApplyController.java rename to mall-services/mall-order/src/main/java/com/mall/order/controller/OrderReturnApplyController.java diff --git a/mall-order/src/main/java/com/mall/order/controller/OrderReturnReasonController.java b/mall-services/mall-order/src/main/java/com/mall/order/controller/OrderReturnReasonController.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/controller/OrderReturnReasonController.java rename to mall-services/mall-order/src/main/java/com/mall/order/controller/OrderReturnReasonController.java diff --git a/mall-order/src/main/java/com/mall/order/controller/OrderSettingController.java b/mall-services/mall-order/src/main/java/com/mall/order/controller/OrderSettingController.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/controller/OrderSettingController.java rename to mall-services/mall-order/src/main/java/com/mall/order/controller/OrderSettingController.java diff --git a/mall-order/src/main/java/com/mall/order/controller/PaymentInfoController.java b/mall-services/mall-order/src/main/java/com/mall/order/controller/PaymentInfoController.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/controller/PaymentInfoController.java rename to mall-services/mall-order/src/main/java/com/mall/order/controller/PaymentInfoController.java diff --git a/mall-order/src/main/java/com/mall/order/controller/RefundInfoController.java b/mall-services/mall-order/src/main/java/com/mall/order/controller/RefundInfoController.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/controller/RefundInfoController.java rename to mall-services/mall-order/src/main/java/com/mall/order/controller/RefundInfoController.java diff --git a/mall-order/src/main/java/com/mall/order/domain/dto/MqMessageDto.java b/mall-services/mall-order/src/main/java/com/mall/order/domain/dto/MqMessageDto.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/domain/dto/MqMessageDto.java rename to mall-services/mall-order/src/main/java/com/mall/order/domain/dto/MqMessageDto.java diff --git a/mall-order/src/main/java/com/mall/order/domain/dto/OrderDto.java b/mall-services/mall-order/src/main/java/com/mall/order/domain/dto/OrderDto.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/domain/dto/OrderDto.java rename to mall-services/mall-order/src/main/java/com/mall/order/domain/dto/OrderDto.java diff --git a/mall-order/src/main/java/com/mall/order/domain/dto/OrderItemDto.java b/mall-services/mall-order/src/main/java/com/mall/order/domain/dto/OrderItemDto.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/domain/dto/OrderItemDto.java rename to mall-services/mall-order/src/main/java/com/mall/order/domain/dto/OrderItemDto.java diff --git a/mall-order/src/main/java/com/mall/order/domain/dto/OrderOperateHistoryDto.java b/mall-services/mall-order/src/main/java/com/mall/order/domain/dto/OrderOperateHistoryDto.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/domain/dto/OrderOperateHistoryDto.java rename to mall-services/mall-order/src/main/java/com/mall/order/domain/dto/OrderOperateHistoryDto.java diff --git a/mall-order/src/main/java/com/mall/order/domain/dto/OrderReturnApplyDto.java b/mall-services/mall-order/src/main/java/com/mall/order/domain/dto/OrderReturnApplyDto.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/domain/dto/OrderReturnApplyDto.java rename to mall-services/mall-order/src/main/java/com/mall/order/domain/dto/OrderReturnApplyDto.java diff --git a/mall-order/src/main/java/com/mall/order/domain/dto/OrderReturnReasonDto.java b/mall-services/mall-order/src/main/java/com/mall/order/domain/dto/OrderReturnReasonDto.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/domain/dto/OrderReturnReasonDto.java rename to mall-services/mall-order/src/main/java/com/mall/order/domain/dto/OrderReturnReasonDto.java diff --git a/mall-order/src/main/java/com/mall/order/domain/dto/OrderSettingDto.java b/mall-services/mall-order/src/main/java/com/mall/order/domain/dto/OrderSettingDto.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/domain/dto/OrderSettingDto.java rename to mall-services/mall-order/src/main/java/com/mall/order/domain/dto/OrderSettingDto.java diff --git a/mall-order/src/main/java/com/mall/order/domain/dto/PaymentInfoDto.java b/mall-services/mall-order/src/main/java/com/mall/order/domain/dto/PaymentInfoDto.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/domain/dto/PaymentInfoDto.java rename to mall-services/mall-order/src/main/java/com/mall/order/domain/dto/PaymentInfoDto.java diff --git a/mall-order/src/main/java/com/mall/order/domain/dto/RefundInfoDto.java b/mall-services/mall-order/src/main/java/com/mall/order/domain/dto/RefundInfoDto.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/domain/dto/RefundInfoDto.java rename to mall-services/mall-order/src/main/java/com/mall/order/domain/dto/RefundInfoDto.java diff --git a/mall-order/src/main/java/com/mall/order/domain/entity/MqMessage.java b/mall-services/mall-order/src/main/java/com/mall/order/domain/entity/MqMessage.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/domain/entity/MqMessage.java rename to mall-services/mall-order/src/main/java/com/mall/order/domain/entity/MqMessage.java diff --git a/mall-order/src/main/java/com/mall/order/domain/entity/Order.java b/mall-services/mall-order/src/main/java/com/mall/order/domain/entity/Order.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/domain/entity/Order.java rename to mall-services/mall-order/src/main/java/com/mall/order/domain/entity/Order.java diff --git a/mall-order/src/main/java/com/mall/order/domain/entity/OrderItem.java b/mall-services/mall-order/src/main/java/com/mall/order/domain/entity/OrderItem.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/domain/entity/OrderItem.java rename to mall-services/mall-order/src/main/java/com/mall/order/domain/entity/OrderItem.java diff --git a/mall-order/src/main/java/com/mall/order/domain/entity/OrderOperateHistory.java b/mall-services/mall-order/src/main/java/com/mall/order/domain/entity/OrderOperateHistory.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/domain/entity/OrderOperateHistory.java rename to mall-services/mall-order/src/main/java/com/mall/order/domain/entity/OrderOperateHistory.java diff --git a/mall-order/src/main/java/com/mall/order/domain/entity/OrderReturnApply.java b/mall-services/mall-order/src/main/java/com/mall/order/domain/entity/OrderReturnApply.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/domain/entity/OrderReturnApply.java rename to mall-services/mall-order/src/main/java/com/mall/order/domain/entity/OrderReturnApply.java diff --git a/mall-order/src/main/java/com/mall/order/domain/entity/OrderReturnReason.java b/mall-services/mall-order/src/main/java/com/mall/order/domain/entity/OrderReturnReason.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/domain/entity/OrderReturnReason.java rename to mall-services/mall-order/src/main/java/com/mall/order/domain/entity/OrderReturnReason.java diff --git a/mall-order/src/main/java/com/mall/order/domain/entity/OrderSetting.java b/mall-services/mall-order/src/main/java/com/mall/order/domain/entity/OrderSetting.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/domain/entity/OrderSetting.java rename to mall-services/mall-order/src/main/java/com/mall/order/domain/entity/OrderSetting.java diff --git a/mall-order/src/main/java/com/mall/order/domain/entity/PaymentInfo.java b/mall-services/mall-order/src/main/java/com/mall/order/domain/entity/PaymentInfo.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/domain/entity/PaymentInfo.java rename to mall-services/mall-order/src/main/java/com/mall/order/domain/entity/PaymentInfo.java diff --git a/mall-order/src/main/java/com/mall/order/domain/entity/RefundInfo.java b/mall-services/mall-order/src/main/java/com/mall/order/domain/entity/RefundInfo.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/domain/entity/RefundInfo.java rename to mall-services/mall-order/src/main/java/com/mall/order/domain/entity/RefundInfo.java diff --git a/mall-order/src/main/java/com/mall/order/domain/vo/MqMessageVo.java b/mall-services/mall-order/src/main/java/com/mall/order/domain/vo/MqMessageVo.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/domain/vo/MqMessageVo.java rename to mall-services/mall-order/src/main/java/com/mall/order/domain/vo/MqMessageVo.java diff --git a/mall-order/src/main/java/com/mall/order/domain/vo/OrderItemVo.java b/mall-services/mall-order/src/main/java/com/mall/order/domain/vo/OrderItemVo.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/domain/vo/OrderItemVo.java rename to mall-services/mall-order/src/main/java/com/mall/order/domain/vo/OrderItemVo.java diff --git a/mall-order/src/main/java/com/mall/order/domain/vo/OrderOperateHistoryVo.java b/mall-services/mall-order/src/main/java/com/mall/order/domain/vo/OrderOperateHistoryVo.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/domain/vo/OrderOperateHistoryVo.java rename to mall-services/mall-order/src/main/java/com/mall/order/domain/vo/OrderOperateHistoryVo.java diff --git a/mall-order/src/main/java/com/mall/order/domain/vo/OrderReturnApplyVo.java b/mall-services/mall-order/src/main/java/com/mall/order/domain/vo/OrderReturnApplyVo.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/domain/vo/OrderReturnApplyVo.java rename to mall-services/mall-order/src/main/java/com/mall/order/domain/vo/OrderReturnApplyVo.java diff --git a/mall-order/src/main/java/com/mall/order/domain/vo/OrderReturnReasonVo.java b/mall-services/mall-order/src/main/java/com/mall/order/domain/vo/OrderReturnReasonVo.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/domain/vo/OrderReturnReasonVo.java rename to mall-services/mall-order/src/main/java/com/mall/order/domain/vo/OrderReturnReasonVo.java diff --git a/mall-order/src/main/java/com/mall/order/domain/vo/OrderSettingVo.java b/mall-services/mall-order/src/main/java/com/mall/order/domain/vo/OrderSettingVo.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/domain/vo/OrderSettingVo.java rename to mall-services/mall-order/src/main/java/com/mall/order/domain/vo/OrderSettingVo.java diff --git a/mall-order/src/main/java/com/mall/order/domain/vo/OrderVo.java b/mall-services/mall-order/src/main/java/com/mall/order/domain/vo/OrderVo.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/domain/vo/OrderVo.java rename to mall-services/mall-order/src/main/java/com/mall/order/domain/vo/OrderVo.java diff --git a/mall-order/src/main/java/com/mall/order/domain/vo/PaymentInfoVo.java b/mall-services/mall-order/src/main/java/com/mall/order/domain/vo/PaymentInfoVo.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/domain/vo/PaymentInfoVo.java rename to mall-services/mall-order/src/main/java/com/mall/order/domain/vo/PaymentInfoVo.java diff --git a/mall-order/src/main/java/com/mall/order/domain/vo/RefundInfoVo.java b/mall-services/mall-order/src/main/java/com/mall/order/domain/vo/RefundInfoVo.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/domain/vo/RefundInfoVo.java rename to mall-services/mall-order/src/main/java/com/mall/order/domain/vo/RefundInfoVo.java diff --git a/mall-order/src/main/java/com/mall/order/mapper/MqMessageMapper.java b/mall-services/mall-order/src/main/java/com/mall/order/mapper/MqMessageMapper.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/mapper/MqMessageMapper.java rename to mall-services/mall-order/src/main/java/com/mall/order/mapper/MqMessageMapper.java diff --git a/mall-order/src/main/java/com/mall/order/mapper/OrderItemMapper.java b/mall-services/mall-order/src/main/java/com/mall/order/mapper/OrderItemMapper.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/mapper/OrderItemMapper.java rename to mall-services/mall-order/src/main/java/com/mall/order/mapper/OrderItemMapper.java diff --git a/mall-order/src/main/java/com/mall/order/mapper/OrderMapper.java b/mall-services/mall-order/src/main/java/com/mall/order/mapper/OrderMapper.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/mapper/OrderMapper.java rename to mall-services/mall-order/src/main/java/com/mall/order/mapper/OrderMapper.java diff --git a/mall-order/src/main/java/com/mall/order/mapper/OrderOperateHistoryMapper.java b/mall-services/mall-order/src/main/java/com/mall/order/mapper/OrderOperateHistoryMapper.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/mapper/OrderOperateHistoryMapper.java rename to mall-services/mall-order/src/main/java/com/mall/order/mapper/OrderOperateHistoryMapper.java diff --git a/mall-order/src/main/java/com/mall/order/mapper/OrderReturnApplyMapper.java b/mall-services/mall-order/src/main/java/com/mall/order/mapper/OrderReturnApplyMapper.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/mapper/OrderReturnApplyMapper.java rename to mall-services/mall-order/src/main/java/com/mall/order/mapper/OrderReturnApplyMapper.java diff --git a/mall-order/src/main/java/com/mall/order/mapper/OrderReturnReasonMapper.java b/mall-services/mall-order/src/main/java/com/mall/order/mapper/OrderReturnReasonMapper.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/mapper/OrderReturnReasonMapper.java rename to mall-services/mall-order/src/main/java/com/mall/order/mapper/OrderReturnReasonMapper.java diff --git a/mall-order/src/main/java/com/mall/order/mapper/OrderSettingMapper.java b/mall-services/mall-order/src/main/java/com/mall/order/mapper/OrderSettingMapper.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/mapper/OrderSettingMapper.java rename to mall-services/mall-order/src/main/java/com/mall/order/mapper/OrderSettingMapper.java diff --git a/mall-order/src/main/java/com/mall/order/mapper/PaymentInfoMapper.java b/mall-services/mall-order/src/main/java/com/mall/order/mapper/PaymentInfoMapper.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/mapper/PaymentInfoMapper.java rename to mall-services/mall-order/src/main/java/com/mall/order/mapper/PaymentInfoMapper.java diff --git a/mall-order/src/main/java/com/mall/order/mapper/RefundInfoMapper.java b/mall-services/mall-order/src/main/java/com/mall/order/mapper/RefundInfoMapper.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/mapper/RefundInfoMapper.java rename to mall-services/mall-order/src/main/java/com/mall/order/mapper/RefundInfoMapper.java diff --git a/mall-order/src/main/java/com/mall/order/service/MqMessageService.java b/mall-services/mall-order/src/main/java/com/mall/order/service/MqMessageService.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/service/MqMessageService.java rename to mall-services/mall-order/src/main/java/com/mall/order/service/MqMessageService.java diff --git a/mall-order/src/main/java/com/mall/order/service/OrderItemService.java b/mall-services/mall-order/src/main/java/com/mall/order/service/OrderItemService.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/service/OrderItemService.java rename to mall-services/mall-order/src/main/java/com/mall/order/service/OrderItemService.java diff --git a/mall-order/src/main/java/com/mall/order/service/OrderOperateHistoryService.java b/mall-services/mall-order/src/main/java/com/mall/order/service/OrderOperateHistoryService.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/service/OrderOperateHistoryService.java rename to mall-services/mall-order/src/main/java/com/mall/order/service/OrderOperateHistoryService.java diff --git a/mall-order/src/main/java/com/mall/order/service/OrderReturnApplyService.java b/mall-services/mall-order/src/main/java/com/mall/order/service/OrderReturnApplyService.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/service/OrderReturnApplyService.java rename to mall-services/mall-order/src/main/java/com/mall/order/service/OrderReturnApplyService.java diff --git a/mall-order/src/main/java/com/mall/order/service/OrderReturnReasonService.java b/mall-services/mall-order/src/main/java/com/mall/order/service/OrderReturnReasonService.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/service/OrderReturnReasonService.java rename to mall-services/mall-order/src/main/java/com/mall/order/service/OrderReturnReasonService.java diff --git a/mall-order/src/main/java/com/mall/order/service/OrderService.java b/mall-services/mall-order/src/main/java/com/mall/order/service/OrderService.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/service/OrderService.java rename to mall-services/mall-order/src/main/java/com/mall/order/service/OrderService.java diff --git a/mall-order/src/main/java/com/mall/order/service/OrderSettingService.java b/mall-services/mall-order/src/main/java/com/mall/order/service/OrderSettingService.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/service/OrderSettingService.java rename to mall-services/mall-order/src/main/java/com/mall/order/service/OrderSettingService.java diff --git a/mall-order/src/main/java/com/mall/order/service/PaymentInfoService.java b/mall-services/mall-order/src/main/java/com/mall/order/service/PaymentInfoService.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/service/PaymentInfoService.java rename to mall-services/mall-order/src/main/java/com/mall/order/service/PaymentInfoService.java diff --git a/mall-order/src/main/java/com/mall/order/service/RefundInfoService.java b/mall-services/mall-order/src/main/java/com/mall/order/service/RefundInfoService.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/service/RefundInfoService.java rename to mall-services/mall-order/src/main/java/com/mall/order/service/RefundInfoService.java diff --git a/mall-order/src/main/java/com/mall/order/service/impl/MqMessageServiceImpl.java b/mall-services/mall-order/src/main/java/com/mall/order/service/impl/MqMessageServiceImpl.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/service/impl/MqMessageServiceImpl.java rename to mall-services/mall-order/src/main/java/com/mall/order/service/impl/MqMessageServiceImpl.java diff --git a/mall-order/src/main/java/com/mall/order/service/impl/OrderItemServiceImpl.java b/mall-services/mall-order/src/main/java/com/mall/order/service/impl/OrderItemServiceImpl.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/service/impl/OrderItemServiceImpl.java rename to mall-services/mall-order/src/main/java/com/mall/order/service/impl/OrderItemServiceImpl.java diff --git a/mall-order/src/main/java/com/mall/order/service/impl/OrderOperateHistoryServiceImpl.java b/mall-services/mall-order/src/main/java/com/mall/order/service/impl/OrderOperateHistoryServiceImpl.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/service/impl/OrderOperateHistoryServiceImpl.java rename to mall-services/mall-order/src/main/java/com/mall/order/service/impl/OrderOperateHistoryServiceImpl.java diff --git a/mall-order/src/main/java/com/mall/order/service/impl/OrderReturnApplyServiceImpl.java b/mall-services/mall-order/src/main/java/com/mall/order/service/impl/OrderReturnApplyServiceImpl.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/service/impl/OrderReturnApplyServiceImpl.java rename to mall-services/mall-order/src/main/java/com/mall/order/service/impl/OrderReturnApplyServiceImpl.java diff --git a/mall-order/src/main/java/com/mall/order/service/impl/OrderReturnReasonServiceImpl.java b/mall-services/mall-order/src/main/java/com/mall/order/service/impl/OrderReturnReasonServiceImpl.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/service/impl/OrderReturnReasonServiceImpl.java rename to mall-services/mall-order/src/main/java/com/mall/order/service/impl/OrderReturnReasonServiceImpl.java diff --git a/mall-order/src/main/java/com/mall/order/service/impl/OrderServiceImpl.java b/mall-services/mall-order/src/main/java/com/mall/order/service/impl/OrderServiceImpl.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/service/impl/OrderServiceImpl.java rename to mall-services/mall-order/src/main/java/com/mall/order/service/impl/OrderServiceImpl.java diff --git a/mall-order/src/main/java/com/mall/order/service/impl/OrderSettingServiceImpl.java b/mall-services/mall-order/src/main/java/com/mall/order/service/impl/OrderSettingServiceImpl.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/service/impl/OrderSettingServiceImpl.java rename to mall-services/mall-order/src/main/java/com/mall/order/service/impl/OrderSettingServiceImpl.java diff --git a/mall-order/src/main/java/com/mall/order/service/impl/PaymentInfoServiceImpl.java b/mall-services/mall-order/src/main/java/com/mall/order/service/impl/PaymentInfoServiceImpl.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/service/impl/PaymentInfoServiceImpl.java rename to mall-services/mall-order/src/main/java/com/mall/order/service/impl/PaymentInfoServiceImpl.java diff --git a/mall-order/src/main/java/com/mall/order/service/impl/RefundInfoServiceImpl.java b/mall-services/mall-order/src/main/java/com/mall/order/service/impl/RefundInfoServiceImpl.java similarity index 100% rename from mall-order/src/main/java/com/mall/order/service/impl/RefundInfoServiceImpl.java rename to mall-services/mall-order/src/main/java/com/mall/order/service/impl/RefundInfoServiceImpl.java diff --git a/mall-order/src/main/resources/application-dev.yml b/mall-services/mall-order/src/main/resources/application-dev.yml similarity index 66% rename from mall-order/src/main/resources/application-dev.yml rename to mall-services/mall-order/src/main/resources/application-dev.yml index d41e1a3..42cc101 100644 --- a/mall-order/src/main/resources/application-dev.yml +++ b/mall-services/mall-order/src/main/resources/application-dev.yml @@ -6,9 +6,12 @@ datasource: username: gulimall password: "0212Gulimall" -nacos: - server-addr: bunny-web.site:8848 - +spring: + cloud: + nacos: + server-addr: ${nacos.server-addr} + config: + server-addr: bunny-web.site:8848 logging: file: path: "logs/${spring.application.name}" diff --git a/mall-order/src/main/resources/application.yaml b/mall-services/mall-order/src/main/resources/application.yaml similarity index 89% rename from mall-order/src/main/resources/application.yaml rename to mall-services/mall-order/src/main/resources/application.yaml index ddad781..1b3de25 100644 --- a/mall-order/src/main/resources/application.yaml +++ b/mall-services/mall-order/src/main/resources/application.yaml @@ -17,10 +17,6 @@ spring: maximum-pool-size: 20 connection-timeout: 30000 - cloud: - nacos: - server-addr: ${nacos.server-addr} - jackson: date-format: yyyy-MM-dd HH:mm:ss diff --git a/mall-order/src/main/resources/banner.txt b/mall-services/mall-order/src/main/resources/banner.txt similarity index 100% rename from mall-order/src/main/resources/banner.txt rename to mall-services/mall-order/src/main/resources/banner.txt diff --git a/mall-order/src/main/resources/logback.xml b/mall-services/mall-order/src/main/resources/logback.xml similarity index 100% rename from mall-order/src/main/resources/logback.xml rename to mall-services/mall-order/src/main/resources/logback.xml diff --git a/mall-order/src/main/resources/mapper/MqMessageMapper.xml b/mall-services/mall-order/src/main/resources/mapper/MqMessageMapper.xml similarity index 100% rename from mall-order/src/main/resources/mapper/MqMessageMapper.xml rename to mall-services/mall-order/src/main/resources/mapper/MqMessageMapper.xml diff --git a/mall-order/src/main/resources/mapper/OrderItemMapper.xml b/mall-services/mall-order/src/main/resources/mapper/OrderItemMapper.xml similarity index 100% rename from mall-order/src/main/resources/mapper/OrderItemMapper.xml rename to mall-services/mall-order/src/main/resources/mapper/OrderItemMapper.xml diff --git a/mall-order/src/main/resources/mapper/OrderMapper.xml b/mall-services/mall-order/src/main/resources/mapper/OrderMapper.xml similarity index 100% rename from mall-order/src/main/resources/mapper/OrderMapper.xml rename to mall-services/mall-order/src/main/resources/mapper/OrderMapper.xml diff --git a/mall-order/src/main/resources/mapper/OrderOperateHistoryMapper.xml b/mall-services/mall-order/src/main/resources/mapper/OrderOperateHistoryMapper.xml similarity index 100% rename from mall-order/src/main/resources/mapper/OrderOperateHistoryMapper.xml rename to mall-services/mall-order/src/main/resources/mapper/OrderOperateHistoryMapper.xml diff --git a/mall-order/src/main/resources/mapper/OrderReturnApplyMapper.xml b/mall-services/mall-order/src/main/resources/mapper/OrderReturnApplyMapper.xml similarity index 100% rename from mall-order/src/main/resources/mapper/OrderReturnApplyMapper.xml rename to mall-services/mall-order/src/main/resources/mapper/OrderReturnApplyMapper.xml diff --git a/mall-order/src/main/resources/mapper/OrderReturnReasonMapper.xml b/mall-services/mall-order/src/main/resources/mapper/OrderReturnReasonMapper.xml similarity index 100% rename from mall-order/src/main/resources/mapper/OrderReturnReasonMapper.xml rename to mall-services/mall-order/src/main/resources/mapper/OrderReturnReasonMapper.xml diff --git a/mall-order/src/main/resources/mapper/OrderSettingMapper.xml b/mall-services/mall-order/src/main/resources/mapper/OrderSettingMapper.xml similarity index 100% rename from mall-order/src/main/resources/mapper/OrderSettingMapper.xml rename to mall-services/mall-order/src/main/resources/mapper/OrderSettingMapper.xml diff --git a/mall-order/src/main/resources/mapper/PaymentInfoMapper.xml b/mall-services/mall-order/src/main/resources/mapper/PaymentInfoMapper.xml similarity index 100% rename from mall-order/src/main/resources/mapper/PaymentInfoMapper.xml rename to mall-services/mall-order/src/main/resources/mapper/PaymentInfoMapper.xml diff --git a/mall-order/src/main/resources/mapper/RefundInfoMapper.xml b/mall-services/mall-order/src/main/resources/mapper/RefundInfoMapper.xml similarity index 100% rename from mall-order/src/main/resources/mapper/RefundInfoMapper.xml rename to mall-services/mall-order/src/main/resources/mapper/RefundInfoMapper.xml diff --git a/mall-order/src/main/resources/static/error/400.html b/mall-services/mall-order/src/main/resources/static/error/400.html similarity index 100% rename from mall-order/src/main/resources/static/error/400.html rename to mall-services/mall-order/src/main/resources/static/error/400.html diff --git a/mall-order/src/main/resources/static/error/403.html b/mall-services/mall-order/src/main/resources/static/error/403.html similarity index 100% rename from mall-order/src/main/resources/static/error/403.html rename to mall-services/mall-order/src/main/resources/static/error/403.html diff --git a/mall-order/src/main/resources/static/error/404.html b/mall-services/mall-order/src/main/resources/static/error/404.html similarity index 100% rename from mall-order/src/main/resources/static/error/404.html rename to mall-services/mall-order/src/main/resources/static/error/404.html diff --git a/mall-order/src/main/resources/static/error/500.html b/mall-services/mall-order/src/main/resources/static/error/500.html similarity index 100% rename from mall-order/src/main/resources/static/error/500.html rename to mall-services/mall-order/src/main/resources/static/error/500.html diff --git a/mall-order/src/main/resources/static/error/501.html b/mall-services/mall-order/src/main/resources/static/error/501.html similarity index 100% rename from mall-order/src/main/resources/static/error/501.html rename to mall-services/mall-order/src/main/resources/static/error/501.html diff --git a/mall-order/src/main/resources/static/error/502.html b/mall-services/mall-order/src/main/resources/static/error/502.html similarity index 100% rename from mall-order/src/main/resources/static/error/502.html rename to mall-services/mall-order/src/main/resources/static/error/502.html diff --git a/mall-order/src/main/resources/static/error/503.html b/mall-services/mall-order/src/main/resources/static/error/503.html similarity index 100% rename from mall-order/src/main/resources/static/error/503.html rename to mall-services/mall-order/src/main/resources/static/error/503.html diff --git a/mall-order/src/main/resources/static/error/504.html b/mall-services/mall-order/src/main/resources/static/error/504.html similarity index 100% rename from mall-order/src/main/resources/static/error/504.html rename to mall-services/mall-order/src/main/resources/static/error/504.html diff --git a/mall-order/src/main/resources/static/error/505.html b/mall-services/mall-order/src/main/resources/static/error/505.html similarity index 100% rename from mall-order/src/main/resources/static/error/505.html rename to mall-services/mall-order/src/main/resources/static/error/505.html diff --git a/mall-order/src/main/resources/static/error/506.html b/mall-services/mall-order/src/main/resources/static/error/506.html similarity index 100% rename from mall-order/src/main/resources/static/error/506.html rename to mall-services/mall-order/src/main/resources/static/error/506.html diff --git a/mall-order/src/main/resources/static/error/507.html b/mall-services/mall-order/src/main/resources/static/error/507.html similarity index 100% rename from mall-order/src/main/resources/static/error/507.html rename to mall-services/mall-order/src/main/resources/static/error/507.html diff --git a/mall-order/src/main/resources/static/error/509.html b/mall-services/mall-order/src/main/resources/static/error/509.html similarity index 100% rename from mall-order/src/main/resources/static/error/509.html rename to mall-services/mall-order/src/main/resources/static/error/509.html diff --git a/mall-order/src/main/resources/static/error/510.html b/mall-services/mall-order/src/main/resources/static/error/510.html similarity index 100% rename from mall-order/src/main/resources/static/error/510.html rename to mall-services/mall-order/src/main/resources/static/error/510.html diff --git a/mall-order/src/main/resources/static/favicon.ico b/mall-services/mall-order/src/main/resources/static/favicon.ico similarity index 100% rename from mall-order/src/main/resources/static/favicon.ico rename to mall-services/mall-order/src/main/resources/static/favicon.ico diff --git a/mall-order/src/main/resources/static/images/architecture-diagram.jpg b/mall-services/mall-order/src/main/resources/static/images/architecture-diagram.jpg similarity index 100% rename from mall-order/src/main/resources/static/images/architecture-diagram.jpg rename to mall-services/mall-order/src/main/resources/static/images/architecture-diagram.jpg diff --git a/mall-order/src/main/resources/templates/index.html b/mall-services/mall-order/src/main/resources/templates/index.html similarity index 100% rename from mall-order/src/main/resources/templates/index.html rename to mall-services/mall-order/src/main/resources/templates/index.html diff --git a/mall-services/mall-product/pom.xml b/mall-services/mall-product/pom.xml new file mode 100644 index 0000000..f98e6d8 --- /dev/null +++ b/mall-services/mall-product/pom.xml @@ -0,0 +1,29 @@ + + 4.0.0 + + com.mall + mall-services + 1.0-SNAPSHOT + + + mall-product + jar + + mall-product + https://maven.apache.org + + + UTF-8 + + + + + + org.springframework.boot + spring-boot-devtools + runtime + true + + + diff --git a/mall-product/src/main/java/com/mall/product/MallProductApplication.java b/mall-services/mall-product/src/main/java/com/mall/product/MallProductApplication.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/MallProductApplication.java rename to mall-services/mall-product/src/main/java/com/mall/product/MallProductApplication.java diff --git a/mall-product/src/main/java/com/mall/product/config/Knife4jConfig.java b/mall-services/mall-product/src/main/java/com/mall/product/config/Knife4jConfig.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/config/Knife4jConfig.java rename to mall-services/mall-product/src/main/java/com/mall/product/config/Knife4jConfig.java diff --git a/mall-product/src/main/java/com/mall/product/controller/AttrAttrgroupRelationController.java b/mall-services/mall-product/src/main/java/com/mall/product/controller/AttrAttrgroupRelationController.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/controller/AttrAttrgroupRelationController.java rename to mall-services/mall-product/src/main/java/com/mall/product/controller/AttrAttrgroupRelationController.java diff --git a/mall-product/src/main/java/com/mall/product/controller/AttrController.java b/mall-services/mall-product/src/main/java/com/mall/product/controller/AttrController.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/controller/AttrController.java rename to mall-services/mall-product/src/main/java/com/mall/product/controller/AttrController.java diff --git a/mall-product/src/main/java/com/mall/product/controller/AttrGroupController.java b/mall-services/mall-product/src/main/java/com/mall/product/controller/AttrGroupController.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/controller/AttrGroupController.java rename to mall-services/mall-product/src/main/java/com/mall/product/controller/AttrGroupController.java diff --git a/mall-product/src/main/java/com/mall/product/controller/BrandController.java b/mall-services/mall-product/src/main/java/com/mall/product/controller/BrandController.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/controller/BrandController.java rename to mall-services/mall-product/src/main/java/com/mall/product/controller/BrandController.java diff --git a/mall-product/src/main/java/com/mall/product/controller/CategoryBrandRelationController.java b/mall-services/mall-product/src/main/java/com/mall/product/controller/CategoryBrandRelationController.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/controller/CategoryBrandRelationController.java rename to mall-services/mall-product/src/main/java/com/mall/product/controller/CategoryBrandRelationController.java diff --git a/mall-product/src/main/java/com/mall/product/controller/CategoryController.java b/mall-services/mall-product/src/main/java/com/mall/product/controller/CategoryController.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/controller/CategoryController.java rename to mall-services/mall-product/src/main/java/com/mall/product/controller/CategoryController.java diff --git a/mall-product/src/main/java/com/mall/product/controller/CommentReplayController.java b/mall-services/mall-product/src/main/java/com/mall/product/controller/CommentReplayController.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/controller/CommentReplayController.java rename to mall-services/mall-product/src/main/java/com/mall/product/controller/CommentReplayController.java diff --git a/mall-product/src/main/java/com/mall/product/controller/IndexController.java b/mall-services/mall-product/src/main/java/com/mall/product/controller/IndexController.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/controller/IndexController.java rename to mall-services/mall-product/src/main/java/com/mall/product/controller/IndexController.java diff --git a/mall-product/src/main/java/com/mall/product/controller/ProductAttrValueController.java b/mall-services/mall-product/src/main/java/com/mall/product/controller/ProductAttrValueController.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/controller/ProductAttrValueController.java rename to mall-services/mall-product/src/main/java/com/mall/product/controller/ProductAttrValueController.java diff --git a/mall-product/src/main/java/com/mall/product/controller/SkuImagesController.java b/mall-services/mall-product/src/main/java/com/mall/product/controller/SkuImagesController.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/controller/SkuImagesController.java rename to mall-services/mall-product/src/main/java/com/mall/product/controller/SkuImagesController.java diff --git a/mall-product/src/main/java/com/mall/product/controller/SkuInfoController.java b/mall-services/mall-product/src/main/java/com/mall/product/controller/SkuInfoController.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/controller/SkuInfoController.java rename to mall-services/mall-product/src/main/java/com/mall/product/controller/SkuInfoController.java diff --git a/mall-product/src/main/java/com/mall/product/controller/SkuSaleAttrValueController.java b/mall-services/mall-product/src/main/java/com/mall/product/controller/SkuSaleAttrValueController.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/controller/SkuSaleAttrValueController.java rename to mall-services/mall-product/src/main/java/com/mall/product/controller/SkuSaleAttrValueController.java diff --git a/mall-product/src/main/java/com/mall/product/controller/SpuCommentController.java b/mall-services/mall-product/src/main/java/com/mall/product/controller/SpuCommentController.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/controller/SpuCommentController.java rename to mall-services/mall-product/src/main/java/com/mall/product/controller/SpuCommentController.java diff --git a/mall-product/src/main/java/com/mall/product/controller/SpuImagesController.java b/mall-services/mall-product/src/main/java/com/mall/product/controller/SpuImagesController.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/controller/SpuImagesController.java rename to mall-services/mall-product/src/main/java/com/mall/product/controller/SpuImagesController.java diff --git a/mall-product/src/main/java/com/mall/product/controller/SpuInfoController.java b/mall-services/mall-product/src/main/java/com/mall/product/controller/SpuInfoController.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/controller/SpuInfoController.java rename to mall-services/mall-product/src/main/java/com/mall/product/controller/SpuInfoController.java diff --git a/mall-product/src/main/java/com/mall/product/controller/SpuInfoDescController.java b/mall-services/mall-product/src/main/java/com/mall/product/controller/SpuInfoDescController.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/controller/SpuInfoDescController.java rename to mall-services/mall-product/src/main/java/com/mall/product/controller/SpuInfoDescController.java diff --git a/mall-product/src/main/java/com/mall/product/domain/dto/AttrAttrgroupRelationDto.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/dto/AttrAttrgroupRelationDto.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/dto/AttrAttrgroupRelationDto.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/dto/AttrAttrgroupRelationDto.java diff --git a/mall-product/src/main/java/com/mall/product/domain/dto/AttrDto.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/dto/AttrDto.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/dto/AttrDto.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/dto/AttrDto.java diff --git a/mall-product/src/main/java/com/mall/product/domain/dto/AttrGroupDto.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/dto/AttrGroupDto.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/dto/AttrGroupDto.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/dto/AttrGroupDto.java diff --git a/mall-product/src/main/java/com/mall/product/domain/dto/BrandDto.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/dto/BrandDto.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/dto/BrandDto.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/dto/BrandDto.java diff --git a/mall-product/src/main/java/com/mall/product/domain/dto/CategoryBrandRelationDto.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/dto/CategoryBrandRelationDto.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/dto/CategoryBrandRelationDto.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/dto/CategoryBrandRelationDto.java diff --git a/mall-product/src/main/java/com/mall/product/domain/dto/CategoryDto.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/dto/CategoryDto.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/dto/CategoryDto.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/dto/CategoryDto.java diff --git a/mall-product/src/main/java/com/mall/product/domain/dto/CommentReplayDto.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/dto/CommentReplayDto.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/dto/CommentReplayDto.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/dto/CommentReplayDto.java diff --git a/mall-product/src/main/java/com/mall/product/domain/dto/ProductAttrValueDto.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/dto/ProductAttrValueDto.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/dto/ProductAttrValueDto.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/dto/ProductAttrValueDto.java diff --git a/mall-product/src/main/java/com/mall/product/domain/dto/SkuImagesDto.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/dto/SkuImagesDto.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/dto/SkuImagesDto.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/dto/SkuImagesDto.java diff --git a/mall-product/src/main/java/com/mall/product/domain/dto/SkuInfoDto.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/dto/SkuInfoDto.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/dto/SkuInfoDto.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/dto/SkuInfoDto.java diff --git a/mall-product/src/main/java/com/mall/product/domain/dto/SkuSaleAttrValueDto.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/dto/SkuSaleAttrValueDto.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/dto/SkuSaleAttrValueDto.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/dto/SkuSaleAttrValueDto.java diff --git a/mall-product/src/main/java/com/mall/product/domain/dto/SpuCommentDto.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/dto/SpuCommentDto.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/dto/SpuCommentDto.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/dto/SpuCommentDto.java diff --git a/mall-product/src/main/java/com/mall/product/domain/dto/SpuImagesDto.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/dto/SpuImagesDto.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/dto/SpuImagesDto.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/dto/SpuImagesDto.java diff --git a/mall-product/src/main/java/com/mall/product/domain/dto/SpuInfoDescDto.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/dto/SpuInfoDescDto.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/dto/SpuInfoDescDto.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/dto/SpuInfoDescDto.java diff --git a/mall-product/src/main/java/com/mall/product/domain/dto/SpuInfoDto.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/dto/SpuInfoDto.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/dto/SpuInfoDto.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/dto/SpuInfoDto.java diff --git a/mall-product/src/main/java/com/mall/product/domain/entity/AttrAttrgroupRelationEntity.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/entity/AttrAttrgroupRelationEntity.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/entity/AttrAttrgroupRelationEntity.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/entity/AttrAttrgroupRelationEntity.java diff --git a/mall-product/src/main/java/com/mall/product/domain/entity/AttrEntity.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/entity/AttrEntity.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/entity/AttrEntity.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/entity/AttrEntity.java diff --git a/mall-product/src/main/java/com/mall/product/domain/entity/AttrGroupEntity.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/entity/AttrGroupEntity.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/entity/AttrGroupEntity.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/entity/AttrGroupEntity.java diff --git a/mall-product/src/main/java/com/mall/product/domain/entity/BrandEntity.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/entity/BrandEntity.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/entity/BrandEntity.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/entity/BrandEntity.java diff --git a/mall-product/src/main/java/com/mall/product/domain/entity/CategoryBrandRelationEntity.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/entity/CategoryBrandRelationEntity.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/entity/CategoryBrandRelationEntity.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/entity/CategoryBrandRelationEntity.java diff --git a/mall-product/src/main/java/com/mall/product/domain/entity/CategoryEntity.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/entity/CategoryEntity.java similarity index 91% rename from mall-product/src/main/java/com/mall/product/domain/entity/CategoryEntity.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/entity/CategoryEntity.java index bd2ed58..42539a2 100644 --- a/mall-product/src/main/java/com/mall/product/domain/entity/CategoryEntity.java +++ b/mall-services/mall-product/src/main/java/com/mall/product/domain/entity/CategoryEntity.java @@ -1,6 +1,5 @@ package com.mall.product.domain.entity; -import com.alibaba.nacos.shaded.com.google.common.collect.Lists; import com.baomidou.mybatisplus.annotation.*; import io.swagger.v3.oas.annotations.media.Schema; import lombok.Getter; @@ -47,6 +46,6 @@ public class CategoryEntity { @Schema(name = "children", title = "子列表") @TableField(exist = false) - private List children = Lists.newArrayList(); + private List children = List.of(); } \ No newline at end of file diff --git a/mall-product/src/main/java/com/mall/product/domain/entity/CommentReplayEntity.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/entity/CommentReplayEntity.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/entity/CommentReplayEntity.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/entity/CommentReplayEntity.java diff --git a/mall-product/src/main/java/com/mall/product/domain/entity/ProductAttrValueEntity.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/entity/ProductAttrValueEntity.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/entity/ProductAttrValueEntity.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/entity/ProductAttrValueEntity.java diff --git a/mall-product/src/main/java/com/mall/product/domain/entity/SkuImagesEntity.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/entity/SkuImagesEntity.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/entity/SkuImagesEntity.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/entity/SkuImagesEntity.java diff --git a/mall-product/src/main/java/com/mall/product/domain/entity/SkuInfoEntity.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/entity/SkuInfoEntity.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/entity/SkuInfoEntity.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/entity/SkuInfoEntity.java diff --git a/mall-product/src/main/java/com/mall/product/domain/entity/SkuSaleAttrValueEntity.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/entity/SkuSaleAttrValueEntity.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/entity/SkuSaleAttrValueEntity.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/entity/SkuSaleAttrValueEntity.java diff --git a/mall-product/src/main/java/com/mall/product/domain/entity/SpuCommentEntity.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/entity/SpuCommentEntity.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/entity/SpuCommentEntity.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/entity/SpuCommentEntity.java diff --git a/mall-product/src/main/java/com/mall/product/domain/entity/SpuImagesEntity.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/entity/SpuImagesEntity.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/entity/SpuImagesEntity.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/entity/SpuImagesEntity.java diff --git a/mall-product/src/main/java/com/mall/product/domain/entity/SpuInfoDescEntity.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/entity/SpuInfoDescEntity.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/entity/SpuInfoDescEntity.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/entity/SpuInfoDescEntity.java diff --git a/mall-product/src/main/java/com/mall/product/domain/entity/SpuInfoEntity.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/entity/SpuInfoEntity.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/entity/SpuInfoEntity.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/entity/SpuInfoEntity.java diff --git a/mall-product/src/main/java/com/mall/product/domain/vo/AttrAttrgroupRelationVo.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/vo/AttrAttrgroupRelationVo.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/vo/AttrAttrgroupRelationVo.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/vo/AttrAttrgroupRelationVo.java diff --git a/mall-product/src/main/java/com/mall/product/domain/vo/AttrGroupVo.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/vo/AttrGroupVo.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/vo/AttrGroupVo.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/vo/AttrGroupVo.java diff --git a/mall-product/src/main/java/com/mall/product/domain/vo/AttrVo.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/vo/AttrVo.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/vo/AttrVo.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/vo/AttrVo.java diff --git a/mall-product/src/main/java/com/mall/product/domain/vo/BrandVo.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/vo/BrandVo.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/vo/BrandVo.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/vo/BrandVo.java diff --git a/mall-product/src/main/java/com/mall/product/domain/vo/CategoryBrandRelationVo.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/vo/CategoryBrandRelationVo.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/vo/CategoryBrandRelationVo.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/vo/CategoryBrandRelationVo.java diff --git a/mall-product/src/main/java/com/mall/product/domain/vo/CategoryVo.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/vo/CategoryVo.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/vo/CategoryVo.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/vo/CategoryVo.java diff --git a/mall-product/src/main/java/com/mall/product/domain/vo/CommentReplayVo.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/vo/CommentReplayVo.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/vo/CommentReplayVo.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/vo/CommentReplayVo.java diff --git a/mall-product/src/main/java/com/mall/product/domain/vo/ProductAttrValueVo.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/vo/ProductAttrValueVo.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/vo/ProductAttrValueVo.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/vo/ProductAttrValueVo.java diff --git a/mall-product/src/main/java/com/mall/product/domain/vo/SkuImagesVo.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/vo/SkuImagesVo.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/vo/SkuImagesVo.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/vo/SkuImagesVo.java diff --git a/mall-product/src/main/java/com/mall/product/domain/vo/SkuInfoVo.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/vo/SkuInfoVo.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/vo/SkuInfoVo.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/vo/SkuInfoVo.java diff --git a/mall-product/src/main/java/com/mall/product/domain/vo/SkuSaleAttrValueVo.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/vo/SkuSaleAttrValueVo.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/vo/SkuSaleAttrValueVo.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/vo/SkuSaleAttrValueVo.java diff --git a/mall-product/src/main/java/com/mall/product/domain/vo/SpuCommentVo.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/vo/SpuCommentVo.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/vo/SpuCommentVo.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/vo/SpuCommentVo.java diff --git a/mall-product/src/main/java/com/mall/product/domain/vo/SpuImagesVo.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/vo/SpuImagesVo.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/vo/SpuImagesVo.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/vo/SpuImagesVo.java diff --git a/mall-product/src/main/java/com/mall/product/domain/vo/SpuInfoDescVo.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/vo/SpuInfoDescVo.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/vo/SpuInfoDescVo.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/vo/SpuInfoDescVo.java diff --git a/mall-product/src/main/java/com/mall/product/domain/vo/SpuInfoVo.java b/mall-services/mall-product/src/main/java/com/mall/product/domain/vo/SpuInfoVo.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/domain/vo/SpuInfoVo.java rename to mall-services/mall-product/src/main/java/com/mall/product/domain/vo/SpuInfoVo.java diff --git a/mall-product/src/main/java/com/mall/product/mapper/AttrAttrgroupRelationMapper.java b/mall-services/mall-product/src/main/java/com/mall/product/mapper/AttrAttrgroupRelationMapper.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/mapper/AttrAttrgroupRelationMapper.java rename to mall-services/mall-product/src/main/java/com/mall/product/mapper/AttrAttrgroupRelationMapper.java diff --git a/mall-product/src/main/java/com/mall/product/mapper/AttrGroupMapper.java b/mall-services/mall-product/src/main/java/com/mall/product/mapper/AttrGroupMapper.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/mapper/AttrGroupMapper.java rename to mall-services/mall-product/src/main/java/com/mall/product/mapper/AttrGroupMapper.java diff --git a/mall-product/src/main/java/com/mall/product/mapper/AttrMapper.java b/mall-services/mall-product/src/main/java/com/mall/product/mapper/AttrMapper.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/mapper/AttrMapper.java rename to mall-services/mall-product/src/main/java/com/mall/product/mapper/AttrMapper.java diff --git a/mall-product/src/main/java/com/mall/product/mapper/BrandMapper.java b/mall-services/mall-product/src/main/java/com/mall/product/mapper/BrandMapper.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/mapper/BrandMapper.java rename to mall-services/mall-product/src/main/java/com/mall/product/mapper/BrandMapper.java diff --git a/mall-product/src/main/java/com/mall/product/mapper/CategoryBrandRelationMapper.java b/mall-services/mall-product/src/main/java/com/mall/product/mapper/CategoryBrandRelationMapper.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/mapper/CategoryBrandRelationMapper.java rename to mall-services/mall-product/src/main/java/com/mall/product/mapper/CategoryBrandRelationMapper.java diff --git a/mall-product/src/main/java/com/mall/product/mapper/CategoryMapper.java b/mall-services/mall-product/src/main/java/com/mall/product/mapper/CategoryMapper.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/mapper/CategoryMapper.java rename to mall-services/mall-product/src/main/java/com/mall/product/mapper/CategoryMapper.java diff --git a/mall-product/src/main/java/com/mall/product/mapper/CommentReplayMapper.java b/mall-services/mall-product/src/main/java/com/mall/product/mapper/CommentReplayMapper.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/mapper/CommentReplayMapper.java rename to mall-services/mall-product/src/main/java/com/mall/product/mapper/CommentReplayMapper.java diff --git a/mall-product/src/main/java/com/mall/product/mapper/ProductAttrValueMapper.java b/mall-services/mall-product/src/main/java/com/mall/product/mapper/ProductAttrValueMapper.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/mapper/ProductAttrValueMapper.java rename to mall-services/mall-product/src/main/java/com/mall/product/mapper/ProductAttrValueMapper.java diff --git a/mall-product/src/main/java/com/mall/product/mapper/SkuImagesMapper.java b/mall-services/mall-product/src/main/java/com/mall/product/mapper/SkuImagesMapper.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/mapper/SkuImagesMapper.java rename to mall-services/mall-product/src/main/java/com/mall/product/mapper/SkuImagesMapper.java diff --git a/mall-product/src/main/java/com/mall/product/mapper/SkuInfoMapper.java b/mall-services/mall-product/src/main/java/com/mall/product/mapper/SkuInfoMapper.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/mapper/SkuInfoMapper.java rename to mall-services/mall-product/src/main/java/com/mall/product/mapper/SkuInfoMapper.java diff --git a/mall-product/src/main/java/com/mall/product/mapper/SkuSaleAttrValueMapper.java b/mall-services/mall-product/src/main/java/com/mall/product/mapper/SkuSaleAttrValueMapper.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/mapper/SkuSaleAttrValueMapper.java rename to mall-services/mall-product/src/main/java/com/mall/product/mapper/SkuSaleAttrValueMapper.java diff --git a/mall-product/src/main/java/com/mall/product/mapper/SpuCommentMapper.java b/mall-services/mall-product/src/main/java/com/mall/product/mapper/SpuCommentMapper.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/mapper/SpuCommentMapper.java rename to mall-services/mall-product/src/main/java/com/mall/product/mapper/SpuCommentMapper.java diff --git a/mall-product/src/main/java/com/mall/product/mapper/SpuImagesMapper.java b/mall-services/mall-product/src/main/java/com/mall/product/mapper/SpuImagesMapper.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/mapper/SpuImagesMapper.java rename to mall-services/mall-product/src/main/java/com/mall/product/mapper/SpuImagesMapper.java diff --git a/mall-product/src/main/java/com/mall/product/mapper/SpuInfoDescMapper.java b/mall-services/mall-product/src/main/java/com/mall/product/mapper/SpuInfoDescMapper.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/mapper/SpuInfoDescMapper.java rename to mall-services/mall-product/src/main/java/com/mall/product/mapper/SpuInfoDescMapper.java diff --git a/mall-product/src/main/java/com/mall/product/mapper/SpuInfoMapper.java b/mall-services/mall-product/src/main/java/com/mall/product/mapper/SpuInfoMapper.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/mapper/SpuInfoMapper.java rename to mall-services/mall-product/src/main/java/com/mall/product/mapper/SpuInfoMapper.java diff --git a/mall-product/src/main/java/com/mall/product/service/AttrAttrgroupRelationService.java b/mall-services/mall-product/src/main/java/com/mall/product/service/AttrAttrgroupRelationService.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/service/AttrAttrgroupRelationService.java rename to mall-services/mall-product/src/main/java/com/mall/product/service/AttrAttrgroupRelationService.java diff --git a/mall-product/src/main/java/com/mall/product/service/AttrGroupService.java b/mall-services/mall-product/src/main/java/com/mall/product/service/AttrGroupService.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/service/AttrGroupService.java rename to mall-services/mall-product/src/main/java/com/mall/product/service/AttrGroupService.java diff --git a/mall-product/src/main/java/com/mall/product/service/AttrService.java b/mall-services/mall-product/src/main/java/com/mall/product/service/AttrService.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/service/AttrService.java rename to mall-services/mall-product/src/main/java/com/mall/product/service/AttrService.java diff --git a/mall-product/src/main/java/com/mall/product/service/BrandService.java b/mall-services/mall-product/src/main/java/com/mall/product/service/BrandService.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/service/BrandService.java rename to mall-services/mall-product/src/main/java/com/mall/product/service/BrandService.java diff --git a/mall-product/src/main/java/com/mall/product/service/CategoryBrandRelationService.java b/mall-services/mall-product/src/main/java/com/mall/product/service/CategoryBrandRelationService.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/service/CategoryBrandRelationService.java rename to mall-services/mall-product/src/main/java/com/mall/product/service/CategoryBrandRelationService.java diff --git a/mall-product/src/main/java/com/mall/product/service/CategoryService.java b/mall-services/mall-product/src/main/java/com/mall/product/service/CategoryService.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/service/CategoryService.java rename to mall-services/mall-product/src/main/java/com/mall/product/service/CategoryService.java diff --git a/mall-product/src/main/java/com/mall/product/service/CommentReplayService.java b/mall-services/mall-product/src/main/java/com/mall/product/service/CommentReplayService.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/service/CommentReplayService.java rename to mall-services/mall-product/src/main/java/com/mall/product/service/CommentReplayService.java diff --git a/mall-product/src/main/java/com/mall/product/service/ProductAttrValueService.java b/mall-services/mall-product/src/main/java/com/mall/product/service/ProductAttrValueService.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/service/ProductAttrValueService.java rename to mall-services/mall-product/src/main/java/com/mall/product/service/ProductAttrValueService.java diff --git a/mall-product/src/main/java/com/mall/product/service/SkuImagesService.java b/mall-services/mall-product/src/main/java/com/mall/product/service/SkuImagesService.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/service/SkuImagesService.java rename to mall-services/mall-product/src/main/java/com/mall/product/service/SkuImagesService.java diff --git a/mall-product/src/main/java/com/mall/product/service/SkuInfoService.java b/mall-services/mall-product/src/main/java/com/mall/product/service/SkuInfoService.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/service/SkuInfoService.java rename to mall-services/mall-product/src/main/java/com/mall/product/service/SkuInfoService.java diff --git a/mall-product/src/main/java/com/mall/product/service/SkuSaleAttrValueService.java b/mall-services/mall-product/src/main/java/com/mall/product/service/SkuSaleAttrValueService.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/service/SkuSaleAttrValueService.java rename to mall-services/mall-product/src/main/java/com/mall/product/service/SkuSaleAttrValueService.java diff --git a/mall-product/src/main/java/com/mall/product/service/SpuCommentService.java b/mall-services/mall-product/src/main/java/com/mall/product/service/SpuCommentService.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/service/SpuCommentService.java rename to mall-services/mall-product/src/main/java/com/mall/product/service/SpuCommentService.java diff --git a/mall-product/src/main/java/com/mall/product/service/SpuImagesService.java b/mall-services/mall-product/src/main/java/com/mall/product/service/SpuImagesService.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/service/SpuImagesService.java rename to mall-services/mall-product/src/main/java/com/mall/product/service/SpuImagesService.java diff --git a/mall-product/src/main/java/com/mall/product/service/SpuInfoDescService.java b/mall-services/mall-product/src/main/java/com/mall/product/service/SpuInfoDescService.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/service/SpuInfoDescService.java rename to mall-services/mall-product/src/main/java/com/mall/product/service/SpuInfoDescService.java diff --git a/mall-product/src/main/java/com/mall/product/service/SpuInfoService.java b/mall-services/mall-product/src/main/java/com/mall/product/service/SpuInfoService.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/service/SpuInfoService.java rename to mall-services/mall-product/src/main/java/com/mall/product/service/SpuInfoService.java diff --git a/mall-product/src/main/java/com/mall/product/service/ext/CategoryServiceImplExt.java b/mall-services/mall-product/src/main/java/com/mall/product/service/ext/CategoryServiceImplExt.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/service/ext/CategoryServiceImplExt.java rename to mall-services/mall-product/src/main/java/com/mall/product/service/ext/CategoryServiceImplExt.java diff --git a/mall-product/src/main/java/com/mall/product/service/impl/AttrAttrgroupRelationServiceImpl.java b/mall-services/mall-product/src/main/java/com/mall/product/service/impl/AttrAttrgroupRelationServiceImpl.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/service/impl/AttrAttrgroupRelationServiceImpl.java rename to mall-services/mall-product/src/main/java/com/mall/product/service/impl/AttrAttrgroupRelationServiceImpl.java diff --git a/mall-product/src/main/java/com/mall/product/service/impl/AttrGroupServiceImpl.java b/mall-services/mall-product/src/main/java/com/mall/product/service/impl/AttrGroupServiceImpl.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/service/impl/AttrGroupServiceImpl.java rename to mall-services/mall-product/src/main/java/com/mall/product/service/impl/AttrGroupServiceImpl.java diff --git a/mall-product/src/main/java/com/mall/product/service/impl/AttrServiceImpl.java b/mall-services/mall-product/src/main/java/com/mall/product/service/impl/AttrServiceImpl.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/service/impl/AttrServiceImpl.java rename to mall-services/mall-product/src/main/java/com/mall/product/service/impl/AttrServiceImpl.java diff --git a/mall-product/src/main/java/com/mall/product/service/impl/BrandServiceImpl.java b/mall-services/mall-product/src/main/java/com/mall/product/service/impl/BrandServiceImpl.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/service/impl/BrandServiceImpl.java rename to mall-services/mall-product/src/main/java/com/mall/product/service/impl/BrandServiceImpl.java diff --git a/mall-product/src/main/java/com/mall/product/service/impl/CategoryBrandRelationServiceImpl.java b/mall-services/mall-product/src/main/java/com/mall/product/service/impl/CategoryBrandRelationServiceImpl.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/service/impl/CategoryBrandRelationServiceImpl.java rename to mall-services/mall-product/src/main/java/com/mall/product/service/impl/CategoryBrandRelationServiceImpl.java diff --git a/mall-product/src/main/java/com/mall/product/service/impl/CategoryServiceImpl.java b/mall-services/mall-product/src/main/java/com/mall/product/service/impl/CategoryServiceImpl.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/service/impl/CategoryServiceImpl.java rename to mall-services/mall-product/src/main/java/com/mall/product/service/impl/CategoryServiceImpl.java diff --git a/mall-product/src/main/java/com/mall/product/service/impl/CommentReplayServiceImpl.java b/mall-services/mall-product/src/main/java/com/mall/product/service/impl/CommentReplayServiceImpl.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/service/impl/CommentReplayServiceImpl.java rename to mall-services/mall-product/src/main/java/com/mall/product/service/impl/CommentReplayServiceImpl.java diff --git a/mall-product/src/main/java/com/mall/product/service/impl/ProductAttrValueServiceImpl.java b/mall-services/mall-product/src/main/java/com/mall/product/service/impl/ProductAttrValueServiceImpl.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/service/impl/ProductAttrValueServiceImpl.java rename to mall-services/mall-product/src/main/java/com/mall/product/service/impl/ProductAttrValueServiceImpl.java diff --git a/mall-product/src/main/java/com/mall/product/service/impl/SkuImagesServiceImpl.java b/mall-services/mall-product/src/main/java/com/mall/product/service/impl/SkuImagesServiceImpl.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/service/impl/SkuImagesServiceImpl.java rename to mall-services/mall-product/src/main/java/com/mall/product/service/impl/SkuImagesServiceImpl.java diff --git a/mall-product/src/main/java/com/mall/product/service/impl/SkuInfoServiceImpl.java b/mall-services/mall-product/src/main/java/com/mall/product/service/impl/SkuInfoServiceImpl.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/service/impl/SkuInfoServiceImpl.java rename to mall-services/mall-product/src/main/java/com/mall/product/service/impl/SkuInfoServiceImpl.java diff --git a/mall-product/src/main/java/com/mall/product/service/impl/SkuSaleAttrValueServiceImpl.java b/mall-services/mall-product/src/main/java/com/mall/product/service/impl/SkuSaleAttrValueServiceImpl.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/service/impl/SkuSaleAttrValueServiceImpl.java rename to mall-services/mall-product/src/main/java/com/mall/product/service/impl/SkuSaleAttrValueServiceImpl.java diff --git a/mall-product/src/main/java/com/mall/product/service/impl/SpuCommentServiceImpl.java b/mall-services/mall-product/src/main/java/com/mall/product/service/impl/SpuCommentServiceImpl.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/service/impl/SpuCommentServiceImpl.java rename to mall-services/mall-product/src/main/java/com/mall/product/service/impl/SpuCommentServiceImpl.java diff --git a/mall-product/src/main/java/com/mall/product/service/impl/SpuImagesServiceImpl.java b/mall-services/mall-product/src/main/java/com/mall/product/service/impl/SpuImagesServiceImpl.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/service/impl/SpuImagesServiceImpl.java rename to mall-services/mall-product/src/main/java/com/mall/product/service/impl/SpuImagesServiceImpl.java diff --git a/mall-product/src/main/java/com/mall/product/service/impl/SpuInfoDescServiceImpl.java b/mall-services/mall-product/src/main/java/com/mall/product/service/impl/SpuInfoDescServiceImpl.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/service/impl/SpuInfoDescServiceImpl.java rename to mall-services/mall-product/src/main/java/com/mall/product/service/impl/SpuInfoDescServiceImpl.java diff --git a/mall-product/src/main/java/com/mall/product/service/impl/SpuInfoServiceImpl.java b/mall-services/mall-product/src/main/java/com/mall/product/service/impl/SpuInfoServiceImpl.java similarity index 100% rename from mall-product/src/main/java/com/mall/product/service/impl/SpuInfoServiceImpl.java rename to mall-services/mall-product/src/main/java/com/mall/product/service/impl/SpuInfoServiceImpl.java diff --git a/mall-product/src/main/resources/application-dev.yml b/mall-services/mall-product/src/main/resources/application-dev.yml similarity index 92% rename from mall-product/src/main/resources/application-dev.yml rename to mall-services/mall-product/src/main/resources/application-dev.yml index 3191688..58ab316 100644 --- a/mall-product/src/main/resources/application-dev.yml +++ b/mall-services/mall-product/src/main/resources/application-dev.yml @@ -11,8 +11,6 @@ spring: nacos: server-addr: bunny-web.site:8848 config: - import-check: - enabled: true server-addr: bunny-web.site:8848 namespace: 510385f8-19a5-4eb4-8cfb-da1e13b9de09 group: DEFAULT_GROUP diff --git a/mall-product/src/main/resources/application.yaml b/mall-services/mall-product/src/main/resources/application.yaml similarity index 91% rename from mall-product/src/main/resources/application.yaml rename to mall-services/mall-product/src/main/resources/application.yaml index 3721ea7..2ea9625 100644 --- a/mall-product/src/main/resources/application.yaml +++ b/mall-services/mall-product/src/main/resources/application.yaml @@ -6,6 +6,9 @@ spring: active: dev application: name: service-product + devtools: + livereload: + port: 0 datasource: type: com.zaxxer.hikari.HikariDataSource diff --git a/mall-product/src/main/resources/banner.txt b/mall-services/mall-product/src/main/resources/banner.txt similarity index 100% rename from mall-product/src/main/resources/banner.txt rename to mall-services/mall-product/src/main/resources/banner.txt diff --git a/mall-product/src/main/resources/logback.xml b/mall-services/mall-product/src/main/resources/logback.xml similarity index 100% rename from mall-product/src/main/resources/logback.xml rename to mall-services/mall-product/src/main/resources/logback.xml diff --git a/mall-product/src/main/resources/mapper/AttrAttrgroupRelationMapper.xml b/mall-services/mall-product/src/main/resources/mapper/AttrAttrgroupRelationMapper.xml similarity index 100% rename from mall-product/src/main/resources/mapper/AttrAttrgroupRelationMapper.xml rename to mall-services/mall-product/src/main/resources/mapper/AttrAttrgroupRelationMapper.xml diff --git a/mall-product/src/main/resources/mapper/AttrGroupMapper.xml b/mall-services/mall-product/src/main/resources/mapper/AttrGroupMapper.xml similarity index 100% rename from mall-product/src/main/resources/mapper/AttrGroupMapper.xml rename to mall-services/mall-product/src/main/resources/mapper/AttrGroupMapper.xml diff --git a/mall-product/src/main/resources/mapper/AttrMapper.xml b/mall-services/mall-product/src/main/resources/mapper/AttrMapper.xml similarity index 100% rename from mall-product/src/main/resources/mapper/AttrMapper.xml rename to mall-services/mall-product/src/main/resources/mapper/AttrMapper.xml diff --git a/mall-product/src/main/resources/mapper/BrandMapper.xml b/mall-services/mall-product/src/main/resources/mapper/BrandMapper.xml similarity index 100% rename from mall-product/src/main/resources/mapper/BrandMapper.xml rename to mall-services/mall-product/src/main/resources/mapper/BrandMapper.xml diff --git a/mall-product/src/main/resources/mapper/CategoryBrandRelationMapper.xml b/mall-services/mall-product/src/main/resources/mapper/CategoryBrandRelationMapper.xml similarity index 100% rename from mall-product/src/main/resources/mapper/CategoryBrandRelationMapper.xml rename to mall-services/mall-product/src/main/resources/mapper/CategoryBrandRelationMapper.xml diff --git a/mall-product/src/main/resources/mapper/CategoryMapper.xml b/mall-services/mall-product/src/main/resources/mapper/CategoryMapper.xml similarity index 100% rename from mall-product/src/main/resources/mapper/CategoryMapper.xml rename to mall-services/mall-product/src/main/resources/mapper/CategoryMapper.xml diff --git a/mall-product/src/main/resources/mapper/CommentReplayMapper.xml b/mall-services/mall-product/src/main/resources/mapper/CommentReplayMapper.xml similarity index 100% rename from mall-product/src/main/resources/mapper/CommentReplayMapper.xml rename to mall-services/mall-product/src/main/resources/mapper/CommentReplayMapper.xml diff --git a/mall-product/src/main/resources/mapper/ProductAttrValueMapper.xml b/mall-services/mall-product/src/main/resources/mapper/ProductAttrValueMapper.xml similarity index 100% rename from mall-product/src/main/resources/mapper/ProductAttrValueMapper.xml rename to mall-services/mall-product/src/main/resources/mapper/ProductAttrValueMapper.xml diff --git a/mall-product/src/main/resources/mapper/SkuImagesMapper.xml b/mall-services/mall-product/src/main/resources/mapper/SkuImagesMapper.xml similarity index 100% rename from mall-product/src/main/resources/mapper/SkuImagesMapper.xml rename to mall-services/mall-product/src/main/resources/mapper/SkuImagesMapper.xml diff --git a/mall-product/src/main/resources/mapper/SkuInfoMapper.xml b/mall-services/mall-product/src/main/resources/mapper/SkuInfoMapper.xml similarity index 100% rename from mall-product/src/main/resources/mapper/SkuInfoMapper.xml rename to mall-services/mall-product/src/main/resources/mapper/SkuInfoMapper.xml diff --git a/mall-product/src/main/resources/mapper/SkuSaleAttrValueMapper.xml b/mall-services/mall-product/src/main/resources/mapper/SkuSaleAttrValueMapper.xml similarity index 100% rename from mall-product/src/main/resources/mapper/SkuSaleAttrValueMapper.xml rename to mall-services/mall-product/src/main/resources/mapper/SkuSaleAttrValueMapper.xml diff --git a/mall-product/src/main/resources/mapper/SpuCommentMapper.xml b/mall-services/mall-product/src/main/resources/mapper/SpuCommentMapper.xml similarity index 100% rename from mall-product/src/main/resources/mapper/SpuCommentMapper.xml rename to mall-services/mall-product/src/main/resources/mapper/SpuCommentMapper.xml diff --git a/mall-product/src/main/resources/mapper/SpuImagesMapper.xml b/mall-services/mall-product/src/main/resources/mapper/SpuImagesMapper.xml similarity index 100% rename from mall-product/src/main/resources/mapper/SpuImagesMapper.xml rename to mall-services/mall-product/src/main/resources/mapper/SpuImagesMapper.xml diff --git a/mall-product/src/main/resources/mapper/SpuInfoDescMapper.xml b/mall-services/mall-product/src/main/resources/mapper/SpuInfoDescMapper.xml similarity index 100% rename from mall-product/src/main/resources/mapper/SpuInfoDescMapper.xml rename to mall-services/mall-product/src/main/resources/mapper/SpuInfoDescMapper.xml diff --git a/mall-product/src/main/resources/mapper/SpuInfoMapper.xml b/mall-services/mall-product/src/main/resources/mapper/SpuInfoMapper.xml similarity index 100% rename from mall-product/src/main/resources/mapper/SpuInfoMapper.xml rename to mall-services/mall-product/src/main/resources/mapper/SpuInfoMapper.xml diff --git a/mall-product/src/main/resources/static/error/400.html b/mall-services/mall-product/src/main/resources/static/error/400.html similarity index 100% rename from mall-product/src/main/resources/static/error/400.html rename to mall-services/mall-product/src/main/resources/static/error/400.html diff --git a/mall-product/src/main/resources/static/error/403.html b/mall-services/mall-product/src/main/resources/static/error/403.html similarity index 100% rename from mall-product/src/main/resources/static/error/403.html rename to mall-services/mall-product/src/main/resources/static/error/403.html diff --git a/mall-product/src/main/resources/static/error/404.html b/mall-services/mall-product/src/main/resources/static/error/404.html similarity index 100% rename from mall-product/src/main/resources/static/error/404.html rename to mall-services/mall-product/src/main/resources/static/error/404.html diff --git a/mall-product/src/main/resources/static/error/500.html b/mall-services/mall-product/src/main/resources/static/error/500.html similarity index 100% rename from mall-product/src/main/resources/static/error/500.html rename to mall-services/mall-product/src/main/resources/static/error/500.html diff --git a/mall-product/src/main/resources/static/error/501.html b/mall-services/mall-product/src/main/resources/static/error/501.html similarity index 100% rename from mall-product/src/main/resources/static/error/501.html rename to mall-services/mall-product/src/main/resources/static/error/501.html diff --git a/mall-product/src/main/resources/static/error/502.html b/mall-services/mall-product/src/main/resources/static/error/502.html similarity index 100% rename from mall-product/src/main/resources/static/error/502.html rename to mall-services/mall-product/src/main/resources/static/error/502.html diff --git a/mall-product/src/main/resources/static/error/503.html b/mall-services/mall-product/src/main/resources/static/error/503.html similarity index 100% rename from mall-product/src/main/resources/static/error/503.html rename to mall-services/mall-product/src/main/resources/static/error/503.html diff --git a/mall-product/src/main/resources/static/error/504.html b/mall-services/mall-product/src/main/resources/static/error/504.html similarity index 100% rename from mall-product/src/main/resources/static/error/504.html rename to mall-services/mall-product/src/main/resources/static/error/504.html diff --git a/mall-product/src/main/resources/static/error/505.html b/mall-services/mall-product/src/main/resources/static/error/505.html similarity index 100% rename from mall-product/src/main/resources/static/error/505.html rename to mall-services/mall-product/src/main/resources/static/error/505.html diff --git a/mall-product/src/main/resources/static/error/506.html b/mall-services/mall-product/src/main/resources/static/error/506.html similarity index 100% rename from mall-product/src/main/resources/static/error/506.html rename to mall-services/mall-product/src/main/resources/static/error/506.html diff --git a/mall-product/src/main/resources/static/error/507.html b/mall-services/mall-product/src/main/resources/static/error/507.html similarity index 100% rename from mall-product/src/main/resources/static/error/507.html rename to mall-services/mall-product/src/main/resources/static/error/507.html diff --git a/mall-product/src/main/resources/static/error/509.html b/mall-services/mall-product/src/main/resources/static/error/509.html similarity index 100% rename from mall-product/src/main/resources/static/error/509.html rename to mall-services/mall-product/src/main/resources/static/error/509.html diff --git a/mall-product/src/main/resources/static/error/510.html b/mall-services/mall-product/src/main/resources/static/error/510.html similarity index 100% rename from mall-product/src/main/resources/static/error/510.html rename to mall-services/mall-product/src/main/resources/static/error/510.html diff --git a/mall-product/src/main/resources/static/favicon.ico b/mall-services/mall-product/src/main/resources/static/favicon.ico similarity index 100% rename from mall-product/src/main/resources/static/favicon.ico rename to mall-services/mall-product/src/main/resources/static/favicon.ico diff --git a/mall-product/src/main/resources/static/images/architecture-diagram.jpg b/mall-services/mall-product/src/main/resources/static/images/architecture-diagram.jpg similarity index 100% rename from mall-product/src/main/resources/static/images/architecture-diagram.jpg rename to mall-services/mall-product/src/main/resources/static/images/architecture-diagram.jpg diff --git a/mall-product/src/main/resources/templates/index.html b/mall-services/mall-product/src/main/resources/templates/index.html similarity index 100% rename from mall-product/src/main/resources/templates/index.html rename to mall-services/mall-product/src/main/resources/templates/index.html diff --git a/mall-services/mall-search/pom.xml b/mall-services/mall-search/pom.xml new file mode 100644 index 0000000..b352f74 --- /dev/null +++ b/mall-services/mall-search/pom.xml @@ -0,0 +1,29 @@ + + 4.0.0 + + com.mall + mall-services + 1.0-SNAPSHOT + + + mall-search + jar + + mall-search + https://maven.apache.org + + + UTF-8 + + + + + + org.springframework.boot + spring-boot-devtools + runtime + true + + + diff --git a/mall-seckill/src/main/java/com/mall/App.java b/mall-services/mall-search/src/main/java/com/mall/App.java similarity index 100% rename from mall-seckill/src/main/java/com/mall/App.java rename to mall-services/mall-search/src/main/java/com/mall/App.java diff --git a/mall-seckill/pom.xml b/mall-services/mall-seckill/pom.xml similarity index 62% rename from mall-seckill/pom.xml rename to mall-services/mall-seckill/pom.xml index fb391bf..839c2de 100644 --- a/mall-seckill/pom.xml +++ b/mall-services/mall-seckill/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.mall - mall-cloud + mall-services 1.0-SNAPSHOT @@ -18,19 +18,12 @@ - - com.mall - mall-common - 1.0-SNAPSHOT - - + org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-thymeleaf + spring-boot-devtools + runtime + true diff --git a/mall-ware/src/main/java/com/mall/App.java b/mall-services/mall-seckill/src/main/java/com/mall/App.java similarity index 100% rename from mall-ware/src/main/java/com/mall/App.java rename to mall-services/mall-seckill/src/main/java/com/mall/App.java diff --git a/mall-third-party/pom.xml b/mall-services/mall-third-party/pom.xml similarity index 76% rename from mall-third-party/pom.xml rename to mall-services/mall-third-party/pom.xml index 6aae891..bf5b8a0 100644 --- a/mall-third-party/pom.xml +++ b/mall-services/mall-third-party/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.mall - mall-cloud + mall-services 1.0-SNAPSHOT @@ -45,27 +45,6 @@ runtime true - - - org.springframework.boot - spring-boot-starter-test - test - - - junit - junit - test - - - - org.springframework.boot - spring-boot-starter-web - - - - org.springframework.cloud - spring-cloud-starter-openfeign - diff --git a/mall-third-party/src/main/java/com/mall/thirdParty/MallThirdPartyApplication.java b/mall-services/mall-third-party/src/main/java/com/mall/thirdParty/MallThirdPartyApplication.java similarity index 100% rename from mall-third-party/src/main/java/com/mall/thirdParty/MallThirdPartyApplication.java rename to mall-services/mall-third-party/src/main/java/com/mall/thirdParty/MallThirdPartyApplication.java diff --git a/mall-third-party/src/main/java/com/mall/thirdParty/client/AliOssClient.java b/mall-services/mall-third-party/src/main/java/com/mall/thirdParty/client/AliOssClient.java similarity index 100% rename from mall-third-party/src/main/java/com/mall/thirdParty/client/AliOssClient.java rename to mall-services/mall-third-party/src/main/java/com/mall/thirdParty/client/AliOssClient.java diff --git a/mall-third-party/src/main/java/com/mall/thirdParty/config/Knife4jConfig.java b/mall-services/mall-third-party/src/main/java/com/mall/thirdParty/config/Knife4jConfig.java similarity index 100% rename from mall-third-party/src/main/java/com/mall/thirdParty/config/Knife4jConfig.java rename to mall-services/mall-third-party/src/main/java/com/mall/thirdParty/config/Knife4jConfig.java diff --git a/mall-third-party/src/main/java/com/mall/thirdParty/controller/AliOssController.java b/mall-services/mall-third-party/src/main/java/com/mall/thirdParty/controller/AliOssController.java similarity index 100% rename from mall-third-party/src/main/java/com/mall/thirdParty/controller/AliOssController.java rename to mall-services/mall-third-party/src/main/java/com/mall/thirdParty/controller/AliOssController.java diff --git a/mall-third-party/src/main/java/com/mall/thirdParty/service/AliOssService.java b/mall-services/mall-third-party/src/main/java/com/mall/thirdParty/service/AliOssService.java similarity index 100% rename from mall-third-party/src/main/java/com/mall/thirdParty/service/AliOssService.java rename to mall-services/mall-third-party/src/main/java/com/mall/thirdParty/service/AliOssService.java diff --git a/mall-third-party/src/main/java/com/mall/thirdParty/service/ext/AliOssServiceImplExt.java b/mall-services/mall-third-party/src/main/java/com/mall/thirdParty/service/ext/AliOssServiceImplExt.java similarity index 100% rename from mall-third-party/src/main/java/com/mall/thirdParty/service/ext/AliOssServiceImplExt.java rename to mall-services/mall-third-party/src/main/java/com/mall/thirdParty/service/ext/AliOssServiceImplExt.java diff --git a/mall-third-party/src/main/java/com/mall/thirdParty/service/impl/AliOssServiceImpl.java b/mall-services/mall-third-party/src/main/java/com/mall/thirdParty/service/impl/AliOssServiceImpl.java similarity index 100% rename from mall-third-party/src/main/java/com/mall/thirdParty/service/impl/AliOssServiceImpl.java rename to mall-services/mall-third-party/src/main/java/com/mall/thirdParty/service/impl/AliOssServiceImpl.java diff --git a/mall-third-party/src/main/resources/application-dev.yml b/mall-services/mall-third-party/src/main/resources/application-dev.yml similarity index 100% rename from mall-third-party/src/main/resources/application-dev.yml rename to mall-services/mall-third-party/src/main/resources/application-dev.yml diff --git a/mall-third-party/src/main/resources/application.yaml b/mall-services/mall-third-party/src/main/resources/application.yaml similarity index 100% rename from mall-third-party/src/main/resources/application.yaml rename to mall-services/mall-third-party/src/main/resources/application.yaml diff --git a/mall-third-party/src/main/resources/banner.txt b/mall-services/mall-third-party/src/main/resources/banner.txt similarity index 100% rename from mall-third-party/src/main/resources/banner.txt rename to mall-services/mall-third-party/src/main/resources/banner.txt diff --git a/mall-third-party/src/main/resources/logback.xml b/mall-services/mall-third-party/src/main/resources/logback.xml similarity index 100% rename from mall-third-party/src/main/resources/logback.xml rename to mall-services/mall-third-party/src/main/resources/logback.xml diff --git a/mall-third-party/src/main/resources/static/error/400.html b/mall-services/mall-third-party/src/main/resources/static/error/400.html similarity index 100% rename from mall-third-party/src/main/resources/static/error/400.html rename to mall-services/mall-third-party/src/main/resources/static/error/400.html diff --git a/mall-third-party/src/main/resources/static/error/403.html b/mall-services/mall-third-party/src/main/resources/static/error/403.html similarity index 100% rename from mall-third-party/src/main/resources/static/error/403.html rename to mall-services/mall-third-party/src/main/resources/static/error/403.html diff --git a/mall-third-party/src/main/resources/static/error/404.html b/mall-services/mall-third-party/src/main/resources/static/error/404.html similarity index 100% rename from mall-third-party/src/main/resources/static/error/404.html rename to mall-services/mall-third-party/src/main/resources/static/error/404.html diff --git a/mall-third-party/src/main/resources/static/error/500.html b/mall-services/mall-third-party/src/main/resources/static/error/500.html similarity index 100% rename from mall-third-party/src/main/resources/static/error/500.html rename to mall-services/mall-third-party/src/main/resources/static/error/500.html diff --git a/mall-third-party/src/main/resources/static/error/501.html b/mall-services/mall-third-party/src/main/resources/static/error/501.html similarity index 100% rename from mall-third-party/src/main/resources/static/error/501.html rename to mall-services/mall-third-party/src/main/resources/static/error/501.html diff --git a/mall-third-party/src/main/resources/static/error/502.html b/mall-services/mall-third-party/src/main/resources/static/error/502.html similarity index 100% rename from mall-third-party/src/main/resources/static/error/502.html rename to mall-services/mall-third-party/src/main/resources/static/error/502.html diff --git a/mall-third-party/src/main/resources/static/error/503.html b/mall-services/mall-third-party/src/main/resources/static/error/503.html similarity index 100% rename from mall-third-party/src/main/resources/static/error/503.html rename to mall-services/mall-third-party/src/main/resources/static/error/503.html diff --git a/mall-third-party/src/main/resources/static/error/504.html b/mall-services/mall-third-party/src/main/resources/static/error/504.html similarity index 100% rename from mall-third-party/src/main/resources/static/error/504.html rename to mall-services/mall-third-party/src/main/resources/static/error/504.html diff --git a/mall-third-party/src/main/resources/static/error/505.html b/mall-services/mall-third-party/src/main/resources/static/error/505.html similarity index 100% rename from mall-third-party/src/main/resources/static/error/505.html rename to mall-services/mall-third-party/src/main/resources/static/error/505.html diff --git a/mall-third-party/src/main/resources/static/error/506.html b/mall-services/mall-third-party/src/main/resources/static/error/506.html similarity index 100% rename from mall-third-party/src/main/resources/static/error/506.html rename to mall-services/mall-third-party/src/main/resources/static/error/506.html diff --git a/mall-third-party/src/main/resources/static/error/507.html b/mall-services/mall-third-party/src/main/resources/static/error/507.html similarity index 100% rename from mall-third-party/src/main/resources/static/error/507.html rename to mall-services/mall-third-party/src/main/resources/static/error/507.html diff --git a/mall-third-party/src/main/resources/static/error/509.html b/mall-services/mall-third-party/src/main/resources/static/error/509.html similarity index 100% rename from mall-third-party/src/main/resources/static/error/509.html rename to mall-services/mall-third-party/src/main/resources/static/error/509.html diff --git a/mall-third-party/src/main/resources/static/error/510.html b/mall-services/mall-third-party/src/main/resources/static/error/510.html similarity index 100% rename from mall-third-party/src/main/resources/static/error/510.html rename to mall-services/mall-third-party/src/main/resources/static/error/510.html diff --git a/mall-third-party/src/main/resources/static/favicon.ico b/mall-services/mall-third-party/src/main/resources/static/favicon.ico similarity index 100% rename from mall-third-party/src/main/resources/static/favicon.ico rename to mall-services/mall-third-party/src/main/resources/static/favicon.ico diff --git a/mall-third-party/src/main/resources/static/images/architecture-diagram.jpg b/mall-services/mall-third-party/src/main/resources/static/images/architecture-diagram.jpg similarity index 100% rename from mall-third-party/src/main/resources/static/images/architecture-diagram.jpg rename to mall-services/mall-third-party/src/main/resources/static/images/architecture-diagram.jpg diff --git a/mall-third-party/src/main/resources/templates/index.html b/mall-services/mall-third-party/src/main/resources/templates/index.html similarity index 100% rename from mall-third-party/src/main/resources/templates/index.html rename to mall-services/mall-third-party/src/main/resources/templates/index.html diff --git a/mall-third-party/src/test/java/Demo.java b/mall-services/mall-third-party/src/test/java/Demo.java similarity index 100% rename from mall-third-party/src/test/java/Demo.java rename to mall-services/mall-third-party/src/test/java/Demo.java diff --git a/mall-third-party/src/test/java/com/mall/thirdParty/config/AliOssClientTest.java b/mall-services/mall-third-party/src/test/java/com/mall/thirdParty/config/AliOssClientTest.java similarity index 100% rename from mall-third-party/src/test/java/com/mall/thirdParty/config/AliOssClientTest.java rename to mall-services/mall-third-party/src/test/java/com/mall/thirdParty/config/AliOssClientTest.java diff --git a/mall-cart/pom.xml b/mall-services/pom.xml similarity index 60% rename from mall-cart/pom.xml rename to mall-services/pom.xml index d7d7d4c..c475f48 100644 --- a/mall-cart/pom.xml +++ b/mall-services/pom.xml @@ -7,12 +7,23 @@ 1.0-SNAPSHOT - mall-cart - jar + mall-services + pom - mall-cart + mall-services https://maven.apache.org + + mall-coupon + mall-cart + mall-member + mall-order + mall-search + mall-seckill + mall-product + mall-third-party + + UTF-8 @@ -23,59 +34,67 @@ mall-common 1.0-SNAPSHOT - - - - org.springframework.boot - spring-boot-devtools - runtime - true - - org.springframework.boot spring-boot-starter-web + + + com.github.ben-manes.caffeine + caffeine + + + org.springframework.boot - spring-boot-starter-thymeleaf + spring-boot-starter-test + test + + + junit + junit + test + + com.alibaba.cloud + spring-cloud-starter-alibaba-nacos-discovery + + + com.alibaba.cloud + spring-cloud-starter-alibaba-nacos-config + + + org.springframework.cloud + spring-cloud-starter-loadbalancer + + + org.springframework.cloud + spring-cloud-starter-openfeign + - - - - + - org.springframework.cloud - spring-cloud-starter-openfeign + org.webjars + bootstrap + + + org.webjars + font-awesome + + + org.webjars + jquery com.fasterxml.jackson.core jackson-databind - - - - org.webjars - bootstrap - 5.1.3 - - - org.webjars - font-awesome - 5.15.4 - - - org.webjars - jquery - 3.6.0 - diff --git a/pom.xml b/pom.xml index c400dd3..815ee35 100644 --- a/pom.xml +++ b/pom.xml @@ -17,20 +17,10 @@ https://maven.apache.org - generator-code-server - mall-auth-server - mall-cart - mall-common - mall-coupon mall-gateway - mall-member - mall-order - mall-search - mall-seckill - mall-third-party - mall-ware - mall-product - generator-code-server + mall-common + mall-services + mall-modules