application.properties 511 Bytes
Newer Older
zp's avatar
zp committed
1 2 3 4 5 6
##启用apollo配置中心,不配置表示不启用
##will inject 'application' namespace in bootstrap phase
apollo.bootstrap.enabled=true
##关闭placeholder在运行时自动更新功能
##apollo.autoUpdateInjectedSpringProperties=false
#appid
张亚辉's avatar
张亚辉 committed
7
app.id=tanpu-fund
zp's avatar
zp committed
8 9 10 11 12 13 14 15 16
#配置中心地址
apollo.meta=http://apollo.caixiaoquan.com:8080
#配置中心缓存路径
apollo.cacheDir=./apollocache/
#监听namespaces
#common公共空间
#application业务系统自身空间
apollo.bootstrap.namespaces=application,common