Component和bean的区别 @Component 优先用于组件 当您想把三方库中的类注册进spring容器中,由于您没有源代码,因此无法使用 @Component 注释那个类,导致无法注册进spring容器。 这时候可以在一个方法上使用@Bean,方法的返回值对象会被注册进spring容器,在方法体内对该对象进行初始化
- java190
- idea2
- 游戏2
- sed1
- linux1
- linux脚本1
- windows脚本1
- chrome1
- windows1
- json3
- Junit1
- Springboot1
- spring2
- maven3
- CompletableFuture1
- Gson1
- html1
- Spring1
- Transactional1
- xml1
- date1
- LocalDate1
- springboot1
- ObjectMapper1
- thread1
- jackson1
- deserializer1
- junit1
在spring4以后的版本里,可以通过注入自己,再调用带事务的方法就行