提交 729a04b4 authored 作者: xyy's avatar xyy

update

上级 34e46d3b
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
<module>vms-union</module> <module>vms-union</module>
<module>vms-user</module> <module>vms-user</module>
<module>vms-inspection</module> <module>vms-inspection</module>
<module>vms-maintain</module>
</modules> </modules>
<name>vms</name> <name>vms</name>
......
...@@ -8,6 +8,12 @@ ...@@ -8,6 +8,12 @@
<artifactId>vms-maintain</artifactId> <artifactId>vms-maintain</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<parent>
<artifactId>vms</artifactId>
<groupId>com.zjty</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<properties> <properties>
<maven.compiler.source>8</maven.compiler.source> <maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target> <maven.compiler.target>8</maven.compiler.target>
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
<plugin> <plugin>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
<version>2.4.1</version>
<configuration> <configuration>
<source>1.8</source> <source>1.8</source>
<target>1.8</target> <target>1.8</target>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论