Spring Boot Application Daemon

Launch your Spring Boot Application with commons-daemon.

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.oxerr.spring.boot
ArtifactId

ArtifactId

spring-boot-daemon
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Boot Application Daemon
Launch your Spring Boot Application with commons-daemon.
Project URL

Project URL

https://oxerr.org/spring-boot-daemon
Source Code Management

Source Code Management

https://github.com/sutra/spring-boot-daemon/tree/master

Download spring-boot-daemon

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot jar 1.5.11.RELEASE
commons-daemon : commons-daemon jar 1.0.15

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0