소스 검색

初始化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>