Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 299 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 299 Bytes

Introduction

This is a springboot component that helps you quickly create daemon applications based on the Runnable interface.

Import

<dependency>
    <groupId>plus.jdk</groupId>
    <artifactId>spring-boot-starter-daemon</artifactId>
    <version>1.0.5</version>
</dependency>