Commit 30003a5e by Administrator

Update application-test.yml

parent 3b9fbac1
...@@ -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:
...@@ -43,7 +48,7 @@ ribbon: ...@@ -43,7 +48,7 @@ ribbon:
enabled: true enabled: true
eager-load: eager-load:
enabled: true enabled: true
clients: techhero-auth,techhero-base-supportplatform,techhero-project-theme,techhero-project-emergencycommand,techhero-project-visualization,techhero-permission,techhero-base-basicdata,techhero-preventioncheat,techhero-component-websocket,techhero-component-message,techhero-component-workflow clients: techhero-auth,techhero-base-supportplatform,techhero-base-system,techhero-project-theme,techhero-project-emergencycommand,techhero-base-data,techhero-base-exam,techhero-project-visualization,techhero-permission,techhero-base-basicdata,techhero-preventioncheat,techhero-component-websocket,techhero-component-message,techhero-component-workflow
Httpclient: Httpclient:
enabled: false enabled: false
OkHttp: OkHttp:
...@@ -97,13 +102,13 @@ tomcat: ...@@ -97,13 +102,13 @@ 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
rabbitmq: rabbitmq:
czlsLog: czlsLog:
......
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