2024-08-23 09:25:46 +08:00
|
|
|
# Tomcat
|
|
|
|
|
server:
|
|
|
|
|
port: 49302
|
|
|
|
|
|
|
|
|
|
# Spring
|
|
|
|
|
spring:
|
|
|
|
|
cloud:
|
|
|
|
|
loadbalancer:
|
|
|
|
|
# 关闭Ribbon的负载均衡器
|
|
|
|
|
ribbon:
|
|
|
|
|
enabled: false
|
|
|
|
|
# 开启Nacos的负载均衡器
|
|
|
|
|
nacos:
|
|
|
|
|
enabled: true
|
|
|
|
|
nacos:
|
|
|
|
|
discovery:
|
|
|
|
|
# 服务注册地址
|
2024-09-11 15:58:15 +08:00
|
|
|
server-addr: 192.168.0.119:8848
|
2024-08-23 09:39:47 +08:00
|
|
|
namespace: sgzb_nwjj
|
2024-08-23 09:25:46 +08:00
|
|
|
config:
|
|
|
|
|
# 配置中心地址
|
2024-09-11 15:58:15 +08:00
|
|
|
server-addr: 192.168.0.119:8848
|
2024-08-23 09:39:47 +08:00
|
|
|
namespace: sgzb_nwjj
|
2024-08-23 09:25:46 +08:00
|
|
|
# 配置文件格式
|
|
|
|
|
file-extension: yml
|
|
|
|
|
# 共享配置
|
|
|
|
|
shared-configs:
|
|
|
|
|
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
|
|
|
|
|
|
|
|
|
# 禁用Actuator端点的未经身份验证的访问
|
|
|
|
|
management:
|
|
|
|
|
endpoint:
|
|
|
|
|
env:
|
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
|
|
sgzb:
|
|
|
|
|
site: nw
|
|
|
|
|
job:
|
|
|
|
|
settlementJobDay: 1
|
|
|
|
|
settlementJobCron: "0 0 1 1 * ?"
|
2024-09-02 16:49:36 +08:00
|
|
|
zlptUrl: http://test-rental.zhgkxt.com/proxy/item-center/supply/item/pushNotifications
|
2024-09-03 18:00:27 +08:00
|
|
|
intelligentUrl: http://www.zhgkxt.com/api/clientapi/public/externalApi
|
2024-09-03 16:47:09 +08:00
|
|
|
intelligentAppKey: abc123
|
|
|
|
|
intelligentAesKey: abcdefghijklmnop
|
2024-09-03 18:00:27 +08:00
|
|
|
|