项目结构重构

This commit is contained in:
墨大叔 2024-04-23 11:19:24 +08:00
parent 8a7ab568d3
commit 285897d58d
544 changed files with 1329 additions and 1391 deletions

23
pom.xml
View File

@ -170,16 +170,27 @@
<version>${ruoyi.version}</version>
</dependency>
<!-- 框架核心-->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>smart-switch-ruoyi</artifactId>
<version>${ruoyi.version}</version>
</dependency>
<!-- 业务模块-->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>smart-switch-service</artifactId>
<version>${ruoyi.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<modules>
<module>smart-switch-admin</module>
<module>smart-switch-framework</module>
<module>smart-switch-system</module>
<module>smart-switch-quartz</module>
<module>smart-switch-generator</module>
<module>smart-switch-common</module>
<module>smart-switch-web</module>
<module>smart-switch-ruoyi</module>
<module>smart-switch-service</module>
</modules>
<packaging>pom</packaging>

View File

@ -0,0 +1,29 @@
<?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>
<groupId>com.ruoyi</groupId>
<artifactId>smart-switch-java</artifactId>
<version>3.8.7</version>
</parent>
<artifactId>smart-switch-ruoyi</artifactId>
<packaging>pom</packaging>
<modules>
<module>smart-switch-framework</module>
<module>smart-switch-system</module>
<module>smart-switch-quartz</module>
<module>smart-switch-generator</module>
<module>smart-switch-common</module>
</modules>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>

View File

@ -3,7 +3,7 @@
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">
<parent>
<artifactId>smart-switch-java</artifactId>
<artifactId>smart-switch-ruoyi</artifactId>
<groupId>com.ruoyi</groupId>
<version>3.8.7</version>
</parent>

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