Skip to content

Commit 9e4afc8

Browse files
committed
Update README.md
1 parent 25426d5 commit 9e4afc8

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

Blog.Core/Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public void ConfigureContainer(ContainerBuilder builder)
162162

163163
#region 没有接口的单独类 class 注入
164164

165-
//只能注入该类中的虚方法
165+
//只能注入该类中的虚方法,且必须是public
166166
builder.RegisterAssemblyTypes(Assembly.GetAssembly(typeof(Love)))
167167
.EnableClassInterceptors()
168168
.InterceptedBy(cacheType.ToArray());

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Dev Build::
1+
Dev Build::
22

33
[![Front](https://img.shields.io/badge/Front-VUE-d.svg)](#) [![sdk](https://img.shields.io/badge/sdk-3.1-d.svg)](#) [![Build status](https://github.com/anjoy8/blog.core/workflows/.NET%20Core/badge.svg)](https://github.com/anjoy8/Blog.Core/actions) [![codecov](https://codecov.io/gh/anjoy8/Blog.Core/branch/master/graph/badge.svg)](https://codecov.io/gh/anjoy8/Blog.Core) [![License MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/anjoy8/Blog.Core/blob/master/LICENSE) [![Language](https://img.shields.io/badge/language-csharp-d.svg)](#)
44
[![star this repo](http://githubbadges.com/star.svg?user=anjoy8&repo=blog.core&style=flat)](https://github.com/boennemann/badges)
@@ -23,8 +23,9 @@ BCVP(Blog.Core&Vue Project)开箱即用的企业级前后端分离【 .NET C
2323
- [x] 使用Swagger做api文档;
2424
- [x] 使用MiniProfiler做接口性能分析;
2525
- [x] 使用Automapper做Dto处理;
26-
- [x] 接入SqlSugar ORM,封装数据库操作;
27-
- [x] 项目启动,自动生成seed种子数据;
26+
- [x] 接入SqlSugar ORM,封装数据库操作;
27+
- [x] 项目启动,自动生成seed种子数据;
28+
- [x] 五种日志记录,审计/异常/请求响应/服务操作/Sql记录等;
2829
- [x] 支持自由切换多种数据库,Sqlite/SqlServer/MySql/PostgreSQL/Oracle;
2930
- [x] 异步async/await开发;
3031
- [x] 支持事务;

0 commit comments

Comments
 (0)