关键点:
- 注入方式:http://niuyi.github.io/blog/2012/04/06/autofac-by-unit-test/
- 生命周期:https://autofaccn.readthedocs.io/zh/latest/lifetime/instance-scope.html
- 动态代理:通过代理类实现类的增强
- 模块:https://autofaccn.readthedocs.io/zh/latest/configuration/modules.html
静态织入、动态代理实现AOP
通过Autofac实现代理:https://www.cnblogs.com/stulzq/p/8547839.html