重新梳理文件名称

This commit is contained in:
zer0Black
2021-03-10 16:08:37 +08:00
parent 1c38785955
commit 79e2bebd93
1296 changed files with 84 additions and 94 deletions
-10
View File
@@ -1,10 +0,0 @@
##### 版本号:
##### 问题描述:
##### 问题截图:
友情提示: 未按格式要求发帖,会直接删掉。
@@ -3,13 +3,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>jeecg-boot-base-api</artifactId> <artifactId>jero-boot-base-api</artifactId>
<groupId>com.jero.boot</groupId> <groupId>com.jero.boot</groupId>
<version>2.4.2</version> <version>2.4.2</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>jeecg-system-cloud-api</artifactId> <artifactId>jero-system-cloud-api</artifactId>
<dependencies> <dependencies>
<!-- feign --> <!-- feign -->
@@ -3,12 +3,12 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>jeecg-boot-base-api</artifactId> <artifactId>jero-boot-base-api</artifactId>
<groupId>com.jero.boot</groupId> <groupId>com.jero.boot</groupId>
<version>2.4.2</version> <version>2.4.2</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>jeecg-system-local-api</artifactId> <artifactId>jero-system-local-api</artifactId>
</project> </project>
@@ -3,24 +3,24 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>jeecg-boot-base</artifactId> <artifactId>jero-boot-base</artifactId>
<groupId>com.jero.boot</groupId> <groupId>com.jero.boot</groupId>
<version>2.4.2</version> <version>2.4.2</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>jeecg-boot-base-api</artifactId> <artifactId>jero-boot-base-api</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<modules> <modules>
<module>jeecg-system-local-api</module> <module>jero-system-local-api</module>
<module>jeecg-system-cloud-api</module> <module>jero-system-cloud-api</module>
</modules> </modules>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.jero.boot</groupId> <groupId>com.jero.boot</groupId>
<artifactId>jeecg-boot-base-core</artifactId> <artifactId>jero-boot-base-core</artifactId>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
@@ -3,12 +3,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<groupId>com.jero.boot</groupId> <groupId>com.jero.boot</groupId>
<artifactId>jeecg-boot-base</artifactId> <artifactId>jero-boot-base</artifactId>
<version>2.4.2</version> <version>2.4.2</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>jeecg-boot-base-core</artifactId> <artifactId>jero-boot-base-core</artifactId>
<repositories> <repositories>
<repository> <repository>
@@ -34,7 +34,7 @@
<!--jeecg-tools--> <!--jeecg-tools-->
<dependency> <dependency>
<groupId>com.jero.boot</groupId> <groupId>com.jero.boot</groupId>
<artifactId>jeecg-boot-base-tools</artifactId> <artifactId>jero-boot-base-tools</artifactId>
</dependency> </dependency>
<!--集成springmvc框架并实现自动配置 --> <!--集成springmvc框架并实现自动配置 -->
<dependency> <dependency>

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