sjzyxt-boot/pom.xml

42 lines
1.3 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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.5.2</version>
<relativePath/>
</parent>
<groupId>com.gisroad.sjzyxt</groupId>
<artifactId>zzsoft_sjzyxt</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>tool-starter</module>
<module>biz-starter</module>
<module>common-starter</module>
</modules>
<name>sjzyxt</name>
<description>数据资源系统</description>
<properties>
<skipTest>true</skipTest>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<compiler.version>1.8</compiler.version>
<maven.compiler.source>${compiler.version}</maven.compiler.source>
<maven.compiler.target>${compiler.version}</maven.compiler.target>
<maven.compiler.compilerVersion>${compiler.version}</maven.compiler.compilerVersion>
</properties>
</project>