♻️Refactor: 修复若干配置项

This commit is contained in:
2025-10-15 18:53:02 +08:00
parent 2ba2711bf1
commit a203b4a684
9 changed files with 22 additions and 75 deletions
+3 -6
View File
@@ -9,25 +9,22 @@
<version>3.2.2</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.wonder</groupId>
<artifactId>bi-backend</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>bi-backend</name>
<properties>
<java.version>21</java.version>
</properties>
<dependencies>
<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-amqp -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-amqp</artifactId>
</dependency>
<!-- https://mvnrepository.com/artifact/com.rabbitmq/amqp-client -->
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
<version>5.17.0</version>
</dependency>
<!-- https://github.com/redisson/redisson#quick-start -->
<dependency>
<groupId>org.redisson</groupId>