随笔分类 -  spring

摘要:SpringAop:的底层就是通过JDK动态代理"或"CGLib动态代理为技术目标织入横切逻辑。 做aop:需要导入: spring-aop-4.1.5.RELEASE.jar spring-beans-4.1.5.RELEASE.jar spring-context-4.1.5.RELEASE.j 阅读全文
posted @ 2019-02-12 10:18 愚蠢的程序员 阅读(16574) 评论(0) 推荐(1)
摘要: 阅读全文
posted @ 2019-02-12 09:19 愚蠢的程序员 阅读(357) 评论(0) 推荐(0)
摘要:xml配置 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-in 阅读全文
posted @ 2019-02-12 08:43 愚蠢的程序员 阅读(207) 评论(0) 推荐(0)
摘要:一、找不到配置文件的异常org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [com/herman/ss/c 阅读全文
posted @ 2018-11-16 14:20 愚蠢的程序员 阅读(1313) 评论(0) 推荐(0)