Browse Source

初始化POM文件配置

hill9868 6 năm trước cách đây
mục cha
commit
fcefaa96a8
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  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>