摘要:1.在昨天的基础上再添加一个spring-aop包 2.引入context约束,方法与昨天相同 3.开启使用注解代理配置文件 在xml文件写入如下内容 <context:component-scan base-package="com_spring_bean"></context:component
阅读全文
随笔分类 - Spring
摘要:1.在昨天的基础上再添加一个spring-aop包 2.引入context约束,方法与昨天相同 3.开启使用注解代理配置文件 在xml文件写入如下内容 <context:component-scan base-package="com_spring_bean"></context:component
阅读全文
摘要:使用myeclipse来进行操作 一.spring的搭建 1.导包 spring-beans-4.2.4.RELEASE.jar spring-context-4.2.4.RELEASE.jar spring-core-4.2.4.RELEASE.jar spring-expression-4.2.
阅读全文
|