Exclude spring-boot-starter-logging from spring-rabbit-global-errorhandler

This commit is contained in:
Celebrate-future
2024-12-28 00:18:16 +08:00
committed by GitHub
parent ef11b1b382
commit edd0ec1bc5

View File

@@ -29,6 +29,12 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-amqp</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
@@ -52,5 +58,4 @@
</plugins>
</build>
</project>