Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/drtrang/spring-boot-autoconfigure
- Owner: drtrang
- License: apache-2.0
- Created: 2017-11-28T10:47:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-01T08:28:36.000Z (over 6 years ago)
- Last Synced: 2024-10-30T21:12:09.408Z (3 months ago)
- Language: Java
- Size: 54.7 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
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。
## 依赖
```xmlcom.github.drtrang
spring-boot-autoconfigure
1.1.6com.github.drtrang
spring-boot2-autoconfigure
1.1.6```