From 9b3da53c6b025dbccb27450df3d2e7cef872c733 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=B0=91=E5=B9=B4=E6=A2=A6=E4=B8=8E=E7=A0=96?=
<2847127106@qq.com>
Date: Thu, 26 Sep 2024 19:26:19 +0800
Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
cloud-common/pom.xml | 1 +
.../src/main/resources/bootstrap.yml | 4 ++--
.../cloud-modules-car/src/main/resources/bootstrap.yml | 4 ++--
pom.xml | 7 +++++++
4 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/cloud-common/pom.xml b/cloud-common/pom.xml
index a7a40be..fae22c9 100644
--- a/cloud-common/pom.xml
+++ b/cloud-common/pom.xml
@@ -21,6 +21,7 @@
cloud-common-xxl
cloud-common-rabbit
cloud-common-saas
+ cloud-common-caffeine
cloud-common
diff --git a/cloud-modules/cloud-breakdown/cloud-breakdown-server/src/main/resources/bootstrap.yml b/cloud-modules/cloud-breakdown/cloud-breakdown-server/src/main/resources/bootstrap.yml
index f4097e8..1edc717 100644
--- a/cloud-modules/cloud-breakdown/cloud-breakdown-server/src/main/resources/bootstrap.yml
+++ b/cloud-modules/cloud-breakdown/cloud-breakdown-server/src/main/resources/bootstrap.yml
@@ -4,10 +4,10 @@ server:
# nacos线上地址
nacos:
- addr: 127.0.0.1:8848
+ addr: 47.116.173.119:8848
user-name: nacos
password: nacos
- namespace: one
+ namespace: one-saas
# SPRING_AMQP_DESERIALIZATION_TRUST_ALL=true spring.amqp.deserialization.trust.all
# Spring
spring:
diff --git a/cloud-modules/cloud-modules-car/src/main/resources/bootstrap.yml b/cloud-modules/cloud-modules-car/src/main/resources/bootstrap.yml
index 00342f2..3ecd9c4 100644
--- a/cloud-modules/cloud-modules-car/src/main/resources/bootstrap.yml
+++ b/cloud-modules/cloud-modules-car/src/main/resources/bootstrap.yml
@@ -4,10 +4,10 @@ server:
# nacos线上地址
nacos:
- addr: 127.0.0.1:8848
+ addr: 47.116.173.119:8848
user-name: nacos
password: nacos
- namespace: public
+ namespace: one-saas
# SPRING_AMQP_DESERIALIZATION_TRUST_ALL=true spring.amqp.deserialization.trust.all
# Spring
spring:
diff --git a/pom.xml b/pom.xml
index addb590..7c6b67e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -278,6 +278,12 @@
cloud-common-saas
${muyu.version}
+
+
+ com.muyu
+ cloud-common-caffeine
+ ${muyu.version}
+
@@ -287,6 +293,7 @@
cloud-visual
cloud-modules
cloud-common
+ cloud-data-processing
pom