pom.xml 1.1 KB
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
    xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>
	
	<parent>
		<groupId>org.springframework.boot</groupId>
		<artifactId>spring-boot-starter-parent</artifactId>
		<version>2.7.18</version>
		<relativePath />
    </parent>

    <groupId>com.huaheng.cmc</groupId>
    <artifactId>huaheng-cmc</artifactId>
    <version>1.0.1</version>

    <packaging>pom</packaging>

    <name>huaheng-cmc</name>
    <description>huaheng cmc project for Spring Boot and Vue</description>

    <modules>
        <module>huaheng-cmc-service</module>
        <module>huaheng-cmc-web</module>
    </modules>
    <repositories>
        <repository>
            <id>aliyun</id>
            <name>aliyun Repository</name>
            <url>https://maven.aliyun.com/repository/public</url>
            <snapshots>
                <enabled>false</enabled>
            </snapshots>
        </repository>
    </repositories>

</project>