@@ -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
@@ -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
- import:
- - nacos:${spring.application.name}-${spring.profiles.active}
management:
endpoints:
web: