傻傻の  

2017年9月12日

摘要: spring自带的测试注解 @ContextConfiguration(locations="classpath:applicationContext.xml")@RunWith(SpringJUnit4ClassRunner.class) public class TestUserDaoImpl 阅读全文
posted @ 2017-09-12 03:29 傻傻の 阅读(240) 评论(0) 推荐(0)
 
摘要: ①<!-- 启用AOP --> <aop:aspectj-autoproxy></aop:aspectj-autoproxy> ②<!-- 配置扫描标注注解的包 --> <context:component-scan base-package="com.tz.spring.dao,com.tz.sp 阅读全文
posted @ 2017-09-12 03:25 傻傻の 阅读(117) 评论(0) 推荐(0)