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 |
GroupId | GroupIdcom.github.spt-oss |
ArtifactId | ArtifactIdspring-boot-plus |
Last Version | Last Version2.0.2.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionCustom implementation for Spring Boot
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-boot-plus-2.0.2.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.spt-oss/spring-boot-plus/ -->
<dependency>
<groupId>com.github.spt-oss</groupId>
<artifactId>spring-boot-plus</artifactId>
<version>2.0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.spt-oss/spring-boot-plus/
implementation 'com.github.spt-oss:spring-boot-plus:2.0.2.0'
// https://jarcasting.com/artifacts/com.github.spt-oss/spring-boot-plus/
implementation ("com.github.spt-oss:spring-boot-plus:2.0.2.0")
'com.github.spt-oss:spring-boot-plus:pom:2.0.2.0'
<dependency org="com.github.spt-oss" name="spring-boot-plus" rev="2.0.2.0">
<artifact name="spring-boot-plus" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.spt-oss', module='spring-boot-plus', version='2.0.2.0')
)
libraryDependencies += "com.github.spt-oss" % "spring-boot-plus" % "2.0.2.0"
[com.github.spt-oss/spring-boot-plus "2.0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.18 |