代码整理

This commit is contained in:
lizhengwei 2026-04-03 16:10:32 +08:00
parent e073335b2e
commit 3b11d144de
209 changed files with 16 additions and 16 deletions

View File

@ -16,7 +16,7 @@
<module>ruoyi-generator</module>
<module>ruoyi-job</module>
<module>ruoyi-md-system</module>
<module>ruoyi-md-system-saas</module>
<!-- <module>ruoyi-md-system-saas</module>-->
<module>ruoyi-workflow</module>
<module>ruoyi-md-form</module>
<module>ruoyi-md-h5</module>

View File

@ -4,12 +4,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.dromara</groupId>
<artifactId>ruoyi-modules</artifactId>
<artifactId>ruoyi-md-system-saas</artifactId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ruoyi-md-system-saas</artifactId>
<artifactId>ruoyi-md-system-saas-service</artifactId>
<description>
system-saas 系统模块
@ -85,26 +85,26 @@
<artifactId>ruoyi-common-encrypt</artifactId>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.dromara</groupId>-->
<!-- <artifactId>ruoyi-common-websocket</artifactId>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.dromara</groupId>-->
<!-- <artifactId>ruoyi-common-websocket</artifactId>-->
<!-- </dependency>-->
<dependency>
<groupId>org.dromara</groupId>
<artifactId>ruoyi-common-sse</artifactId>
</dependency>
<!-- Apache Dubbo 配置 -->
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-spring-boot-starter</artifactId>
</dependency>
<!-- Apache Dubbo 配置 -->
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-nacos-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-nacos-spring-boot-starter</artifactId>
</dependency>
<!-- dubbo 远程调用接口 -->
<dependency>
<groupId>org.dromara</groupId>

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