https://github.com/commonjava/indy-scheduler-service
https://github.com/commonjava/indy-scheduler-service
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/commonjava/indy-scheduler-service
- Owner: Commonjava
- Created: 2021-04-25T07:53:27.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-23T07:35:28.000Z (over 3 years ago)
- Last Synced: 2024-04-16T07:21:37.453Z (about 2 years ago)
- Language: Java
- Size: 147 KB
- Stars: 0
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Indy Scheduler Service
Indy Scheduler Service is a single full-functional service for only indy scheduler, including scheduler creation, updating, querying and deleting.
## Prerequisite for building
1. jdk11
2. mvn 3.6.2+
## Prerequisite for debugging in local
1. docker 20+
2. docker-compose 1.20+
## Configure
see [src/main/resources/application.yaml](./src/main/resources/application.yaml) for details
## Try it
There are a few steps to set it up.
1. Build (make sure you use jdk11 and mvn 3.6.2+)
```
$ git clone git@github.com:Commonjava/indy-cheduler-service.git
$ cd indy-scheduler-service
$ mvn clean compile
```
2. Start depending services:
```
$ docker-compose up
```
2. Start in debug mode
```
$ mvn quarkus:dev
```