diff --git a/cloud-pay-client/pom.xml b/cloud-pay-client/pom.xml index 3952c9c..b92f312 100644 --- a/cloud-pay-client/pom.xml +++ b/cloud-pay-client/pom.xml @@ -10,6 +10,7 @@ cloud-pay-client + 1.0.0 17 @@ -17,4 +18,13 @@ UTF-8 + + + + + com.muyu + cloud-pay-common + + + diff --git a/cloud-pay-common/pom.xml b/cloud-pay-common/pom.xml index f90c01f..add9550 100644 --- a/cloud-pay-common/pom.xml +++ b/cloud-pay-common/pom.xml @@ -10,6 +10,7 @@ cloud-pay-common + 1.0.0 17 @@ -17,4 +18,11 @@ UTF-8 + + + com.muyu + cloud-common-core + + + diff --git a/cloud-pay-remote/pom.xml b/cloud-pay-remote/pom.xml index 84d77ce..8100ef5 100644 --- a/cloud-pay-remote/pom.xml +++ b/cloud-pay-remote/pom.xml @@ -10,6 +10,7 @@ cloud-pay-remote + 1.0.0 17 @@ -17,4 +18,11 @@ UTF-8 + + + + com.muyu + cloud-pay-common + + diff --git a/cloud-pay-server/pom.xml b/cloud-pay-server/pom.xml index bdf296c..4ac2314 100644 --- a/cloud-pay-server/pom.xml +++ b/cloud-pay-server/pom.xml @@ -10,6 +10,7 @@ cloud-pay-server + 1.0.0 17 @@ -78,6 +79,12 @@ com.muyu cloud-common-xxl + + + + com.muyu + cloud-common-rabbit + diff --git a/cloud-pay-server/src/main/resources/bootstrap.yml b/cloud-pay-server/src/main/resources/bootstrap.yml index 5f97759..bbb727a 100644 --- a/cloud-pay-server/src/main/resources/bootstrap.yml +++ b/cloud-pay-server/src/main/resources/bootstrap.yml @@ -49,3 +49,5 @@ spring: - application-config-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} # xxl-job 配置文件 - application-xxl-config-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} + # rabbit 配置文件 + - application-rabbit-config-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} diff --git a/pom.xml b/pom.xml index 1833d22..9eda23d 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.muyu cloud-server-parent - 3.6.3 + 3.6.4 cloud-pay