8 lines
173 B
YAML
8 lines
173 B
YAML
spring:
|
|
cloud:
|
|
nacos:
|
|
discovery:
|
|
server-addr: http://localhost:8848
|
|
config:
|
|
server-addr: http://localhost:8848
|
|
file-extension: yaml |