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-autoconfigure

Spring Boot AutoConfigure
https://github.com/drtrang/spring-boot-autoconfigure

Last synced: about 1 month ago
JSON representation

Spring Boot AutoConfigure

Awesome Lists containing this project

README

        

# Spring Boot Autoconfigure

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

Spring Boot Autoconfigure 包含一些拓展的自动配置功能,只支持 Java8。

## 依赖
```xml

com.github.drtrang
spring-boot-autoconfigure
1.1.6

com.github.drtrang
spring-boot2-autoconfigure
1.1.6

```