Commit 0a020007 by Administrator

Update techhero-auth-dev.yml

parent 9ae683b9
...@@ -11,6 +11,15 @@ spring: ...@@ -11,6 +11,15 @@ spring:
test-while-idle: true test-while-idle: true
time-between-eviction-runs-millis: 18800 time-between-eviction-runs-millis: 18800
jdbc-interceptors: ConnectionState;SlowQueryReport(threshold=1000) jdbc-interceptors: ConnectionState;SlowQueryReport(threshold=1000)
management:
endpoints:
web:
exposure:
include: '*'
endpoint:
health:
show-details: ALWAYS
ignore: ignore:
urls: urls:
......
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