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