Merge pull request #247 from zhuanghaozhe/develop

修改了@SpringBootApplication注解的扫包
pull/248/head
Long Tai 2 years ago committed by GitHub
commit effb227f31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,7 +27,7 @@ import org.springframework.cloud.stream.messaging.Source;
@Slf4j
@EnableDynamicThreadPool
@EnableBinding({Source.class, MySink.class})
@SpringBootApplication(scanBasePackages = "cn.hippo4j.example.core")
@SpringBootApplication
public class Hippo4jAdapterSpringCloudStreamRocketMQApplication {
public static void main(String[] args) {

Loading…
Cancel
Save