POM配置提交
This commit is contained in:
parent
288214c35f
commit
411f26aadf
|
|
@ -17,6 +17,7 @@
|
||||||
<module>zlpt-bigScreen</module>
|
<module>zlpt-bigScreen</module>
|
||||||
<module>zlpt-order</module>
|
<module>zlpt-order</module>
|
||||||
<module>zlpt-equip</module>
|
<module>zlpt-equip</module>
|
||||||
|
<module>zlpt-company</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<artifactId>zlpt-modules</artifactId>
|
<artifactId>zlpt-modules</artifactId>
|
||||||
|
|
@ -57,7 +58,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.alibaba</groupId>
|
<groupId>com.alibaba</groupId>
|
||||||
<artifactId>druid-spring-boot-starter</artifactId>
|
<artifactId>druid-spring-boot-starter</artifactId>
|
||||||
<version>1.2.6</version>
|
<version>1.2.16</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
||||||
|
|
@ -9,14 +9,18 @@
|
||||||
<version>3.6.3</version>
|
<version>3.6.3</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>com.bonus</groupId>
|
<artifactId>zlpt-modules-company</artifactId>
|
||||||
<artifactId>zlpt-company</artifactId>
|
|
||||||
|
<description>
|
||||||
|
zlpt-modules-company企业模块
|
||||||
|
</description>
|
||||||
|
|
||||||
<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>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue