forked from Commonjava/indy-repository-service
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix EventStoreKey Serializer missing for kafka problem
- Loading branch information
Showing
6 changed files
with
22 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,17 @@ | ||
# Indy Repository Management Service | ||
Indy Repository Management Service is a single full-functional service for only indy repository management, including repository creation, updating, querying and deleting. | ||
|
||
## Prerequisite | ||
## 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 | ||
|
@@ -19,7 +24,11 @@ $ git clone [email protected]:Commonjava/indy-repository-service.git | |
$ cd indy-repository-service | ||
$ mvn clean compile | ||
``` | ||
2. Start gateway in debug mode | ||
2. Start depending services: | ||
``` | ||
$ docker-compose up | ||
``` | ||
2. Start in debug mode | ||
``` | ||
$ mvn quarkus:dev | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters