This is an automated email from the ASF dual-hosted git repository.
jinrongtong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-spring.git
The following commit(s) were added to refs/heads/master by this push:
new 2cf9958 [ISSUE #539] Support springboot 3.x (#541)
2cf9958 is described below
commit 2cf99582f22a2df8dc6133ecb559e492e428f3f1
Author: imp2002 <[email protected]>
AuthorDate: Fri Jun 2 15:40:26 2023 +0800
[ISSUE #539] Support springboot 3.x (#541)
---
.../org.springframework.boot.autoconfigure.AutoConfiguration.imports | 1 +
1 file changed, 1 insertion(+)
diff --git
a/rocketmq-spring-boot/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
b/rocketmq-spring-boot/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
new file mode 100644
index 0000000..c61a5eb
--- /dev/null
+++
b/rocketmq-spring-boot/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
@@ -0,0 +1 @@
+org.apache.rocketmq.spring.autoconfigure.RocketMQAutoConfiguration
\ No newline at end of file