Last Version

jsystemd starter module for Spring Boot 1.0.3.2

Spring boot starter that provides auto-configuration for jsystemd, effectively turning any spring boot application into a proper system service under systemd.

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.tomtom.jsystemd
ArtifactId

ArtifactId

jsystemd-spring-boot-starter
Version

Version

1.0.3.2
Type

Type

jar
Description

Description

jsystemd 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.

Download jsystemd-spring-boot-starter 1.0.3.2


<!-- https://jarcasting.com/artifacts/com.tomtom.jsystemd/jsystemd-spring-boot-starter/ -->
<dependency>
    <groupId>com.tomtom.jsystemd</groupId>
    <artifactId>jsystemd-spring-boot-starter</artifactId>
    <version>1.0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomtom.jsystemd/jsystemd-spring-boot-starter/
implementation 'com.tomtom.jsystemd:jsystemd-spring-boot-starter:1.0.3.2'
// https://jarcasting.com/artifacts/com.tomtom.jsystemd/jsystemd-spring-boot-starter/
implementation ("com.tomtom.jsystemd:jsystemd-spring-boot-starter:1.0.3.2")
'com.tomtom.jsystemd:jsystemd-spring-boot-starter:jar:1.0.3.2'
<dependency org="com.tomtom.jsystemd" name="jsystemd-spring-boot-starter" rev="1.0.3.2">
  <artifact name="jsystemd-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomtom.jsystemd', module='jsystemd-spring-boot-starter', version='1.0.3.2')
)
libraryDependencies += "com.tomtom.jsystemd" % "jsystemd-spring-boot-starter" % "1.0.3.2"
[com.tomtom.jsystemd/jsystemd-spring-boot-starter "1.0.3.2"]

Dependencies

compile (5)

Group / Artifact Type Version
com.tomtom.jsystemd : jsystemd-core jar 1.0.3.2
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.3
org.springframework.boot : spring-boot-starter-actuator Optional jar

Project Modules

There are no modules declared in this project.