Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drtrang/spring-boot


https://github.com/drtrang/spring-boot

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Spring Boot

[![Build Status](https://img.shields.io/travis/drtrang/parent/boot2.svg?style=flat-square)](https://www.travis-ci.org/drtrang/parent)
[![Maven Central](https://img.shields.io/maven-central/v/com.github.drtrang/parent2.svg?style=flat-square)](https://maven-badges.herokuapp.com/maven-central/com.github.drtrang/parent2)
[![GitHub Release](https://img.shields.io/github/release/drtrang/parent.svg?style=flat-square)](https://github.com/drtrang/parent/releases)
[![License](http://img.shields.io/badge/license-apache%202-blue.svg?style=flat-square)](http://www.apache.org/licenses/LICENSE-2.0)

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

## 依赖
```xml

com.github.drtrang
druid-spring-boot-starter
2.0.0

```

## 迭代计划
跟随 spring-boot 的版本节奏,每当 spring-boot 发布新版本后会第一时间更新。

## 工程结构
```
spring-boot
├── spring-boot-bom
├── spring-boot-project
│   ├── spring-boot-autoconfigure
│   ├── spring-boot-dependencies
│   ├── spring-boot-parent
│   └── spring-boot-starters
│   └── xxx-spring-boot-starter
└── spring-boot-samples
└── xxx-spring-boot-sample
```