diff --git a/ruoyi-auth/pom.xml b/ruoyi-auth/pom.xml index a11c30fc..3dd68084 100644 --- a/ruoyi-auth/pom.xml +++ b/ruoyi-auth/pom.xml @@ -7,60 +7,59 @@ 3.0.0 4.0.0 - + ruoyi-auth - + ruoyi-auth认证授权中心 - + - + com.alibaba.cloud spring-cloud-starter-alibaba-nacos-discovery - + com.alibaba.cloud spring-cloud-starter-alibaba-nacos-config - + com.alibaba.cloud spring-cloud-starter-alibaba-sentinel - + org.springframework.boot spring-boot-starter-web - + org.springframework.boot spring-boot-starter-actuator - + com.ruoyi ruoyi-common-security - + - + ${project.artifactId} org.springframework.boot spring-boot-maven-plugin - 2.4.0 @@ -70,6 +69,17 @@ + + + src/main/resources + + **/*.yml + **/*.xml + **/*.properties + + true + + - + diff --git a/ruoyi-gateway/pom.xml b/ruoyi-gateway/pom.xml index dc1857bc..d9e18416 100644 --- a/ruoyi-gateway/pom.xml +++ b/ruoyi-gateway/pom.xml @@ -90,7 +90,6 @@ org.springframework.boot spring-boot-maven-plugin - 2.4.0 @@ -100,6 +99,17 @@ + + + src/main/resources + + **/*.yml + **/*.xml + **/*.properties + + true + + diff --git a/ruoyi-modules/ruoyi-file/pom.xml b/ruoyi-modules/ruoyi-file/pom.xml index 9da64c53..74a000a0 100644 --- a/ruoyi-modules/ruoyi-file/pom.xml +++ b/ruoyi-modules/ruoyi-file/pom.xml @@ -16,56 +16,56 @@ - + com.alibaba.cloud spring-cloud-starter-alibaba-nacos-discovery - + com.alibaba.cloud spring-cloud-starter-alibaba-nacos-config - + com.alibaba.cloud spring-cloud-starter-alibaba-sentinel - + org.springframework.boot spring-boot-starter-actuator - + com.github.tobato fastdfs-client - + io.minio minio ${minio.version} - + com.ruoyi ruoyi-api-system - + com.ruoyi ruoyi-common-swagger - + @@ -74,7 +74,6 @@ org.springframework.boot spring-boot-maven-plugin - 2.4.0 @@ -84,6 +83,17 @@ + + + src/main/resources + + **/*.yml + **/*.xml + **/*.properties + + true + + - - \ No newline at end of file + + diff --git a/ruoyi-modules/ruoyi-gen/pom.xml b/ruoyi-modules/ruoyi-gen/pom.xml index cd6b0102..c94d860f 100644 --- a/ruoyi-modules/ruoyi-gen/pom.xml +++ b/ruoyi-modules/ruoyi-gen/pom.xml @@ -16,62 +16,62 @@ - + com.alibaba.cloud spring-cloud-starter-alibaba-nacos-discovery - + com.alibaba.cloud spring-cloud-starter-alibaba-nacos-config - + com.alibaba.cloud spring-cloud-starter-alibaba-sentinel - + org.springframework.boot spring-boot-starter-actuator - + io.springfox springfox-swagger-ui ${swagger.fox.version} - + org.apache.velocity velocity - + - - commons-collections - commons-collections + + commons-collections + commons-collections - + mysql mysql-connector-java - + com.ruoyi ruoyi-common-log - + com.ruoyi @@ -86,7 +86,6 @@ org.springframework.boot spring-boot-maven-plugin - 2.4.0 @@ -96,6 +95,17 @@ + + + src/main/resources + + **/*.yml + **/*.xml + **/*.properties + + true + + - - \ No newline at end of file + + diff --git a/ruoyi-modules/ruoyi-job/pom.xml b/ruoyi-modules/ruoyi-job/pom.xml index 27a2e80b..56e358f8 100644 --- a/ruoyi-modules/ruoyi-job/pom.xml +++ b/ruoyi-modules/ruoyi-job/pom.xml @@ -16,38 +16,38 @@ - + com.alibaba.cloud spring-cloud-starter-alibaba-nacos-discovery - + com.alibaba.cloud spring-cloud-starter-alibaba-nacos-config - + com.alibaba.cloud spring-cloud-starter-alibaba-sentinel - + org.springframework.boot spring-boot-starter-actuator - + io.springfox springfox-swagger-ui ${swagger.fox.version} - + org.quartz-scheduler @@ -59,25 +59,25 @@ - + mysql mysql-connector-java - + com.ruoyi ruoyi-common-log - + com.ruoyi ruoyi-common-swagger - + @@ -86,7 +86,6 @@ org.springframework.boot spring-boot-maven-plugin - 2.4.0 @@ -96,6 +95,17 @@ + + + src/main/resources + + **/*.yml + **/*.xml + **/*.properties + + true + + - - \ No newline at end of file + + diff --git a/ruoyi-modules/ruoyi-system/pom.xml b/ruoyi-modules/ruoyi-system/pom.xml index 4cfd7359..3cd4b51b 100644 --- a/ruoyi-modules/ruoyi-system/pom.xml +++ b/ruoyi-modules/ruoyi-system/pom.xml @@ -8,70 +8,70 @@ 3.0.0 4.0.0 - + ruoyi-modules-system ruoyi-modules-system系统模块 - + - - + + com.alibaba.cloud spring-cloud-starter-alibaba-nacos-discovery - + com.alibaba.cloud spring-cloud-starter-alibaba-nacos-config - - + + com.alibaba.cloud spring-cloud-starter-alibaba-sentinel - - + + org.springframework.boot spring-boot-starter-actuator - + io.springfox springfox-swagger-ui ${swagger.fox.version} - + mysql mysql-connector-java - + com.ruoyi ruoyi-common-datasource - + com.ruoyi ruoyi-common-datascope - + com.ruoyi ruoyi-common-log - + com.ruoyi @@ -86,7 +86,6 @@ org.springframework.boot spring-boot-maven-plugin - 2.4.0 @@ -96,6 +95,17 @@ + + + src/main/resources + + **/*.yml + **/*.xml + **/*.properties + + true + + - - \ No newline at end of file + + diff --git a/ruoyi-visual/ruoyi-monitor/pom.xml b/ruoyi-visual/ruoyi-monitor/pom.xml index 8fae3648..be8a78e3 100644 --- a/ruoyi-visual/ruoyi-monitor/pom.xml +++ b/ruoyi-visual/ruoyi-monitor/pom.xml @@ -7,7 +7,7 @@ 3.0.0 4.0.0 - + ruoyi-visual-monitor @@ -15,20 +15,20 @@ - + de.codecentric spring-boot-admin-starter-server ${spring-boot-admin.version} - + com.alibaba.cloud spring-cloud-starter-alibaba-nacos-discovery - + com.alibaba.cloud @@ -40,19 +40,19 @@ com.alibaba.cloud spring-cloud-starter-alibaba-sentinel - + org.springframework.boot spring-boot-starter-web - + org.springframework.boot spring-boot-starter-security - + @@ -61,7 +61,6 @@ org.springframework.boot spring-boot-maven-plugin - 2.4.0 @@ -71,6 +70,17 @@ + + + src/main/resources + + **/*.yml + **/*.xml + **/*.properties + + true + + - - \ No newline at end of file + + diff --git a/xhpc-modules/xhpc-power-pile/pom.xml b/xhpc-modules/xhpc-power-pile/pom.xml index 994b70cb..715c24cc 100644 --- a/xhpc-modules/xhpc-power-pile/pom.xml +++ b/xhpc-modules/xhpc-power-pile/pom.xml @@ -63,6 +63,12 @@ ruoyi-common-datascope + + + com.ruoyi + ruoyi-common-log + + org.quickserver quickserver @@ -102,6 +108,7 @@ src/main/resources + **/*.yml **/*.xml **/*.properties