From 21f45258cfcdc79127f85ad6e45736cff5acd345 Mon Sep 17 00:00:00 2001
From: liyj <15602261488@163.com>
Date: Mon, 21 Oct 2024 20:58:05 +0800
Subject: [PATCH] 1、数据割接程序,白云区矛盾纠纷多元化解平台 2、纠纷态势报错修改

---
 dyh-service/dyh-sync-bydyh/src/main/resources/config/application-test.yml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dyh-service/dyh-sync/src/main/resources/config/application-dev.yml b/dyh-service/dyh-sync-bydyh/src/main/resources/config/application-test.yml
similarity index 95%
copy from dyh-service/dyh-sync/src/main/resources/config/application-dev.yml
copy to dyh-service/dyh-sync-bydyh/src/main/resources/config/application-test.yml
index 49750e6..e9c5341 100644
--- a/dyh-service/dyh-sync/src/main/resources/config/application-dev.yml
+++ b/dyh-service/dyh-sync-bydyh/src/main/resources/config/application-test.yml
@@ -7,7 +7,7 @@
 spring:
   #服务名
   application:
-    name: dyh-sync
+    name: dyh-sync-bydyh
   #数据源配置
   datasource:
     url: jdbc:mysql://120.79.193.119:3306/bydyh2.0_v101_prod?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true
@@ -24,7 +24,7 @@
   client:
     service-url:
       #注册中心单机
-      defaultZone: http://localhost:9001/eureka
+      defaultZone: http://localhost:9000/eureka
       #注册中心集群
       #defaultZone: http://localhost:8761/eureka,http://localhost:8762/eureka
     #是否注册到注册中心

--
Gitblit v1.8.0