diff --git a/cloud-gateway/src/main/resources/bootstrap.yml b/cloud-gateway/src/main/resources/bootstrap.yml
index f8816d9..dfefd86 100644
--- a/cloud-gateway/src/main/resources/bootstrap.yml
+++ b/cloud-gateway/src/main/resources/bootstrap.yml
@@ -7,7 +7,7 @@ nacos:
addr: 123.57.152.124:8848
user-name: nacos
password: nacos
- namespace: wx
+ namespace: xyr
# Spring
spring:
diff --git a/cloud-modules/cloud-modules-enterprise/enterpise-cache/pom.xml b/cloud-modules/cloud-modules-enterprise/enterpise-cache/pom.xml
index ae47445..cc43740 100644
--- a/cloud-modules/cloud-modules-enterprise/enterpise-cache/pom.xml
+++ b/cloud-modules/cloud-modules-enterprise/enterpise-cache/pom.xml
@@ -22,7 +22,6 @@
com.muyu
enterpise-common
- ${muyu.version}
@@ -31,6 +30,8 @@
cloud-common-cache
+
+
diff --git a/cloud-modules/cloud-modules-enterprise/enterpise-common/pom.xml b/cloud-modules/cloud-modules-enterprise/enterpise-common/pom.xml
index 8d98d66..f3b908e 100644
--- a/cloud-modules/cloud-modules-enterprise/enterpise-common/pom.xml
+++ b/cloud-modules/cloud-modules-enterprise/enterpise-common/pom.xml
@@ -41,10 +41,9 @@
swagger-annotations-jakarta
-
- com.muyu
- cloud-common-system
-
+
+
+
diff --git a/cloud-modules/cloud-modules-enterprise/enterpise-service/pom.xml b/cloud-modules/cloud-modules-enterprise/enterpise-service/pom.xml
index 422f454..fb0f530 100644
--- a/cloud-modules/cloud-modules-enterprise/enterpise-service/pom.xml
+++ b/cloud-modules/cloud-modules-enterprise/enterpise-service/pom.xml
@@ -90,18 +90,7 @@
com.muyu
cloud-common-api-doc
-
-
-
- com.muyu
- cloud-common-xxl
-
-
-
- com.muyu
- cloud-common-saas
-
-
+
com.muyu
enterpise-cache
diff --git a/cloud-modules/cloud-modules-enterprise/enterpise-service/src/main/resources/bootstrap.yml b/cloud-modules/cloud-modules-enterprise/enterpise-service/src/main/resources/bootstrap.yml
index 7f2f29b..fa6d8c2 100644
--- a/cloud-modules/cloud-modules-enterprise/enterpise-service/src/main/resources/bootstrap.yml
+++ b/cloud-modules/cloud-modules-enterprise/enterpise-service/src/main/resources/bootstrap.yml
@@ -49,8 +49,6 @@ spring:
shared-configs:
# 系统共享配置
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
- # 系统环境Config共享配置
- - 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}
diff --git a/cloud-modules/cloud-modules-parse/pom.xml b/cloud-modules/cloud-modules-parse/pom.xml
index 9991788..2df78f0 100644
--- a/cloud-modules/cloud-modules-parse/pom.xml
+++ b/cloud-modules/cloud-modules-parse/pom.xml
@@ -74,11 +74,6 @@
cloud-common-api-doc
-
-
-
-
-
@@ -91,11 +86,7 @@
lombok
-
-
- com.muyu
- enterpise-remote
-
+
com.muyu
diff --git a/cloud-modules/cloud-modules-parse/src/main/resources/bootstrap.yml b/cloud-modules/cloud-modules-parse/src/main/resources/bootstrap.yml
index 3f1f253..a184915 100644
--- a/cloud-modules/cloud-modules-parse/src/main/resources/bootstrap.yml
+++ b/cloud-modules/cloud-modules-parse/src/main/resources/bootstrap.yml
@@ -51,10 +51,7 @@ spring:
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
# 系统环境Config共享配置
- 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}
- #kafka共享配置
- #application-kafka-config-dev.yml
+ #kafka共享配置 application-kafka-config-dev.yml
- application-kafka-config-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
logging:
level:
diff --git a/cloud-modules/cloud-modules-vehicle-gateway/src/main/resources/bootstrap.yml b/cloud-modules/cloud-modules-vehicle-gateway/src/main/resources/bootstrap.yml
index 24c7bea..32764e5 100644
--- a/cloud-modules/cloud-modules-vehicle-gateway/src/main/resources/bootstrap.yml
+++ b/cloud-modules/cloud-modules-vehicle-gateway/src/main/resources/bootstrap.yml
@@ -1,13 +1,13 @@
# Tomcat
-server:
- port: 9902
+#server:
+# port: 9703
# nacos线上地址
nacos:
addr: 123.57.152.124:8848
user-name: nacos
password: nacos
- namespace: xyr
+ namespace: lhd
# SPRING_AMQP_DESERIALIZATION_TRUST_ALL=true spring.amqp.deserialization.trust.all
# Spring
spring:
@@ -51,8 +51,6 @@ spring:
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
# 系统环境Config共享配置
- application-config-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
- # rabbit 配置文件
- - application-rabbit-config-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
logging:
level:
com.muyu.system.mapper: DEBUG
diff --git a/pom.xml b/pom.xml
index 8dc93a6..00e19f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -283,12 +283,6 @@
${muyu.version}
-
-
-
-
-
-
org.eclipse.paho