ソースを参照

显性调用spring-boot-maven-plugin插件。

huangbo 6 年 前
コミット
a10d366b5f
共有1 個のファイルを変更した6 個の追加0 個の削除を含む
  1. 6 0
      ipu-rest-demo/pom.xml

+ 6 - 0
ipu-rest-demo/pom.xml

@ -70,5 +70,11 @@
70 70
	</dependencies>
71 71
72 72
	<build>
73
		<plugins>
74
			<plugin>
75
				<groupId>org.springframework.boot</groupId>
76
				<artifactId>spring-boot-maven-plugin</artifactId>
77
			</plugin>
78
		</plugins>
73 79
	</build>
74 80
</project>