Updated AOP (markdown)

ansonzhang 2019-06-06 14:52:45 +08:00
parent a8ff377c38
commit 90581e5aeb

6
AOP.md

@ -1,7 +1,7 @@
# 1、系列文章
### 1、系列文章
[https://www.cnblogs.com/laozhang-is-phi/category/1290896.html](https://www.cnblogs.com/laozhang-is-phi/category/1290896.html)
# 2、哪些AOP
### 2、哪些AOP
A、内存缓存AOP
B、Redis缓存AOP
C、日志AOP
@ -17,7 +17,7 @@ D、SqlSugar 生产Sql语句AOP在仓储层 DbContext.cs 上下文中 _db.Aop
```
# 3、配置AOP
### 3、配置AOP
在 appsettings.json 文件中配置: