screw
使用screw 生成表结构文档
第一步 引入依赖 <!-- 数据库表结构文档--> <dependency> <groupId>cn.smallbun.screw</groupId> <artifactId>screw-core</artifactId> <version>1.0.4</version> </dependency> ......
数据库表结构文档导出 :screw-core
数据表文档导出 两种方式 maven 的插件模式导出 在maven 的pom文件中加入代码 <plugin> <groupId>cn.smallbun.screw</groupId> <artifactId>screw-maven-plugin</artifactId> <version>1.0.3 ......