如何使用screw一键生成数据库文档
这篇文章主要讲解了“如何使用screw一键生成数据库文档”,文中的讲解内容简单清晰,易于学习与理解,下面请大家跟着小编的思路慢慢深入,一起来研究和学习“如何使用screw一键生成数据库文档”吧!
网站建设哪家好,找创新互联公司!专注于网页设计、网站建设、微信开发、成都小程序开发、集团企业网站建设等服务项目。为回馈新老客户创新互联还提供了布尔津免费建站欢迎大家使用!
一. screw的配置
配置pom文件
4.0.0 org.springframework.boot spring-boot-starter-parent 2.2.9.RELEASE com.bee screw-demo 0.0.1-SNAPSHOT screw-demo Screw Demo for Spring Boot 1.8 org.springframework.boot spring-boot-starter-web org.springframework.boot spring-boot-starter-test test org.junit.vintage junit-vintage-engine cn.smallbun.screw screw-core 1.0.4 org.springframework.boot spring-boot-maven-plugin cn.smallbun.screw screw-maven-plugin 1.0.4 com.zaxxer HikariCP 3.4.5 mysql mysql-connector-java 8.0.20 root 123456 com.mysql.cj.jdbc.Driver jdbc:mysql://localhost:3306/db_mybatis HTML false freemarker 数据库文档生成 1.0.0 数据库文档 compile run
配置数据源
src/main/resources/application.properties
spring.datasource.url=jdbc:mysql://localhost:3306/db_mybatis?useUnicode=true&characterEncoding=UTF-8&useSSL=false spring.datasource.usename=root spring.datasource.password=123456 spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.xa.properties.useInformationSchema=true
二. 通过Maven插件运行screw
IDEA中运行
Eclipse中运行
处理POM配置文件中的错误(也可以不管这个错误,直接运行)
运行
在Goals中输入:screw:run
三. 生成数据库各表的设计文档
感谢各位的阅读,以上就是“如何使用screw一键生成数据库文档”的内容了,经过本文的学习后,相信大家对如何使用screw一键生成数据库文档这一问题有了更深刻的体会,具体使用情况还需要大家实践验证。这里是创新互联,小编将为大家推送更多相关知识点的文章,欢迎关注!
本文标题:如何使用screw一键生成数据库文档
分享地址:http://myzitong.com/article/jiosdp.html