【fix】注释 <!-- <dependency>-->

<!--            <groupId>org.springframework.boot</groupId>-->
        <!--            <artifactId>spring-boot-starter-actuator</artifactId>-->
        <!--        </dependency>-->
        原因与服务器架构x86 飞牛os不兼容
This commit is contained in:
wujiawei
2025-05-31 18:23:55 +08:00
parent f82e9e5f0a
commit 6e6ce666b8
2 changed files with 7 additions and 6 deletions

View File

@ -61,10 +61,10 @@
<optional>true</optional>
</dependency>
<!-- <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>
</dependencies>
<dependencyManagement>