lusufei

此博客用于个人备份与复习

导航

2017年8月14日 #

Spring--Aop面向切面编程

摘要: xml文件配置 Calculator类 插入Log 测试 或者xml配置AOP LoggingAspect xml配置 阅读全文

posted @ 2017-08-14 13:34 lusufei 阅读(129) 评论(0) 推荐(0) 编辑

Sprinig泛型依赖注入

摘要: 在父类中建立关系 (spring4.x以上版本) package com.spring.annotation.generic; import org.springframework.beans.factory.annotation.Autowired; public class BaseServic 阅读全文

posted @ 2017-08-14 08:13 lusufei 阅读(153) 评论(0) 推荐(0) 编辑

Spring通过注解配置Bean

摘要: @Component: 基本注解, 标识了一个受 Spring 管理的组件@Repository: 标识持久层组件@Service: 标识服务层(业务层)组件@Controller: 标识表现层组件 配置文件 demo package com.spring.annotation; import or 阅读全文

posted @ 2017-08-14 07:08 lusufei 阅读(153) 评论(0) 推荐(0) 编辑