diff --git a/src/main/resources/bootstrap-dev.yaml b/src/main/resources/bootstrap-dev.yaml index 4df2e42..44b75f8 100644 --- a/src/main/resources/bootstrap-dev.yaml +++ b/src/main/resources/bootstrap-dev.yaml @@ -1,5 +1,4 @@ spring: - main: allow-bean-definition-overriding: true application: @@ -7,6 +6,5 @@ spring: cloud: nacos: config: - service=${spring:application:name}: server-addr: 172.16.192.26:8848 file-extension: yaml \ No newline at end of file