License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.jpmsilva.jsystemd |
ArtifactId | ArtifactIdjsystemd-spring-boot-starter |
Version | Version2.0.1 |
Type | Typejar |
Description |
Descriptionjsystemd starter module for Spring Boot
Spring boot starter that provides auto-configuration for jsystemd, effectively turning any spring boot application into a proper system service
under systemd.
|
<!-- https://jarcasting.com/artifacts/com.github.jpmsilva.jsystemd/jsystemd-spring-boot-starter/ -->
<dependency>
<groupId>com.github.jpmsilva.jsystemd</groupId>
<artifactId>jsystemd-spring-boot-starter</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jpmsilva.jsystemd/jsystemd-spring-boot-starter/
implementation 'com.github.jpmsilva.jsystemd:jsystemd-spring-boot-starter:2.0.1'
// https://jarcasting.com/artifacts/com.github.jpmsilva.jsystemd/jsystemd-spring-boot-starter/
implementation ("com.github.jpmsilva.jsystemd:jsystemd-spring-boot-starter:2.0.1")
'com.github.jpmsilva.jsystemd:jsystemd-spring-boot-starter:jar:2.0.1'
<dependency org="com.github.jpmsilva.jsystemd" name="jsystemd-spring-boot-starter" rev="2.0.1">
<artifact name="jsystemd-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jpmsilva.jsystemd', module='jsystemd-spring-boot-starter', version='2.0.1')
)
libraryDependencies += "com.github.jpmsilva.jsystemd" % "jsystemd-spring-boot-starter" % "2.0.1"
[com.github.jpmsilva.jsystemd/jsystemd-spring-boot-starter "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.jpmsilva.jsystemd : jsystemd-core | jar | 2.0.1 |
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.springframework.boot : spring-boot-starter-tomcat Optional | jar | |
com.github.jpmsilva.groundlevel-utilities : groundlevel-utilities | jar | 1.0.4 |
org.springframework.boot : spring-boot-starter-actuator Optional | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
org.jetbrains : annotations Optional | jar | 20.1.0 |