mirror of
https://github.com/201206030/novel-cloud.git
synced 2025-08-25 01:52:41 +00:00
18 lines
339 B
YAML
18 lines
339 B
YAML
spring:
|
||
application:
|
||
name: user-service
|
||
cloud:
|
||
nacos:
|
||
config:
|
||
ext‐config[0]:
|
||
data‐id: novel-jwt.yml
|
||
group: novel-common
|
||
refresh: true
|
||
ext‐config[1]:
|
||
data‐id: novel-redis.yml
|
||
group: novel-common
|
||
refresh: true
|
||
profiles:
|
||
active: dev
|
||
|