فهرست منبع

update tnb application.yml

reghao 2 هفته پیش
والد
کامیت
d9f25139ca

+ 0 - 5
auth/auth-service/src/main/resources/application-ha-full.yml

@@ -13,11 +13,6 @@ dubbo:
     group: dubbo
     address: zookeeper://192.168.0.211:2181?backup=192.168.0.212:2181,192.168.0.213:2181
 spring:
-  threads:
-    virtual:
-      enabled: true
-  application:
-    name: auth-service
   mvc:
     pathmatch:
       matching-strategy: ant_path_matcher

+ 0 - 11
user/user-service/src/main/resources/application.yml

@@ -10,17 +10,6 @@ spring:
   threads:
     virtual:
       enabled: true
-  cloud:
-    nacos:
-      config:
-        server-addr: 127.0.0.1
-        group: DEFAULT_GROUP
-        file-extension: yaml
-        username: nacos
-        password: Test_123456
-  config:
-    import:
-      - nacos:${spring.application.name}-${spring.profiles.active}
 management:
   endpoints:
     web: