refactor: use Woodpecker CI and simplify monitoring to Spring Boot Actuator only

This commit is contained in:
张翔
2026-03-14 11:59:34 +08:00
parent c3d7ad8a40
commit 9e187f42e5
5 changed files with 13 additions and 221 deletions
-12
View File
@@ -59,18 +59,6 @@
<artifactId>jjwt-jackson</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>