摘要: 原文地址:http://www.myexception.cn/software-architecture-design/602651.html Spring之LoadTimeWeaver——一个需求引发的思考 最近有个需求——记录应用中某些接口被调用的轨迹,说白了,记录下入参、出参等即可。 我选用A 阅读全文
posted @ 2016-07-01 16:43 一天不进步,就是退步 阅读(4448) 评论(0) 推荐(3)
摘要: 1.官方解答: Factory hook that allows for custom modification of new bean instances, e.g. checking for marker interfaces or wrapping them with proxies. App 阅读全文
posted @ 2016-07-01 16:37 一天不进步,就是退步 阅读(3500) 评论(0) 推荐(1)
摘要: Life Cycle Management of a Spring Bean 原文地址:http://javabeat.net/life-cycle-management-of-a-spring-bean/ 1) Introduction This article would brief about 阅读全文
posted @ 2016-07-01 14:00 一天不进步,就是退步 阅读(1287) 评论(1) 推荐(0)