Fixed nacos-example's bug, Change the attribute value of spring.application.name from 'sca-nacos-config' to 'nacos-config-example'

pull/394/head
yunzheng1228 6 years ago
parent 923a2b590d
commit df8f703460

@ -1,4 +1,4 @@
spring.application.name=sca-nacos-config
spring.application.name=nacos-config-example
spring.cloud.nacos.config.server-addr=127.0.0.1:8848
spring.cloud.nacos.config.shared-data-ids=base-common.properties,common.properties
spring.cloud.nacos.config.refreshable-dataids=common.properties
Loading…
Cancel
Save