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