SpringBoot-自定义Starter

https://blog.csdn.net/cstp321/article/details/124755699

Spring Boot自动配置

SpringBoot通过@EnableAutoConfiguration注解开启自动配置Springboot启动类的核心注解是@SpringBootApplication,以下是@SpringBootApplication注解源码,可以看到其中配置了@EnableAutoConfiguration@

SpringBoot中ActiveMQ的持久化订阅

在ActiveMQ-Topic的配置中添加如下代码:// 开启订阅持久化 , 并且设置clientIdfactory.setSubscriptionDurable(true);factory.setClientId("file_ocr");其中,clientId不允许重复;完整配
Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×