|
3 | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <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> |
10 | 9 | </parent> |
11 | | - <groupId>com.xiaofu.doc</groupId> |
12 | 10 | <artifactId>springboot-database-doc</artifactId> |
13 | 11 | <version>0.0.1-SNAPSHOT</version> |
14 | 12 | <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> |
20 | 14 |
|
21 | 15 | <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> |
38 | 16 |
|
39 | 17 | <dependency> |
40 | 18 | <groupId>org.freemarker</groupId> |
|
56 | 34 | <version>3.4.5</version> |
57 | 35 | </dependency> |
58 | 36 |
|
59 | | - <!--mysql driver--> |
60 | | - <dependency> |
61 | | - <groupId>mysql</groupId> |
62 | | - <artifactId>mysql-connector-java</artifactId> |
63 | | - <version>8.0.20</version> |
64 | | - </dependency> |
65 | 37 | <dependency> |
66 | 38 | <groupId>org.springframework.boot</groupId> |
67 | 39 | <artifactId>spring-boot-starter-test</artifactId> |
|
103 | 75 | <!--jdbc url--> |
104 | 76 | <jdbcUrl>jdbc:mysql://47.93.6.5:3306/fire</jdbcUrl> |
105 | 77 | <!--生成文件类型--> |
106 | | - <fileType>MD</fileType> |
| 78 | + <fileType>WORD</fileType> |
107 | 79 | <!--打开文件输出目录--> |
108 | 80 | <openOutputDir>false</openOutputDir> |
109 | 81 | <!--生成模板--> |
|
0 commit comments