License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.studio4365 |
ArtifactId | ArtifactIdspring-boot-healthcheck |
Version | Version1.00 |
Type | Typejar |
Description |
DescriptionSpring boot healthcheck
Generate REST API "/healthcheck" in your spring boot web project.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.studio4365/spring-boot-healthcheck/ -->
<dependency>
<groupId>com.studio4365</groupId>
<artifactId>spring-boot-healthcheck</artifactId>
<version>1.00</version>
</dependency>
// https://jarcasting.com/artifacts/com.studio4365/spring-boot-healthcheck/
implementation 'com.studio4365:spring-boot-healthcheck:1.00'
// https://jarcasting.com/artifacts/com.studio4365/spring-boot-healthcheck/
implementation ("com.studio4365:spring-boot-healthcheck:1.00")
'com.studio4365:spring-boot-healthcheck:jar:1.00'
<dependency org="com.studio4365" name="spring-boot-healthcheck" rev="1.00">
<artifact name="spring-boot-healthcheck" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.studio4365', module='spring-boot-healthcheck', version='1.00')
)
libraryDependencies += "com.studio4365" % "spring-boot-healthcheck" % "1.00"
[com.studio4365/spring-boot-healthcheck "1.00"]
Group / Artifact | Type | Version |
---|---|---|
commons-collections : commons-collections | jar | 3.2 |
org.springframework.boot : spring-boot-starter-web | jar | 1.2.6.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 1.2.6.RELEASE |