Last Version

jsystemd starter module for Spring Boot 2.0.1

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.github.jpmsilva.jsystemd
ArtifactId

ArtifactId

jsystemd-spring-boot-starter
Version

Version

2.0.1
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 2.0.1


<!-- 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"]

Dependencies

compile (7)

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

Project Modules

There are no modules declared in this project.