使用Spring Boot应用程序作为依赖项

分享 1 408
站长
站长 站长 2021年5月19日 16:42 发表
点击群号免费加入社区交流群:367346704
<p>使用Spring Boot应用程序作为依赖项:</p><pre><code>&lt;build&gt;<br> &lt;plugins&gt;<br> &lt;plugin&gt;<br> &lt;groupId&gt;org.springframework.boot&lt;/groupId&gt;<br> &lt;artifactId&gt;spring-boot-maven-plugin&lt;/artifactId&gt;<br> &lt;configuration&gt;<br> &lt;classifier&gt;exec&lt;/classifier&gt;<br> &lt;/configuration&gt;<br> &lt;/plugin&gt;<br> &lt;/plugins&gt;<br>&lt;/build&gt;</code></pre><p><br></p>
收藏(1)  分享
相关标签: Spring Boot
1个回复