Scheduled-native环境配置

This commit is contained in:
2022-11-21 00:30:42 +08:00
parent 5432c2284c
commit ca462dd083
3 changed files with 106 additions and 1 deletions

View File

@@ -2,7 +2,19 @@ spring:
application:
name: scheduler
profiles:
active: dev
active: native
cloud:
nacos:
config:
server-addr: 120.24.160.102:8848
namespace: 5edc3246-3e69-4be5-a32a-273f0a09ddf6
name: ${spring.application.name}
file-extension: yml
shared-dataids: application.yml,thirdpart.yml,pay.yml,sysconf.yml
refreshable-dataids: application.yml,thirdpart.yml,pay.yml,sysconf.yml
---
spring:
profiles: dev
cloud:
nacos:
config: