doc: 完善文档

This commit is contained in:
橙子
2023-12-16 15:26:27 +08:00
parent 3422dff72c
commit f32b539e45
2 changed files with 4 additions and 7 deletions

View File

@@ -12,5 +12,3 @@
在具备get与set方法的属性上打上Autowired特性即可在该类被注入时候该属性会在容器中寻找并且赋值
我们的实现方式是通过AutoFac的模块你需要在启动的Host中添加autofac的属性注入模块
``` cs