当前位置:网站首页>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 .
边栏推荐
- Calculation s=1+12+123+1234+12345 C language
- Recommended by Alibaba P8, the test coverage tool - Jacobo is very practical
- 2022-06-30 Unity核心8——模型导入
- Count sort (diagram)
- Gson converts the entity class to JSON times declare multiple JSON fields named
- OpenGL三维图形绘制
- 2022-07-06 Unity核心9——3D动画
- Greenplum 6.x build_ install
- 模拟卷Leetcode【普通】1706. 球会落何处
- Platformization, a fulcrum of strong chain complementing chain
猜你喜欢

硬核分享:硬件工程师常用工具包

Interpolation lookup (two methods)

阿里p8推荐,测试覆盖率工具—Jacoco,实用性极佳
![[Yugong series] February 2022 U3D full stack class 007 - production and setting skybox resources](/img/e3/3703bdace2d0ca47c1a585562dc15e.jpg)
[Yugong series] February 2022 U3D full stack class 007 - production and setting skybox resources
![[step on the pit] Nacos registration has been connected to localhost:8848, no available server](/img/ee/ab4d62745929acec2f5ba57155b3fa.png)
[step on the pit] Nacos registration has been connected to localhost:8848, no available server

About using CDN based on Kangle and EP panel

MySQL主从延迟的解决方案

最长上升子序列模型 AcWing 1017. 怪盗基德的滑翔翼

Led analog and digital dimming

UnityShader入门精要个人总结--基础篇(一)
随机推荐
OpenGL 3D graphics rendering
PPT模板、素材下载网站(纯干货,建议收藏)
Why choose cloud native database
Unity Shader入门精要初级篇(一)-- 基础光照笔记
Panel display technology: LCD and OLED
硬件大熊原创合集(2022/05更新)
注解@ConfigurationProperties的三种使用场景
Frequently Asked Coding Problems
Greenplum6.x搭建_安装
Data analysis methodology and previous experience summary 2 [notes dry goods]
Greenplum 6.x monitoring software setup
RuntimeError: Calculated padded input size per channel: (1 x 1). Kernel size: (5 x 5). Kernel size c
Simulation volume leetcode [general] 1557 The minimum number of points that can reach all points
Simulation volume leetcode [general] 1706 Where does the ball meet
[南京大学]-[软件分析]课程学习笔记(一)-introduction
Speaking of a software entrepreneurship project, is there anyone willing to invest?
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
Greenplum6.x常用语句
cmake命令行使用
Three usage scenarios of annotation @configurationproperties