Spring Boot AutoConfigure


License

License

Categories

Categories

Spring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration
GroupId

GroupId

com.github.drtrang
ArtifactId

ArtifactId

spring-boot-autoconfigure
Last Version

Last Version

1.1.5
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Boot AutoConfigure
Spring Boot AutoConfigure
Project URL

Project URL

https://github.com/drtrang/spring-boot-autoconfigure
Project Organization

Project Organization

trang
Source Code Management

Source Code Management

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

Download spring-boot-autoconfigure

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.drtrang/spring-boot-autoconfigure/ -->
<dependency>
    <groupId>com.github.drtrang</groupId>
    <artifactId>spring-boot-autoconfigure</artifactId>
    <version>1.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.drtrang/spring-boot-autoconfigure/
implementation 'com.github.drtrang:spring-boot-autoconfigure:1.1.5'
// https://jarcasting.com/artifacts/com.github.drtrang/spring-boot-autoconfigure/
implementation ("com.github.drtrang:spring-boot-autoconfigure:1.1.5")
'com.github.drtrang:spring-boot-autoconfigure:jar:1.1.5'
<dependency org="com.github.drtrang" name="spring-boot-autoconfigure" rev="1.1.5">
  <artifact name="spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.drtrang', module='spring-boot-autoconfigure', version='1.1.5')
)
libraryDependencies += "com.github.drtrang" % "spring-boot-autoconfigure" % "1.1.5"
[com.github.drtrang/spring-boot-autoconfigure "1.1.5"]

Dependencies

compile (6)

Group / Artifact Type Version
org.springframework.boot : spring-boot-autoconfigure jar 1.5.14.RELEASE
org.springframework.boot : spring-boot-configuration-processor Optional jar 1.5.14.RELEASE
org.slf4j : slf4j-api jar 1.7.25
org.slf4j : jcl-over-slf4j jar 1.7.25
org.mybatis : mybatis Optional jar 3.4.6
com.alibaba : druid Optional jar 1.1.10

provided (2)

Group / Artifact Type Version
org.projectlombok : lombok Optional jar 1.16.22
commons-logging : commons-logging jar 1.2

Project Modules

There are no modules declared in this project.

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>

Versions

Version
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.1
1.0.0