You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
488 B
18 lines
488 B
server: |
|
port: 9999 |
|
|
|
spring: |
|
application: |
|
name: @artifactId@ |
|
cloud: |
|
nacos: |
|
discovery: |
|
ip: @profiles.discovery.ip@ |
|
server-addr: ${NACOS_HOST:kicc-register}:${NACOS_PORT:8848} |
|
namespace: @profiles.namespace@ |
|
config: |
|
server-addr: ${spring.cloud.nacos.discovery.server-addr} |
|
file-extension: yml |
|
namespace: @profiles.namespace@ |
|
shared-configs: |
|
- application.${spring.cloud.nacos.config.file-extension}
|
|
|