关闭actuator

This commit is contained in:
sxu 2024-09-28 13:45:02 +08:00
parent 34a1a81673
commit db5987013f
1 changed files with 4 additions and 4 deletions

View File

@ -52,10 +52,10 @@
</dependency>
<!-- SpringBoot Actuator -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.springframework.boot</groupId>-->
<!-- <artifactId>spring-boot-starter-actuator</artifactId>-->
<!-- </dependency>-->
<!-- Swagger UI -->
<dependency>