AnalysisSystemForRadionuclide/jeecg-server-cloud/pom.xml
2024-02-05 09:00:24 +08:00

33 lines
1.2 KiB
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>jeecg-boot-parent</artifactId>
<groupId>org.jeecgframework.boot</groupId>
<version>3.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jeecg-server-cloud</artifactId>
<packaging>pom</packaging>
<name>JEECG SERVER CLOUD</name>
<modules>
<module>armd-cloud-gateway</module>
<module>armd-cloud-nacos</module>
<module>armd-system-cloud-start</module>
<module>armd-demo-cloud-start</module>
<!-- 监控和测试例子 -->
<module>jeecg-visual</module>
<module>armd-station-operation-start</module>
<module>armd-web-statistics-start</module>
<module>armd-log-manage-start</module>
<module>armd-abnormal-alarm-start</module>
<module>armd-auto-process-start</module>
<module>armd-spectrum-analysis-start</module>
<module>armd-app-start</module>
</modules>
</project>