SpringBoot-自定义Starter

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

Spring Boot自动配置

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

Spring、Spring MVC、Spring Boot注解大合集

spring:@EnableTransactionManagement //开启注解式事务驱动@Transactional // 声明注解@Order // Bean加载排序@EnableAspectJAutoProxy // 使切面注解生效

SpringBoot中ActiveMQ的持久化订阅

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

Oracle中批量执行插入的方法

INSERT ALL INTO USER (ID,NAME,AGE,ROLE)INTO USER (ID,NAME,AGE,ROLE) VALUES (SYS_GUID() ,‘张三’, ‘18’ ,‘学生’ )INTO USER (ID,NAME,AGE,ROLE) VALUES (SYS_
Your browser is out-of-date!

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

×