|
|
@@ -157,7 +157,61 @@
|
|
|
<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>abcd123456!@#</password>-->
|
|
|
+<!-- <!–driver–>-->
|
|
|
+<!-- <driverClassName>com.mysql.cj.jdbc.Driver</driverClassName>-->
|
|
|
+<!-- <!–jdbc url–>-->
|
|
|
+<!-- <jdbcUrl><![CDATA[jdbc:mysql://115.159.38.225:3306/guihua_archives?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8]]></jdbcUrl>-->
|
|
|
+<!-- <!–生成文件类型–>-->
|
|
|
+<!-- <fileType>WORD</fileType>-->
|
|
|
+<!-- <!–打开文件输出目录–>-->
|
|
|
+<!-- <openOutputDir>false</openOutputDir>-->
|
|
|
+<!-- <!–生成模板–>-->
|
|
|
+<!-- <produceType>freemarker</produceType>-->
|
|
|
+<!-- <!–文档名称 为空时:将采用[数据库名称-描述-版本号]作为文档名称–>-->
|
|
|
+<!--<!– <fileName>111</fileName>–>-->
|
|
|
+<!-- <!–描述–>-->
|
|
|
+<!-- <description>数据库文档生成</description>-->
|
|
|
+<!-- <!–版本–>-->
|
|
|
+<!-- <version>${project.version}</version>-->
|
|
|
+<!-- <!–标题–>-->
|
|
|
+<!-- <title>数据库文档</title>-->
|
|
|
+<!-- </configuration>-->
|
|
|
+<!-- <executions>-->
|
|
|
+<!-- <execution>-->
|
|
|
+<!-- <phase>compile</phase>-->
|
|
|
+<!-- <goals>-->
|
|
|
+<!-- <goal>run</goal>-->
|
|
|
+<!-- </goals>-->
|
|
|
+<!-- </execution>-->
|
|
|
+<!-- </executions>-->
|
|
|
+<!-- </plugin>-->
|
|
|
</plugins>
|
|
|
</build>
|
|
|
|
|
|
+
|
|
|
+
|
|
|
</project>
|