2026-07-01 17:13:41 +08:00
|
|
|
nacos:
|
|
|
|
|
url: 192.168.20.100:30290
|
|
|
|
|
namespace: jjb-dragon
|
|
|
|
|
|
|
|
|
|
application:
|
|
|
|
|
name: safety-eval-service
|
|
|
|
|
version:
|
2026-07-02 15:03:16 +08:00
|
|
|
gateway: safetyEval
|
2026-07-01 17:13:41 +08:00
|
|
|
cn-name: 重庆安全评价
|
|
|
|
|
|
2026-07-02 15:03:16 +08:00
|
|
|
server:
|
|
|
|
|
servlet:
|
|
|
|
|
context-path: /${application.gateway}
|
|
|
|
|
|
2026-07-01 17:13:41 +08:00
|
|
|
spring:
|
|
|
|
|
application:
|
|
|
|
|
name: ${application.name}${application.version}
|
|
|
|
|
cloud:
|
|
|
|
|
nacos:
|
|
|
|
|
config:
|
2026-07-02 15:03:16 +08:00
|
|
|
enabled: ${NACOS_CONFIG_ENABLED:true}
|
|
|
|
|
username: ${NACOS_USERNAME:nacos}
|
|
|
|
|
password: ${NACOS_PASSWORD:nacos}
|
2026-07-01 17:13:41 +08:00
|
|
|
namespace: ${nacos.namespace}
|
|
|
|
|
server-addr: ${nacos.url}
|
|
|
|
|
file-extension: yml
|
|
|
|
|
discovery:
|
|
|
|
|
enabled: true
|
|
|
|
|
server-addr: ${spring.cloud.nacos.config.server-addr}
|
|
|
|
|
namespace: ${spring.cloud.nacos.config.namespace}
|
2026-07-02 15:03:16 +08:00
|
|
|
username: ${spring.cloud.nacos.config.username}
|
|
|
|
|
password: ${spring.cloud.nacos.config.password}
|