drtrang / parent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 发布新版本时会第一时间更新。

About

License:Apache License 2.0