diff --git a/pom.xml b/pom.xml index c781544..d6ae691 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ org.apache.rocketmq spring-boot-starter-rocketmq - 1.0.4-SNAPSHOT + 1.0.5-SNAPSHOT Spring Boot Rocket Starter Starter for messaging using Apache RocketMQ @@ -103,7 +103,7 @@ - + diff --git a/src/main/resources/META-INF/spring.factories b/src/main/resources/META-INF/spring.factories index b80f2ec..6ab3023 100644 --- a/src/main/resources/META-INF/spring.factories +++ b/src/main/resources/META-INF/spring.factories @@ -1,2 +1,2 @@ org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ -org.apache.rocketmq.spring.starter.RocketMQAutoConfiguration \ No newline at end of file +org.apache.rocketmq.spring.starter.AliyunRocketMQAutoConfiguration \ No newline at end of file