legalAid/pom.xml

31 lines
1.0 KiB
XML
Raw Permalink Normal View History

2025-04-18 09:11:40 +08:00
<?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>
<groupId>org.example</groupId>
<artifactId>legalAid</artifactId>
<version>1.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>api</module>
<module>framework/parent</module>
<module>framework/common</module>
<module>framework/mysql</module>
<module>framework/redis</module>
<module>framework/rabbitmq</module>
<module>framework/mvc</module>
<module>framework/xxl-job</module>
<module>framework/es</module>
</modules>
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>