disciples-spring-boot
Spring Boot Support for Disciples Project
License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
GroupId | GroupIdcom.github.hushengte |
ArtifactId | ArtifactIddisciples-spring-boot-autoconfigure |
Last Version | Last Version1.5.22.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondisciples-spring-boot-autoconfigure
Spring Boot Auto Configure Support
|
<!-- https://jarcasting.com/artifacts/com.github.hushengte/disciples-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.github.hushengte</groupId>
<artifactId>disciples-spring-boot-autoconfigure</artifactId>
<version>1.5.22.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hushengte/disciples-spring-boot-autoconfigure/
implementation 'com.github.hushengte:disciples-spring-boot-autoconfigure:1.5.22.RELEASE'
// https://jarcasting.com/artifacts/com.github.hushengte/disciples-spring-boot-autoconfigure/
implementation ("com.github.hushengte:disciples-spring-boot-autoconfigure:1.5.22.RELEASE")
'com.github.hushengte:disciples-spring-boot-autoconfigure:jar:1.5.22.RELEASE'
<dependency org="com.github.hushengte" name="disciples-spring-boot-autoconfigure" rev="1.5.22.RELEASE">
<artifact name="disciples-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hushengte', module='disciples-spring-boot-autoconfigure', version='1.5.22.RELEASE')
)
libraryDependencies += "com.github.hushengte" % "disciples-spring-boot-autoconfigure" % "1.5.22.RELEASE"
[com.github.hushengte/disciples-spring-boot-autoconfigure "1.5.22.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 1.5.22.RELEASE |
com.github.hushengte : disciples-feed Optional | jar | 1.1.1 |
com.github.hushengte : disciples-iam-core Optional | jar | 1.0.1 |
com.github.hushengte : disciples-iam-oauth2 Optional | jar | 1.0.1 |
org.hibernate : hibernate-core Optional | jar | 4.3.9.Final |
javax.servlet : javax.servlet-api Optional | jar | 3.1.0 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.11.1 |
org.mockito : mockito-core | jar | 2.23.0 |
org.hamcrest : hamcrest-core | jar | 1.3 |
org.hamcrest : hamcrest-library | jar | 1.3 |
Spring Boot Support for Disciples Project