1. 统一包名修改
This commit is contained in:
@@ -1,50 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
||||||
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">
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<parent>
|
|
||||||
<artifactId>cloud</artifactId>
|
|
||||||
<groupId>com.zt.plat</groupId>
|
|
||||||
<version>${revision}</version>
|
|
||||||
</parent>
|
|
||||||
<packaging>pom</packaging>
|
|
||||||
<modules>
|
|
||||||
<module>cloud-common</module>
|
|
||||||
<module>cloud-spring-boot-starter-env</module>
|
|
||||||
<module>cloud-spring-boot-starter-mybatis</module>
|
|
||||||
<module>cloud-spring-boot-starter-redis</module>
|
|
||||||
<module>cloud-spring-boot-starter-web</module>
|
|
||||||
<module>cloud-spring-boot-starter-security</module>
|
|
||||||
<module>cloud-spring-boot-starter-websocket</module>
|
|
||||||
|
|
||||||
<module>cloud-spring-boot-starter-monitor</module>
|
|
||||||
<module>cloud-spring-boot-starter-protection</module>
|
|
||||||
<!-- <module>cloud-spring-boot-starter-config</module>-->
|
|
||||||
<module>cloud-spring-boot-starter-job</module>
|
|
||||||
<module>cloud-spring-boot-starter-mq</module>
|
|
||||||
<module>cloud-spring-boot-starter-rpc</module>
|
|
||||||
|
|
||||||
<module>cloud-spring-boot-starter-excel</module>
|
|
||||||
<module>cloud-spring-boot-starter-test</module>
|
|
||||||
|
|
||||||
<module>cloud-spring-boot-starter-biz-tenant</module>
|
|
||||||
<module>cloud-spring-boot-starter-biz-data-permission</module>
|
|
||||||
<module>cloud-spring-boot-starter-biz-ip</module>
|
|
||||||
<module>cloud-spring-boot-starter-biz-business</module>
|
|
||||||
</modules>
|
|
||||||
|
|
||||||
<artifactId>cloud-framework</artifactId>
|
|
||||||
<description>
|
|
||||||
该包是技术组件,每个子包,代表一个组件。每个组件包括两部分:
|
|
||||||
1. core 包:是该组件的核心封装
|
|
||||||
2. config 包:是该组件基于 Spring 的配置
|
|
||||||
|
|
||||||
技术组件,也分成两类:
|
|
||||||
1. 框架组件:和我们熟悉的 MyBatis、Redis 等等的拓展
|
|
||||||
2. 业务组件:和业务相关的组件的封装,例如说数据字典、操作日志等等。
|
|
||||||
如果是业务组件,Maven 名字会包含 biz
|
|
||||||
</description>
|
|
||||||
<url>https://github.com/YunaiV/ruoyi-vue-pro</url>
|
|
||||||
|
|
||||||
</project>
|
|
||||||
34
pom.xml
34
pom.xml
@@ -4,27 +4,27 @@
|
|||||||
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">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.zt.plat</groupId>
|
<groupId>com.zt.plat</groupId>
|
||||||
<artifactId>cloud</artifactId>
|
<artifactId>zt</artifactId>
|
||||||
<version>${revision}</version>
|
<version>${revision}</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<modules>
|
<modules>
|
||||||
<module>cloud-dependencies</module>
|
<module>zt-dependencies</module>
|
||||||
<module>cloud-gateway</module>
|
<module>zt-gateway</module>
|
||||||
<module>cloud-framework</module>
|
<module>zt-framework</module>
|
||||||
<!-- Server 主项目 -->
|
<!-- Server 主项目 -->
|
||||||
<!-- <module>cloud-server</module>-->
|
<!-- <module>zt-server</module>-->
|
||||||
<!-- 各种 module 拓展 -->
|
<!-- 各种 module 拓展 -->
|
||||||
<module>cloud-module-system</module>
|
<module>zt-module-system</module>
|
||||||
<module>cloud-module-infra</module>
|
<module>zt-module-infra</module>
|
||||||
<module>cloud-module-bpm</module>
|
<module>zt-module-bpm</module>
|
||||||
<module>cloud-module-report</module>
|
<module>zt-module-report</module>
|
||||||
<!-- <module>cloud-module-mp</module>-->
|
<!-- <module>zt-module-mp</module>-->
|
||||||
<!-- <module>cloud-module-ai</module>-->
|
<!-- <module>zt-module-ai</module>-->
|
||||||
<module>cloud-module-template</module>
|
<module>zt-module-template</module>
|
||||||
<!-- <module>cloud-module-iot</module>-->
|
<!-- <module>zt-module-iot</module>-->
|
||||||
<!-- <module>cloud-module-databus</module>-->
|
<!-- <module>zt-module-databus</module>-->
|
||||||
<!-- <module>cloud-module-rule</module>-->
|
<!-- <module>zt-module-rule</module>-->
|
||||||
<!-- <module>cloud-module-html2pdf</module>-->
|
<!-- <module>zt-module-html2pdf</module>-->
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<name>${project.artifactId}</name>
|
<name>${project.artifactId}</name>
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.zt.plat</groupId>
|
<groupId>com.zt.plat</groupId>
|
||||||
<artifactId>cloud-dependencies</artifactId>
|
<artifactId>zt-dependencies</artifactId>
|
||||||
<version>${revision}</version>
|
<version>${revision}</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
50
zt-framework/pom.xml
Normal file
50
zt-framework/pom.xml
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||||
|
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">
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<parent>
|
||||||
|
<artifactId>zt</artifactId>
|
||||||
|
<groupId>com.zt.plat</groupId>
|
||||||
|
<version>${revision}</version>
|
||||||
|
</parent>
|
||||||
|
<packaging>pom</packaging>
|
||||||
|
<modules>
|
||||||
|
<module>zt-common</module>
|
||||||
|
<module>zt-spring-boot-starter-env</module>
|
||||||
|
<module>zt-spring-boot-starter-mybatis</module>
|
||||||
|
<module>zt-spring-boot-starter-redis</module>
|
||||||
|
<module>zt-spring-boot-starter-web</module>
|
||||||
|
<module>zt-spring-boot-starter-security</module>
|
||||||
|
<module>zt-spring-boot-starter-websocket</module>
|
||||||
|
|
||||||
|
<module>zt-spring-boot-starter-monitor</module>
|
||||||
|
<module>zt-spring-boot-starter-protection</module>
|
||||||
|
<!-- <module>zt-spring-boot-starter-config</module>-->
|
||||||
|
<module>zt-spring-boot-starter-job</module>
|
||||||
|
<module>zt-spring-boot-starter-mq</module>
|
||||||
|
<module>zt-spring-boot-starter-rpc</module>
|
||||||
|
|
||||||
|
<module>zt-spring-boot-starter-excel</module>
|
||||||
|
<module>zt-spring-boot-starter-test</module>
|
||||||
|
|
||||||
|
<module>zt-spring-boot-starter-biz-tenant</module>
|
||||||
|
<module>zt-spring-boot-starter-biz-data-permission</module>
|
||||||
|
<module>zt-spring-boot-starter-biz-ip</module>
|
||||||
|
<module>zt-spring-boot-starter-biz-business</module>
|
||||||
|
</modules>
|
||||||
|
|
||||||
|
<artifactId>zt-framework</artifactId>
|
||||||
|
<description>
|
||||||
|
该包是技术组件,每个子包,代表一个组件。每个组件包括两部分:
|
||||||
|
1. core 包:是该组件的核心封装
|
||||||
|
2. config 包:是该组件基于 Spring 的配置
|
||||||
|
|
||||||
|
技术组件,也分成两类:
|
||||||
|
1. 框架组件:和我们熟悉的 MyBatis、Redis 等等的拓展
|
||||||
|
2. 业务组件:和业务相关的组件的封装,例如说数据字典、操作日志等等。
|
||||||
|
如果是业务组件,Maven 名字会包含 biz
|
||||||
|
</description>
|
||||||
|
<url>https://github.com/YunaiV/ruoyi-vue-pro</url>
|
||||||
|
|
||||||
|
</project>
|
||||||
@@ -4,11 +4,11 @@
|
|||||||
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.zt.plat</groupId>
|
<groupId>com.zt.plat</groupId>
|
||||||
<artifactId>cloud-framework</artifactId>
|
<artifactId>zt-framework</artifactId>
|
||||||
<version>${revision}</version>
|
<version>${revision}</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>cloud-common</artifactId>
|
<artifactId>zt-common</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>${project.artifactId}</name>
|
<name>${project.artifactId}</name>
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user