mirror of
https://github.com/anjoy8/Blog.Core.git
synced 2025-02-08 02:39:26 +08:00
Updated AOP (markdown)
parent
cce1d6f51f
commit
a8ff377c38
5
AOP.md
5
AOP.md
|
@ -7,11 +7,16 @@ B、Redis缓存AOP
|
|||
C、日志AOP
|
||||
D、SqlSugar 生产Sql语句AOP(在仓储层 DbContext.cs 上下文中 _db.Aop.OnLogExecuting)
|
||||
|
||||
```
|
||||
├─Blog.Core
|
||||
├──AOP
|
||||
│ ├─BlogCacheAOP.cs
|
||||
│ ├─BlogLogAOP.cs
|
||||
│ ├─BlogRedisCacheAOP.cs
|
||||
|
||||
|
||||
```
|
||||
|
||||
# 3、配置AOP
|
||||
|
||||
在 appsettings.json 文件中配置:
|
||||
|
|
Loading…
Reference in New Issue
Block a user