Commit ce7d383c by Administrator

Update application-dev.yml

parent 221653ca
...@@ -31,7 +31,12 @@ spring: ...@@ -31,7 +31,12 @@ spring:
publisher-confirms: true publisher-confirms: true
#确认消息已发送到队列(Queue) #确认消息已发送到队列(Queue)
publisher-returns: true publisher-returns: true
boot:
admin:
auto-registration: true
#url: http://119.96.87.17:10422
url: http://127.0.0.1:10422
api-path: instances
cache: cache:
redis: redis:
...@@ -97,11 +102,12 @@ tomcat: ...@@ -97,11 +102,12 @@ tomcat:
management: management:
security: security:
enabled: false enabled: false
endpoints: # endpoints:
web: # web:
exposure: # exposure:
include: '*' # include: '*'
endpoint: # endpoint:
health: # health:
show-details: ALWAYS # show-details: ALWAYS
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