You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
617 B
23 lines
617 B
|
2 months ago
|
spring:
|
||
|
|
application:
|
||
|
|
name: tenant-admin
|
||
|
|
profiles:
|
||
|
|
active: @profile.name@
|
||
|
|
cloud:
|
||
|
|
nacos:
|
||
|
|
discovery:
|
||
|
|
server-addr: @discovery.server-addr@
|
||
|
|
config:
|
||
|
|
server-addr: @config.server-addr@
|
||
|
|
group: @config.group@
|
||
|
|
namespace: @config.namespace@
|
||
|
|
file-extension: yaml
|
||
|
|
# 共享配置文件,排序越高后,优先级越高。
|
||
|
|
shared-configs:
|
||
|
|
- data-id: application-${spring.profiles.active}.yaml
|
||
|
|
group: @config.group@
|
||
|
|
refresh: true
|
||
|
|
main:
|
||
|
|
allow-bean-definition-overriding: true
|
||
|
|
allow-circular-references: true
|