Browse Source

word输出完善

赵冬冬 3 years ago
parent
commit
2c5102919e

+ 25 - 3
pom.xml

@@ -15,9 +15,8 @@
 	<parent>
 		<groupId>org.springframework.boot</groupId>
 		<artifactId>spring-boot-starter-parent</artifactId>
-		<version>2.0.5.RELEASE</version>
-		<relativePath />
-		<!-- lookup parent from repository -->
+		<version>2.2.6.RELEASE</version>
+		<relativePath/>
 	</parent>
 
 	<properties>
@@ -27,6 +26,10 @@
 	</properties>
 
 	<dependencies>
+		<dependency>
+			<groupId>org.springframework.boot</groupId>
+			<artifactId>spring-boot-starter-web</artifactId>
+		</dependency>
 		<dependency>
 			<groupId>org.springframework.boot</groupId>
 			<artifactId>spring-boot-starter-freemarker</artifactId>
@@ -69,6 +72,25 @@
 			<artifactId>spring-boot-starter-test</artifactId>
 			<scope>test</scope>
 		</dependency>
+		<!-- https://mvnrepository.com/artifact/com.alibaba/fastjson -->
+		<dependency>
+			<groupId>com.alibaba</groupId>
+			<artifactId>fastjson</artifactId>
+			<version>1.2.58</version>
+		</dependency>
+		<dependency>
+			<groupId>org.springframework</groupId>
+			<artifactId>spring-test</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.springframework.boot</groupId>
+			<artifactId>spring-boot-test</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+		</dependency>
+
 	</dependencies>
 
 	<build>

+ 1 - 1
src/main/java/com/dwl/mindoc/service/ProjectModelDocService.java

@@ -24,7 +24,7 @@ public class ProjectModelDocService {
             System.out.println(json);
         }
         //文件路径
-        String filePath = "D://doc";
+        String filePath = "D:\\project\\delivery_project\\工具\\数据库详细文档设计\\mysql-gen-doc\\doc";
 
         //文件名称
         String fileName = System.currentTimeMillis() + "mean.doc";

+ 0 - 6
src/main/java/com/dwl/mindoc/test/MainTest.java

@@ -1,21 +1,15 @@
 package com.dwl.mindoc.test;
 
-import com.alibaba.fastjson.JSON;
 import com.dwl.mindoc.service.DBGenerDocService;
 import com.dwl.mindoc.service.ProjectModelDocService;
-import com.dwl.mindoc.wordutil.WordUtil;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.boot.test.context.SpringBootTest;
-import org.springframework.core.io.ClassPathResource;
 import org.springframework.test.context.junit4.SpringRunner;
 
 import java.io.IOException;
-import java.io.InputStream;
 import java.text.ParseException;
-import java.util.HashMap;
-import java.util.Map;
 
 @RunWith(SpringRunner.class)
 @SpringBootTest

+ 2 - 2
src/main/resources/application.properties

@@ -1,5 +1,5 @@
 #\u6570\u636E\u5E93\u94FE\u63A5\u4FE1\u606F Mysql
-spring.datasource.url=jdbc:mysql://172.16.90.64:3306/ac_db?useUnicode=true&characterEncoding=utf8&allowMultiQueries=true&useSSL=false&serverTimezone=GMT
+spring.datasource.url=jdbc:mysql://172.16.90.201:3306/ycpharmacy_db?useUnicode=true&characterEncoding=utf8&allowMultiQueries=true&useSSL=false&serverTimezone=GMT
 spring.datasource.username=root
 spring.datasource.password=123456
 spring.datasource.driver-class-name=com.mysql.jdbc.Driver
@@ -26,4 +26,4 @@ baseType=MySQL
 fileType=word
 
 #\u6570\u636E\u5E93\u5B9E\u4F8B\u540D
-baseName=ac_db
+baseName=ycpharmacy_db

File diff suppressed because it is too large
+ 814 - 0
src/main/resources/json/mean-cp.json


File diff suppressed because it is too large
+ 194 - 671
src/main/resources/json/mean.json