Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrenfei authored Oct 30, 2023
1 parent 8649be2 commit c3db69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ https://github.com/sagframe/sqltoy-online-doc/blob/master/docs/sqltoy/search.md
* 通过quickvo工具从数据库生成对应的POJO,注入sqlltoy自带的LightDao完成全部操作

```java
//service中直接注入框架自带的dao,完成全部操作
//三步曲:1、quickvo生成pojo,2、完成yml配置;3、service中注入dao(无需自定义各种dao)
@Autowired
LightDao lightDao;

Expand Down

0 comments on commit c3db69b

Please sign in to comment.