mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-29 21:11:57 +08:00
Compare commits
4 Commits
bfd252a3c5
...
5fb711f2a5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5fb711f2a5 | ||
|
|
a6bcebb62b | ||
|
|
1cb262daa3 | ||
|
|
014da3c9a5 |
@@ -29,7 +29,7 @@ http {
|
||||
}
|
||||
|
||||
# 避免actuator暴露
|
||||
if ($request_uri ~ "/actuator") {
|
||||
if ($uri ~ "/actuator") {
|
||||
return 403;
|
||||
}
|
||||
|
||||
|
||||
@@ -30,10 +30,10 @@
|
||||
</dependency>
|
||||
|
||||
<!-- SpringCloud Alibaba Sentinel -->
|
||||
<dependency>
|
||||
<!--<dependency>
|
||||
<groupId>com.alibaba.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>
|
||||
</dependency>
|
||||
</dependency>-->
|
||||
|
||||
<!-- SpringBoot Actuator -->
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user