update 优化 sentinel 控制台 支持 actuator 健康检查
parent
e105b99e04
commit
eb5c49e61f
|
|
@ -15,7 +15,7 @@ logging:
|
||||||
auth:
|
auth:
|
||||||
enabled: true
|
enabled: true
|
||||||
filter:
|
filter:
|
||||||
exclude-urls: /,/auth/login,/auth/logout,/registry/machine,/version
|
exclude-urls: /,/auth/login,/auth/logout,/registry/machine,/version,/actuator,/actuator/**
|
||||||
exclude-url-suffixes: htm,html,js,css,map,ico,ttf,woff,png
|
exclude-url-suffixes: htm,html,js,css,map,ico,ttf,woff,png
|
||||||
username: sentinel
|
username: sentinel
|
||||||
password: sentinel
|
password: sentinel
|
||||||
|
|
|
||||||
|
|
@ -64,6 +64,12 @@
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- starter-actuator -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
<artifactId>spring-boot-starter-actuator</artifactId>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-lang</groupId>
|
<groupId>commons-lang</groupId>
|
||||||
<artifactId>commons-lang</artifactId>
|
<artifactId>commons-lang</artifactId>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue