瀏覽代碼

初始化POM文件配置

hill9868 6 年之前
父節點
當前提交
fcefaa96a8
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      pom.xml

+ 8 - 0
pom.xml

@ -106,4 +106,12 @@
            <artifactId>commons-cat</artifactId>
        </dependency>
    </dependencies>
	<build>
        <plugins>
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
            </plugin>
        </plugins>
    </build>
</project>