|
@@ -24,26 +24,25 @@
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
<groupId>com.aizuda</groupId>
|
|
|
- <artifactId>aizuda-service-auth</artifactId>
|
|
|
+ <artifactId>aizuda-service-parent</artifactId>
|
|
|
<version>1.0.0</version>
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-logging</artifactId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.github.ben-manes.caffeine</groupId>
|
|
|
+ <artifactId>caffeine</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.aizuda</groupId>
|
|
|
<artifactId>aizuda-monitor</artifactId>
|
|
|
<version>1.0.0</version>
|
|
|
</dependency>
|
|
|
- <!-- SpringBootAdmin 监控管理客户端,未使用可以删除 -->
|
|
|
+ <!-- SpringBootAdmin 监控管理客户端,未使用可以删除
|
|
|
<dependency>
|
|
|
<groupId>de.codecentric</groupId>
|
|
|
<artifactId>spring-boot-admin-starter-client</artifactId>
|
|
|
<version>3.0.2</version>
|
|
|
</dependency>
|
|
|
+ -->
|
|
|
<dependency>
|
|
|
<groupId>org.springdoc</groupId>
|
|
|
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
|