摘要:https://www.cnblogs.com/leeSmall/category/1093236.html springmvc https://www.cnblogs.com/leeSmall/category/1185488.html springboot https://www.cnblogs
阅读全文
随笔分类 - Spring
摘要:1. spring @component的作用 a)@controller 控制器(注入服务)b) @service 服务(注入dao)c) @repository dao(实现dao访问)d) @component (把普通pojo实例化到spring容器中,相当于配置文件中的<bean id="
阅读全文
摘要:一、什么是AOP AOP(Aspect Oriented Programming),即面向切面编程,可以说是OOP(Object Oriented Programming,面向对象编程)的补充和完善。OOP引入封装、继承、多态等概念来建立一种对象层次结构,用于模拟公共行为的一个集合。不过OOP允许开
阅读全文
摘要:一、把在Spring的xml文件中配置bean改为Spring的注解来配置bean 传统的Spring做法是使用.xml文件来对bean进行注入或者是配置aop、事物,这么做有两个缺点:1、如果所有的内容都配置在.xml文件中,那么.xml文件将会十分庞大;如果按需求分开.xml文件,那么.xml文
阅读全文
浙公网安备 33010602011771号