当前位置:网站首页>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

Greenplum 6.x reinitialization

Oracle makes it clear at one time that a field with multiple separators will be split into multiple rows, and then multiple rows and columns. Multiple separators will be split into multiple rows, and

Greenplum6.x常用语句

LeetCode 715. Range 模块

LeetCode 736. Lisp 语法解析

LED模拟与数字调光

C language for calculating the product of two matrices

平台化,强链补链的一个支点

NCS Chengdu New Electric interview Experience
随机推荐
【MySQL】数据库进阶之触发器内容详解
idea里使用module项目的一个bug
Redis summary
Led analog and digital dimming
LeetCode 715. Range module
Selenium automation integration, eight years of testing experience, soft test engineer, an article to teach you
Routing information protocol rip
面板显示技术:LCD与OLED
MySQL主从延迟的解决方案
Sign and authenticate API interface or H5 interface
Personal deduction topic classification record
Gson converts the entity class to JSON times declare multiple JSON fields named
xray的简单使用
最长上升子序列模型 AcWing 1017. 怪盗基德的滑翔翼
Database storage - table partition
ChaosBlade:混沌工程简介(一)
【istio简介、架构、组件】
Greenplum 6.x build_ install
[Yugong series] February 2022 U3D full stack class 005 unity engine view
Other 7 features of TCP [sliding window mechanism ▲]