From 88d411c2b1297d2e2b209bff12dd1a6c0843a2f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=82=E9=93=AD=E9=89=B4?= Date: Thu, 26 Nov 2020 19:44:04 +0800 Subject: [PATCH] When Only dependent rocketmq-spring-boot not rocketmq-spring-boot-starter, RocketMQAutoConfiguration The class will also be injected into the spring container, This is not supposed to happen, move rocketmq-spring-boot-starter, move spring.factories from rocketmq-spring-boot to rocketmq-spring-boot-starter, --- .../src/main/resources/META-INF/spring.factories | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {rocketmq-spring-boot => rocketmq-spring-boot-starter}/src/main/resources/META-INF/spring.factories (100%) diff --git a/rocketmq-spring-boot/src/main/resources/META-INF/spring.factories b/rocketmq-spring-boot-starter/src/main/resources/META-INF/spring.factories similarity index 100% rename from rocketmq-spring-boot/src/main/resources/META-INF/spring.factories rename to rocketmq-spring-boot-starter/src/main/resources/META-INF/spring.factories