An open API service indexing awesome lists of open source software.

https://github.com/osaguild/worker-sample


https://github.com/osaguild/worker-sample

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# worker-sample

### Description
Demo project for Spring Boot Worker

### Generated by Spring Initializr
- Access https://start.spring.io/
- Generate with the following setting

| Key | Value |
|:---|:---|
| Project | Gradle Project |
| Spring Boot | 2.6.3 |
| Group | com.osaguild |
| Name | worker_sample |
| Description | Demo project for Spring Boot Worker |
| Package name | com.osaguild.worker_sample |
| Packaging | Jar |
| Java | 11 |

### How to start
```
./gradlew bootRun
```

### How to stop
```
./gradlew -stop
```