Spring Boot Plus
- Custom implementation for Spring Boot
- Note: This project is unofficial and experimental.
TOC
spring-boot-autoconfigure
- TODO
License
- This software is released under the Apache License 2.0.
License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
GroupId | GroupIdcom.github.spt-oss |
ArtifactId | ArtifactIdspring-boot-autoconfigure |
Last Version | Last Version2.0.7.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCustom implementation for Spring Boot
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.github.spt-oss/spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.github.spt-oss</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<version>2.0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spt-oss/spring-boot-autoconfigure/
implementation 'com.github.spt-oss:spring-boot-autoconfigure:2.0.7.0'
// https://jarcasting.com/artifacts/com.github.spt-oss/spring-boot-autoconfigure/
implementation ("com.github.spt-oss:spring-boot-autoconfigure:2.0.7.0")
'com.github.spt-oss:spring-boot-autoconfigure:jar:2.0.7.0'
<dependency org="com.github.spt-oss" name="spring-boot-autoconfigure" rev="2.0.7.0">
<artifact name="spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spt-oss', module='spring-boot-autoconfigure', version='2.0.7.0')
)
libraryDependencies += "com.github.spt-oss" % "spring-boot-autoconfigure" % "2.0.7.0"
[com.github.spt-oss/spring-boot-autoconfigure "2.0.7.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 2.0.7.RELEASE |
com.github.tonivade : claudb Optional | jar | 1.5.0 |
com.github.spt-oss : flyway-core Optional | jar | 5.2.4.0 |
com.h2database : h2 Optional | jar | 1.4.197 |
com.zaxxer : HikariCP Optional | jar | 2.7.9 |
redis.clients : jedis Optional | jar | 2.9.0 |
org.springframework.data : spring-data-redis Optional | jar | 2.0.12.RELEASE |
org.springframework : spring-jdbc Optional | jar | 5.0.11.RELEASE |
org.thymeleaf : thymeleaf-spring5 Optional | jar | 3.0.11.RELEASE |
com.github.spt-oss : thymeleaf-extras-minify Optional | jar | 3.0.11.0 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.4 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.0.7.RELEASE |