30 lines
1.1 KiB
XML
30 lines
1.1 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>
|
||
|
|
|
||
|
|
<groupId>io.lroyia</groupId>
|
||
|
|
<artifactId>market-ent-classift-demo</artifactId>
|
||
|
|
<version>1.0.0-SNAPSHOT</version>
|
||
|
|
<packaging>jar</packaging>
|
||
|
|
<name>${project.artifactId}</name>
|
||
|
|
<url>https://www.chinaweal.com.cn</url>
|
||
|
|
<description>市场主体分类示例</description>
|
||
|
|
<properties>
|
||
|
|
<java.version>21</java.version>
|
||
|
|
<skipTests>true</skipTests>
|
||
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||
|
|
<maven.compiler.source>21</maven.compiler.source>
|
||
|
|
<maven.compiler.target>21</maven.compiler.target>
|
||
|
|
<maven.compiler.compilerVersion>21</maven.compiler.compilerVersion>
|
||
|
|
<failOnMissingWebXml>false</failOnMissingWebXml>
|
||
|
|
</properties>
|
||
|
|
|
||
|
|
|
||
|
|
<build>
|
||
|
|
<plugins>
|
||
|
|
</plugins>
|
||
|
|
</build>
|
||
|
|
</project>
|