使用注解配置spring及spring aop
Posted LanceYa
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用注解配置spring及spring aop相关的知识,希望对你有一定的参考价值。
使用注解配置spring
导包4(beans、context、core、expression)+2(hamcreate-core-1.3,junit-4.1)+1(spring-aop)
- 为主配置文件引入新的命名空间(约束)
- 开启使用注解代替配置文件
- 在类中使用注解完成配置
以上是关于使用注解配置spring及spring aop的主要内容,如果未能解决你的问题,请参考以下文章
Spring(注解+依赖注入+无配置注解+AOP)适合回顾♥♥