RuoYi-Vue-Plus/ruoyi-extend/pom.xml
kuangmingshui 2c902601b5 集成go-view
go-view地址(master-fetch分支)
https://gitee.com/dromara/go-view/tree/master-fetch/
2023-11-10 10:42:03 +08:00

21 lines
706 B
XML

<?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-vue-plus</artifactId>
<groupId>org.dromara</groupId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ruoyi-extend</artifactId>
<packaging>pom</packaging>
<modules>
<module>ruoyi-monitor-admin</module>
<module>ruoyi-powerjob-server</module>
<module>ruoyi-go-view-admin</module>
</modules>
</project>