This commit is contained in:
zhuoda 2020-01-11 09:10:29 +08:00
parent e55e1b2f33
commit 215556f73a
608 changed files with 7 additions and 3 deletions

View File

@ -1 +0,0 @@
admin的项目采用maven bom和maven module的形式

View File

@ -4,10 +4,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.gangquan360</groupId>
<artifactId>smart-admin-parent</artifactId>
<artifactId>smart-admin-service-parent</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>
<modules>
<module>smart-admin-api</module>
</modules>
<properties>
<java.version>1.8</java.version>
<hibernate.annotations.version>3.3.0.ga</hibernate.annotations.version>

View File

@ -2,8 +2,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.gangquan360</groupId>
<artifactId>smart-admin-parent</artifactId>
<artifactId>smart-admin-service-parent</artifactId>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Some files were not shown because too many files have changed in this diff Show More