实践动态代理(Dynamic Proxy)之CGLIB
CGLIB Byte Code Generation Library is high level API to generate and transform Java byte code. It is used by AOP, testing, data access frameworks to generate dynamic proxy objects and intercept field access.
实践动态代理(Dynamic Proxy)
介绍
实践aspectj
实践Apache Commons
Apache Commons is an Apache project focused on all aspects of reusable java components.
实践微服务之网关
认证与鉴权