增加模块

This commit is contained in:
yachts_zh 2020-07-07 15:47:18 +08:00
parent ea6cbfb0ba
commit 42582707ce
224 changed files with 26322 additions and 26290 deletions

View File

@ -215,6 +215,8 @@
<module>ruoyi-common</module> <module>ruoyi-common</module>
<module>ruoyi-imark</module> <module>ruoyi-imark</module>
<module>ruoyi-cloud</module> <module>ruoyi-cloud</module>
<module>ruoyi-alg</module>
<module>ruoyi-tts</module>
</modules> </modules>
<packaging>pom</packaging> <packaging>pom</packaging>

15
ruoyi-alg/pom.xml Normal file
View File

@ -0,0 +1,15 @@
<?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">
<parent>
<artifactId>ruoyi</artifactId>
<groupId>com.ruoyi</groupId>
<version>4.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ruoyi-alg</artifactId>
</project>

15
ruoyi-tts/pom.xml Normal file
View File

@ -0,0 +1,15 @@
<?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">
<parent>
<artifactId>ruoyi</artifactId>
<groupId>com.ruoyi</groupId>
<version>4.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ruoyi-tts</artifactId>
</project>