Przeglądaj źródła

初始化POM文件配置

hill9868 6 lat temu
rodzic
commit
fcefaa96a8
1 zmienionych plików z 8 dodań i 0 usunięć
  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>