如何使用 Spring Boot 来管理 Maven plugin 的版本?
时间: 2020-08-21来源:V2EX
前景提要
在 maven - Spring Boot - parent pom when you already have a parent pom - Stack Overflow 中,使用了 <dependencyManagement> <dependencies> <dependency> <!-- Import dependency management from Spring Boot --> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> <version>2.1.3.RELEASE</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement>
来实现“利用 Spring Boot 管理 dependency 的版本”。那么有没有什么方式可以实现“利用 Spring Boot 管理 plugin 的版本”呢?

科技资讯:

科技学院:

科技百科:

科技书籍:

网站大全:

软件大全:

热门排行