Skip to content

Commit 8dce108

Browse files
committed
Screw 一键生成数据库文档
1 parent 69c8de8 commit 8dce108

File tree

5 files changed

+7
-57
lines changed

5 files changed

+7
-57
lines changed

springboot-database-doc/doc/fire_数据库文档生成_0.0.1-SNAPSHOT.doc

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

springboot-database-doc/doc/fire_数据库文档生成_0.0.1-SNAPSHOT.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

springboot-database-doc/doc/fire_数据库文档生成_0.0.1-SNAPSHOT.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

springboot-database-doc/pom.xml

Lines changed: 5 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,16 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<parent>
6-
<groupId>org.springframework.boot</groupId>
7-
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.3.2.RELEASE</version>
9-
<relativePath/>
6+
<groupId>com.notebook</groupId>
7+
<artifactId>Springboot-Notebook</artifactId>
8+
<version>0.0.1-SNAPSHOT</version>
109
</parent>
11-
<groupId>com.xiaofu.doc</groupId>
1210
<artifactId>springboot-database-doc</artifactId>
1311
<version>0.0.1-SNAPSHOT</version>
1412
<name>springboot-database-doc</name>
15-
<description>springboot-database-doc</description>
16-
17-
<properties>
18-
<java.version>1.8</java.version>
19-
</properties>
13+
<packaging>pom</packaging>
2014

2115
<dependencies>
22-
<dependency>
23-
<groupId>org.springframework.boot</groupId>
24-
<artifactId>spring-boot-starter-web</artifactId>
25-
</dependency>
26-
27-
<dependency>
28-
<groupId>org.springframework.boot</groupId>
29-
<artifactId>spring-boot-starter-test</artifactId>
30-
<scope>test</scope>
31-
<exclusions>
32-
<exclusion>
33-
<groupId>org.junit.vintage</groupId>
34-
<artifactId>junit-vintage-engine</artifactId>
35-
</exclusion>
36-
</exclusions>
37-
</dependency>
3816

3917
<dependency>
4018
<groupId>org.freemarker</groupId>
@@ -56,12 +34,6 @@
5634
<version>3.4.5</version>
5735
</dependency>
5836

59-
<!--mysql driver-->
60-
<dependency>
61-
<groupId>mysql</groupId>
62-
<artifactId>mysql-connector-java</artifactId>
63-
<version>8.0.20</version>
64-
</dependency>
6537
<dependency>
6638
<groupId>org.springframework.boot</groupId>
6739
<artifactId>spring-boot-starter-test</artifactId>
@@ -103,7 +75,7 @@
10375
<!--jdbc url-->
10476
<jdbcUrl>jdbc:mysql://47.93.6.5:3306/fire</jdbcUrl>
10577
<!--生成文件类型-->
106-
<fileType>MD</fileType>
78+
<fileType>WORD</fileType>
10779
<!--打开文件输出目录-->
10880
<openOutputDir>false</openOutputDir>
10981
<!--生成模板-->

springboot-database-doc/src/main/java/com/xiaofu/doc/ScrewApplicationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import java.util.List;
1818

1919
/**
20-
* @Author: xinzhifu
20+
* @Author: xiaofu
2121
* @Description:
2222
*/
2323
@SpringBootTest

0 commit comments

Comments
 (0)