Commit 83c98fe4 by 丁伟峰

Merge branch 'dev-dingwf-0717' into develop

2 parents b875887b b53d9659
Showing with 8 additions and 0 deletions
......@@ -116,6 +116,14 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>11</source>
<target>11</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!