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-boot2-autoconfigure
Last Version

Last Version

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

How to add to project

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

Dependencies

compile (5)

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

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok Optional jar 1.18.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.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1