-
元注解(Meta-annotations) 注解的注解
查看全部 -
Classpath扫描与组件管理
java注解
@Component是一个通用注解,可用于任何bean
查看全部 -
Spring Bean管理的注解实现
查看全部 -
config.txt路径在main/resource里 applicationContext.getResource("classpath:config.txt");
在我们实际中路径改为:“classpath:main/resources/config.txt”
查看全部 -
ResourceLoader的前缀
查看全部 -
ResourceLoader
所有的ApplicationContext都实现了ResourceLoader接口
查看全部 -
Spring Bean装配之Resource
查看全部 -
id是唯一的
byName和byType都是通过set方法set变量
constructor就是用构造方法,也是按类型的
查看全部 -
xml文件中的default-autowire="byName"
所以<bean></bean>里不用设置properties
查看全部 -
Spring Bean的自动装配
查看全部 -
aspect
查看全部 -
Spring——Schema-based AOP
查看全部 -
Spring的Aop实现
查看全部 -
Spring框架中Aop的用途
查看全部 -
Aop中Advice的类型
查看全部
举报