|
@@ -9,6 +9,14 @@
|
|
<artifactId>long-article-server</artifactId>
|
|
<artifactId>long-article-server</artifactId>
|
|
<name>long-article-server</name>
|
|
<name>long-article-server</name>
|
|
<url>http://maven.apache.org</url>
|
|
<url>http://maven.apache.org</url>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <properties>
|
|
|
|
+ <maven.compiler.source>8</maven.compiler.source>
|
|
|
|
+ <maven.compiler.target>8</maven.compiler.target>
|
|
|
|
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
+ </properties>
|
|
|
|
+
|
|
<build>
|
|
<build>
|
|
<!-- 固定包名 避免随着版本变动 -->
|
|
<!-- 固定包名 避免随着版本变动 -->
|
|
<finalName>long-article-server</finalName>
|
|
<finalName>long-article-server</finalName>
|