feat:模块名称调整
This commit is contained in:
42
pom.xml
42
pom.xml
@@ -5,10 +5,10 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.tiesheng</groupId>
|
||||
<artifactId>tiesheng-parent</artifactId>
|
||||
<artifactId>springboot-parent</artifactId>
|
||||
<version>0.0.18</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>tiesheng</name>
|
||||
<name>springboot-parent</name>
|
||||
<description>杭州铁晟科技有限公司基础依赖</description>
|
||||
|
||||
<parent>
|
||||
@@ -18,16 +18,16 @@
|
||||
</parent>
|
||||
|
||||
<modules>
|
||||
<module>tiesheng-ademo</module>
|
||||
<module>tiesheng-db-migration</module>
|
||||
<module>tiesheng-login</module>
|
||||
<module>tiesheng-web</module>
|
||||
<module>tiesheng-util</module>
|
||||
<module>tiesheng-poi</module>
|
||||
<module>tiesheng-platform</module>
|
||||
<module>tiesheng-message</module>
|
||||
<module>tiesheng-encrypt</module>
|
||||
<module>tiesheng-annotation</module>
|
||||
<module>springboot-ademo</module>
|
||||
<module>springboot-db-migration</module>
|
||||
<module>springboot-login</module>
|
||||
<module>springboot-web</module>
|
||||
<module>springboot-util</module>
|
||||
<module>springboot-poi</module>
|
||||
<module>springboot-platform</module>
|
||||
<module>springboot-message</module>
|
||||
<module>springboot-encrypt</module>
|
||||
<module>springboot-annotation</module>
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
@@ -56,55 +56,55 @@
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.tiesheng</groupId>
|
||||
<artifactId>tiesheng-db-migration</artifactId>
|
||||
<artifactId>springboot-db-migration</artifactId>
|
||||
<version>0.0.18</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.tiesheng</groupId>
|
||||
<artifactId>tiesheng-login</artifactId>
|
||||
<artifactId>springboot-login</artifactId>
|
||||
<version>0.0.18</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.tiesheng</groupId>
|
||||
<artifactId>tiesheng-web</artifactId>
|
||||
<artifactId>springboot-web</artifactId>
|
||||
<version>0.0.18</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.tiesheng</groupId>
|
||||
<artifactId>tiesheng-util</artifactId>
|
||||
<artifactId>springboot-util</artifactId>
|
||||
<version>0.0.18</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.tiesheng</groupId>
|
||||
<artifactId>tiesheng-platform</artifactId>
|
||||
<artifactId>springboot-platform</artifactId>
|
||||
<version>0.0.18</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.tiesheng</groupId>
|
||||
<artifactId>tiesheng-message</artifactId>
|
||||
<artifactId>springboot-message</artifactId>
|
||||
<version>0.0.18</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.tiesheng</groupId>
|
||||
<artifactId>tiesheng-encrypt</artifactId>
|
||||
<artifactId>springboot-encrypt</artifactId>
|
||||
<version>0.0.18</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.tiesheng</groupId>
|
||||
<artifactId>tiesheng-annotation</artifactId>
|
||||
<artifactId>springboot-annotation</artifactId>
|
||||
<version>0.0.18</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.tiesheng</groupId>
|
||||
<artifactId>tiesheng-poi</artifactId>
|
||||
<artifactId>springboot-poi</artifactId>
|
||||
<version>0.0.18</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user