Commit 71f67a8d by shuhu.hou@freemud.cn

加入apollo配置

parent 06780d91
...@@ -2,6 +2,15 @@ spring.application.name=order-application-service ...@@ -2,6 +2,15 @@ spring.application.name=order-application-service
server.port=9212 server.port=9212
spring.profiles.active=default spring.profiles.active=default
spring.apollo.enable=true
app.id=SHOP_OPEN_STORE
apollo.meta=http://212.129.229.203
env=dev
apollo.cluster=local
apollo.bootstrap.enabled=true
apollo.bootstrap.namespaces=micro_progeram_commons,order_service
##### redis ##### redis
spring.redis.host = 115.159.67.166 spring.redis.host = 115.159.67.166
spring.redis.port = 5289 spring.redis.port = 5289
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment