diff --git a/office-plugin/pom.xml b/office-plugin/pom.xml index 3600e346..de180ad1 100644 --- a/office-plugin/pom.xml +++ b/office-plugin/pom.xml @@ -7,9 +7,7 @@ office-plugin 1.0-SNAPSHOT jar - - UTF-8 - + diff --git a/pom.xml b/pom.xml index aa354e7d..700a01f1 100644 --- a/pom.xml +++ b/pom.xml @@ -2,15 +2,23 @@ 4.0.0 + pom cn.keking filepreview 3.3.1 + + + UTF-8 + UTF-8 + 1.8 + 1.8 + + office-plugin server - pom diff --git a/server/pom.xml b/server/pom.xml index 2e92782e..18fbcb15 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 1.5.8.RELEASE + 2.4.2 4.0.0 @@ -14,12 +14,6 @@ kkFileView 3.3.1 - - UTF-8 - UTF-8 - 1.8 - - @@ -27,6 +21,7 @@ https://repository.jboss.org/nexus/content/groups/public-jboss/ + org.springframework.boot @@ -197,6 +192,7 @@ 0.2.1 + diff --git a/server/src/test/java/cn/keking/ServerMainTests.java b/server/src/test/java/cn/keking/ServerMainTests.java index 87881d42..e9111340 100644 --- a/server/src/test/java/cn/keking/ServerMainTests.java +++ b/server/src/test/java/cn/keking/ServerMainTests.java @@ -1,16 +1,13 @@ package cn.keking; -import org.junit.Test; -import org.junit.runner.RunWith; +import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; -import org.springframework.test.context.junit4.SpringRunner; -@RunWith(SpringRunner.class) @SpringBootTest -public class ServerMainTests { + class ServerMainTests { @Test - public void contextLoads() { + void contextLoads() { } }