AI分析中心服务 监控检查

This commit is contained in:
lxu75
2024-12-24 10:51:41 +08:00
parent 6a79e9036c
commit 7ca12728f9
2 changed files with 29 additions and 6 deletions

View File

@@ -150,7 +150,20 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
</dependencies>
<!--volvo-->
<dependency>
<groupId>com.volvo</groupId>
<artifactId>volvo-common-core</artifactId>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>com.volvo</groupId>
<artifactId>volvo-common-feign</artifactId>
<version>1.0.1</version>
</dependency>
</dependencies>
<build>
<plugins>