Spring基础注解~了解一下-2 容器导入bean的方式

2018-05-09
阅读 3 分钟
1.3k
-1 自己写的类(@component...) -2 第三方jar(@Bean)的方式 -3 @import({xxx.class,yyy.class}) beanId默认是组件的全类名