初始化提交
This commit is contained in:
19
tulingmall-gateway/src/main/resources/bootstrap.yml
Normal file
19
tulingmall-gateway/src/main/resources/bootstrap.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
spring:
|
||||
application:
|
||||
name: tulingmall-gateway
|
||||
cloud:
|
||||
nacos:
|
||||
config:
|
||||
server-addr: 127.0.0.1:8848 #配置中心的地址
|
||||
file-extension: yml #配置文件结尾的配置
|
||||
shared-configs[0]:
|
||||
data-id: tulingmall-nacos.yml
|
||||
group: DEFAULT_GROUP
|
||||
refresh: true
|
||||
shared-configs[1]:
|
||||
data-id: tulingmall-db-common.yml
|
||||
group: DEFAULT_GROUP
|
||||
refresh: true
|
||||
profiles:
|
||||
active: dev
|
||||
|
||||
Reference in New Issue
Block a user