当前位置:网站首页>Screen automatically generates database documents
Screen automatically generates database documents
2022-07-07 08:57:00 【Please Sit Down】
Maven plug-in
First step : pom.xml Add dependency
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>cn.smallbun.screw</groupId>
<artifactId>screw-maven-plugin</artifactId>
<version>1.0.3</version>
<dependencies>
<!-- HikariCP -->
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>3.4.5</version>
</dependency>
<!--mysql driver-->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.20</version>
</dependency>
</dependencies>
<configuration>
<!--username-->
<username>root</username>
<!--password-->
<password>123456</password>
<!--driver-->
<driverClassName>com.mysql.cj.jdbc.Driver</driverClassName>
<!--jdbc url-->
<jdbcUrl>jdbc:mysql://127.0.0.1:3306/test?serverTimezone=UTC</jdbcUrl>
<!-- Make file type : Three types of , Directly modifying HTML MD WORD-->
<fileType>WORD</fileType>
<!-- Open the file output directory -->
<openOutputDir>false</openOutputDir>
<!-- Generate template -->
<produceType>freemarker</produceType>
<!-- describe -->
<description> Database document generation </description>
<!-- edition -->
<version>${project.version}</version>
<!-- title -->
<title> Database documents </title>
</configuration>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
The second step : perform maven engineering
Generate one under the project directory doc file , Open to see the generated database document .
边栏推荐
- Three series of BOM elements
- JS operation
- 硬核分享:硬件工程师常用工具包
- 【ChaosBlade:根据标签删除POD、Pod 域名访问异常场景、Pod 文件系统 I/O 故障场景】
- 面试题:高速PCB一般布局、布线原则
- Un salaire annuel de 50 W Ali P8 vous montrera comment passer du test
- Markdown编辑器Editor.md插件的使用
- Frequently Asked Coding Problems
- Simulation volume leetcode [general] 1706 Where does the ball meet
- 求有符号数的原码、反码和补码【C语言】
猜你喜欢
随机推荐
Frequently Asked Coding Problems
Simple use of Xray
Platformization, a fulcrum of strong chain complementing chain
模拟卷Leetcode【普通】1609. 奇偶树
Tronapi wave field interface - source code without encryption - can be opened twice - interface document attached - package based on thinkphp5 - detailed guidance of the author - July 6, 2022 - Novice
JS operation
年薪50w阿里P8亲自下场,教你如何从测试进阶
Output all composite numbers between 6 and 1000
Other 7 features of TCP [sliding window mechanism ▲]
Test pits - what test points should be paid attention to when adding fields to existing interfaces (or database tables)?
oracle一次性说清楚,多种分隔符的一个字段拆分多行,再多行多列多种分隔符拆多行,最终处理超亿亿。。亿级别数据量
Led analog and digital dimming
Explain Huawei's application market in detail, and gradually reduce 32-bit package applications and strategies in 2022
实现自定义内存分配器
【ChaosBlade:节点 CPU 负载、节点网络延迟、节点网络丢包、节点域名访问异常】
[step on the pit] Nacos registration has been connected to localhost:8848, no available server
selenium自动化集成,八年测试经验软测工程师,一篇文章带你学懂
Interpolation lookup (two methods)
Greenplum6.x监控软件搭建
[Yugong series] February 2022 U3D full stack class 008 - build a galaxy scene