|
|
@@ -1,11 +1,9 @@
|
|
|
spring:
|
|
|
- application:
|
|
|
- name: smsb-customer-manager-web
|
|
|
main:
|
|
|
allow-bean-definition-overriding: true
|
|
|
allow-circular-references: true
|
|
|
- profiles:
|
|
|
- active: dev
|
|
|
+ application:
|
|
|
+ name: smsb-customer-manager-web
|
|
|
cloud:
|
|
|
nacos:
|
|
|
server-addr: 10.180.88.84:8060
|
|
|
@@ -14,8 +12,3 @@ spring:
|
|
|
config:
|
|
|
file-extension: yml
|
|
|
refresh-enabled: true
|
|
|
- group: smsb-customer-manager-web
|
|
|
- namespace: 1f794295-ee51-492b-a001-04cda84b8fed
|
|
|
- discovery:
|
|
|
- enabled: true
|
|
|
- namespace: 1f794295-ee51-492b-a001-04cda84b8fed
|