Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drtrang/spring-boot
https://github.com/drtrang/spring-boot
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/drtrang/spring-boot
- Owner: drtrang
- License: apache-2.0
- Created: 2018-12-23T14:02:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-23T14:08:40.000Z (about 6 years ago)
- Last Synced: 2024-10-30T21:12:09.781Z (3 months ago)
- Language: Java
- Size: 61.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
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。
## 依赖
```xmlcom.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
```