摘要: SpringAOP在springboot中如何使用 #什么是aop## 概念> aop全称Aspect OrientedProgramming,面向切面,AOP主要实现的目的是针对业务处理过程中的切面进行提取,它所面对的是处理过程中的某个步骤或阶段,以获得逻辑过程中各部分之间低耦合性的隔离效果。其与 阅读全文
posted @ 2018-05-25 18:23 JustTheWayIAm 阅读(632) 评论(0) 推荐(0) 编辑
摘要: # InitializingBean接口> Spring Bean 实现这个接口,重写afterPropertiesSet方法,这样spring初始化完这个实体类后会调用这个方法```@Override public void afterPropertiesSet() throws Exceptio 阅读全文
posted @ 2018-05-25 17:48 JustTheWayIAm 阅读(816) 评论(0) 推荐(0) 编辑