drtrang / spring-boot-autoconfigure

Spring Boot AutoConfigure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Boot Autoconfigure

Build Status Maven Central GitHub Release License

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

依赖

<!-- spring boot 1.x -->
<dependency>
    <groupId>com.github.drtrang</groupId>
    <artifactId>spring-boot-autoconfigure</artifactId>
    <version>1.1.6</version>
</dependency>

<!-- spring boot 2.x -->
<dependency>
    <groupId>com.github.drtrang</groupId>
    <artifactId>spring-boot2-autoconfigure</artifactId>
    <version>1.1.6</version>
</dependency>

About

Spring Boot AutoConfigure

License:Apache License 2.0


Languages

Language:Java 100.0%