From 60cc9c0113f5f16e5141598121ce5c09abda6d69 Mon Sep 17 00:00:00 2001 From: chentaisen <14615430+chentaisen@user.noreply.gitee.com> Date: Thu, 1 Aug 2024 10:01:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=20=203.6.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 35 +++++++++++++++++++ .idea/$PROJECT_FILE$ | 11 ++++++ .idea/.gitignore | 8 +++++ .idea/encodings.xml | 16 +++++++++ .idea/misc.xml | 20 +++++++++++ .idea/qaplug_profiles.xml | 12 +++++++ .idea/vcs.xml | 6 ++++ cloud-pay-client/pom.xml | 10 ++++-- cloud-pay-remote/pom.xml | 8 +++++ cloud-pay-server/pom.xml | 6 ++++ .../src/main/resources/bootstrap.yml | 2 ++ pom.xml | 1 + 12 files changed, 133 insertions(+), 2 deletions(-) create mode 100644 .gitignore create mode 100644 .idea/$PROJECT_FILE$ create mode 100644 .idea/.gitignore create mode 100644 .idea/encodings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/qaplug_profiles.xml create mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3e403e3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,35 @@ +target/ +!.mvn/wrapper/maven-wrapper.jar +!**/src/main/**/target/ +!**/src/test/**/target/ + +### IntelliJ IDEA ### +.idea +*.iws +*.iml +*.ipr + +### Eclipse ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +build/ +!**/src/main/**/build/ +!**/src/test/**/build/ + +### VS Code ### +.vscode/ + +### Mac OS ### +.DS_Store diff --git a/.idea/$PROJECT_FILE$ b/.idea/$PROJECT_FILE$ new file mode 100644 index 0000000..58b7e3e --- /dev/null +++ b/.idea/$PROJECT_FILE$ @@ -0,0 +1,11 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..262bf4d --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..561b5d1 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/qaplug_profiles.xml b/.idea/qaplug_profiles.xml new file mode 100644 index 0000000..9a7566c --- /dev/null +++ b/.idea/qaplug_profiles.xml @@ -0,0 +1,12 @@ + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/cloud-pay-client/pom.xml b/cloud-pay-client/pom.xml index 3952c9c..ce08298 100644 --- a/cloud-pay-client/pom.xml +++ b/cloud-pay-client/pom.xml @@ -10,11 +10,17 @@ cloud-pay-client - + 1.0.0 17 17 UTF-8 - + + + + com.muyu + cloud-pay-common + + diff --git a/cloud-pay-remote/pom.xml b/cloud-pay-remote/pom.xml index 84d77ce..8837c3b 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 f2e8c82..0ba4154 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,11 @@ 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..35d930e 100644 --- a/pom.xml +++ b/pom.xml @@ -10,6 +10,7 @@ 3.6.3 + cloud-pay 1.0.0 pom