Scheduled-native环境配置
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user