Commit ce7d383c by Administrator

Update application-dev.yml

parent 221653ca
......@@ -31,7 +31,12 @@ spring:
publisher-confirms: true
#确认消息已发送到队列(Queue)
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:
redis:
......@@ -97,11 +102,12 @@ tomcat:
management:
security:
enabled: false
endpoints:
web:
exposure:
include: '*'
endpoint:
health:
show-details: ALWAYS
# endpoints:
# web:
# exposure:
# include: '*'
# endpoint:
# health:
# 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