File tree 3 files changed +2
-5
lines changed
lab-70-db-doc-screw-03/src/main/java
3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 88
88
* [ 《芋道 Spring Boot 多数据源(读写分离)入门》] ( http://www.iocoder.cn/Spring-Boot/dynamic-datasource/?github ) 对应 [ lab-17] ( https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-17 )
89
89
* [ 《芋道 Spring Boot 分库分表入门》] ( http://www.iocoder.cn/Spring-Boot/sharding-datasource/?github ) 对应 [ lab-18] ( https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-18 )
90
90
* [ 《芋道 Spring Boot 数据库版本管理入门》] ( http://www.iocoder.cn/Spring-Boot/database-version-control/?github ) 对应 [ lab-20] ( https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-20 )
91
+ * [ 《芋道 Spring Boot 数据表结构文档》] ( http://www.iocoder.cn/Spring-Boot/DB-Doc-screw/?github ) 对应 [ lab-70-db-doc] ( https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-70-db-doc )
91
92
92
93
** 非关系数据库**
93
94
Original file line number Diff line number Diff line change 1
- import cn .smallbun .screw .core .Configuration ;
2
- import cn .smallbun .screw .core .engine .EngineConfig ;
3
- import cn .smallbun .screw .core .engine .EngineFileType ;
4
- import cn .smallbun .screw .core .engine .EngineTemplateType ;
5
- import cn .smallbun .screw .core .execute .DocumentationExecute ;
6
1
import cn .smallbun .screw .core .process .ProcessConfig ;
7
2
import cn .smallbun .screw .extension .pojo .PojoConfiguration ;
8
3
import cn .smallbun .screw .extension .pojo .execute .PojoExecute ;
Original file line number Diff line number Diff line change
1
+ < http://www.iocoder.cn/Spring-Boot/DB-Doc-screw/?github >
You can’t perform that action at this time.
0 commit comments