记得上下班打卡 | git大法好,push需谨慎

Commit 08cbd970 authored by jiangxiulong's avatar jiangxiulong

test support

parent 0fa62b8d
...@@ -13,14 +13,14 @@ liquidnet: ...@@ -13,14 +13,14 @@ liquidnet:
max-history: 7 max-history: 7
level: info level: info
eureka: eureka:
host: 172.17.207.177:7001 host: 127.0.0.1:7001
# rabbitmq: # rabbitmq:
# host: 127.0.0.1 # host: 127.0.0.1
# port: 5672 # port: 5672
# username: admin # username: admin
# password: admin # password: admin
config: config:
location: /data/config/support-config location: /Users/jiangxiulong/IdeaProjects/liquidnet-bus-v1/liquidnet-bus-config/liquidnet-config
# end-test-这里是配置信息基本值 # end-test-这里是配置信息基本值
spring: spring:
......
...@@ -6,4 +6,4 @@ spring: ...@@ -6,4 +6,4 @@ spring:
# active: dev # active: dev
#以下为读取本地配置方式 #以下为读取本地配置方式
active: native #加载本地配置时放开该注释,注意同时修改模版中native.search-locations配置 active: native #加载本地配置时放开该注释,注意同时修改模版中native.search-locations配置
include: dev include: test
...@@ -13,7 +13,7 @@ spring: ...@@ -13,7 +13,7 @@ spring:
eureka: eureka:
instance: instance:
hostname: 172.17.207.177 hostname: 127.0.0.1
preferIpAddress: true preferIpAddress: true
health-check-url: http://localhost:${server.port}${server.servlet.context-path}/actuator/health health-check-url: http://localhost:${server.port}${server.servlet.context-path}/actuator/health
status-page-url: http://localhost:${server.port}${server.servlet.context-path}/actuator/info status-page-url: http://localhost:${server.port}${server.servlet.context-path}/actuator/info
......
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