Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MOSIP-34016 Corrected readme for java 21 #1546

Merged
merged 4 commits into from
Oct 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions authentication-demo-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,24 @@
## Overview
Demo authentication service used by automation tests.

## Build & run (for developers)
Prerequisites:
[Config Server](https://docs.mosip.io/1.2.0/modules/module-configuration#config-server)

The project requires JDK 1.21.
1. Build and install:
```
$ cd authentication-demo-service
$ mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip=true
```

2. Build Docker for a service:
```
$ cd <service folder>
$ docker build -f Dockerfile
```

### Configuration
[application-default.properties](https://github.com/mosip/mosip-config/blob/dev-integration/application-default.properties)

defined here.
Loading