Skip to content

drtrang/parent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parent

Build Status Maven Central GitHub Release License

各个项目的公共依赖和插件,只支持 Java8。

依赖

<!-- spring boot 1.x -->
<dependency>
    <groupId>com.github.drtrang</groupId>
    <artifactId>parent</artifactId>
    <version>1.2.3</version>
</dependency>

<!-- spring boot 2.x -->
<dependency>
    <groupId>com.github.drtrang</groupId>
    <artifactId>parent2</artifactId>
    <version>1.2.3</version>
</dependency>

迭代计划

跟随 spring-boot 的版本节奏,每当 spring-boot 发布新版本时会第一时间更新。