fix sql && update hippo4j.core.auth.enabled=true in server properties && optimize code in AdapterThreadPoolConfigModificationVerifyServiceImpl and WebThreadPoolConfigModificationVerifyServiceImpl

pull/782/head
yewei 3 years ago
parent 3c352fce07
commit 671016c09b

@ -15,8 +15,8 @@ spring.dynamic.thread-pool.server-addr=http://localhost:6691
# spring.dynamic.thread-pool.netty-server-port=8899
spring.dynamic.thread-pool.namespace=prescription
spring.dynamic.thread-pool.item-id=dynamic-threadpool-example
#spring.dynamic.thread-pool.username=admin
#spring.dynamic.thread-pool.password=123456
spring.dynamic.thread-pool.username=admin
spring.dynamic.thread-pool.password=123456
# Enable server and micrometer monitoring at the same time
spring.dynamic.thread-pool.collect-type=server,micrometer

@ -21,7 +21,7 @@ hippo4j.core.clean-history-data-period=30
hippo4j.core.clean-history-data-enable=true
### Whether to enable authentication.
hippo4j.core.auth.enabled=false
hippo4j.core.auth.enabled=true
### Use netty to report thread pool monitoring data. The default is http.
# hippo4j.core.monitor.report-type=netty

Loading…
Cancel
Save