License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
GroupId | GroupIdcn.vorbote |
ArtifactId | ArtifactIdwebdev-spring-boot-autoconfigure |
Last Version | Last Version3.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionVorBotE :: Web Dev Suite :: Spring Boot Auto Configurator
A spring boot starter.
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/cn.vorbote/webdev-spring-boot-autoconfigure/ -->
<dependency>
<groupId>cn.vorbote</groupId>
<artifactId>webdev-spring-boot-autoconfigure</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.vorbote/webdev-spring-boot-autoconfigure/
implementation 'cn.vorbote:webdev-spring-boot-autoconfigure:3.1.0'
// https://jarcasting.com/artifacts/cn.vorbote/webdev-spring-boot-autoconfigure/
implementation ("cn.vorbote:webdev-spring-boot-autoconfigure:3.1.0")
'cn.vorbote:webdev-spring-boot-autoconfigure:jar:3.1.0'
<dependency org="cn.vorbote" name="webdev-spring-boot-autoconfigure" rev="3.1.0">
<artifact name="webdev-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.vorbote', module='webdev-spring-boot-autoconfigure', version='3.1.0')
)
libraryDependencies += "cn.vorbote" % "webdev-spring-boot-autoconfigure" % "3.1.0"
[cn.vorbote/webdev-spring-boot-autoconfigure "3.1.0"]
Group / Artifact | Type | Version |
---|---|---|
cn.vorbote : web-dev-suite | jar | 3.1.0 |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.3.10.RELEASE |
org.springframework.boot : spring-boot-starter-logging | jar | 2.3.10.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.3.10.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |