1.infludb公共参数名调整

2.微服务调度中心任务-终端在线率
This commit is contained in:
2022-07-13 10:39:13 +08:00
parent 63ce5e649c
commit 366bd2d44e
14 changed files with 394 additions and 33 deletions

View File

@@ -21,11 +21,11 @@ spring:
cloud:
nacos:
discovery:
server-addr: 192.168.1.18:18848
# namespace: @nacos.namespace@
server-addr: @nacos.url@
namespace: @nacos.namespace@
config:
server-addr: 192.168.1.18:18848
# namespace: @nacos.namespace@
server-addr: @nacos.url@
namespace: @nacos.namespace@
file-extension: yaml
shared-configs:
- data-id: share-config.yaml
@@ -38,8 +38,7 @@ spring:
#项目日志的配置
logging:
# config: http://@nacos.url@/nacos/v1/cs/configs?tenant=@nacos.namespace@&group=DEFAULT_GROUP&dataId=logback.xml
config: http://192.168.1.18:18848/nacos/v1/cs/configs?group=DEFAULT_GROUP&dataId=logback.xml
config: http://@nacos.url@/nacos/v1/cs/configs?tenant=@nacos.namespace@&group=DEFAULT_GROUP&dataId=logback.xml
level:
root: info