Skip to content

Commit

Permalink
MOSIP-34016 Corrected readme for java 21 (#1546)
Browse files Browse the repository at this point in the history
* MOSIP-34016 Corrected readme for java 21

Signed-off-by: kameshsr <[email protected]>

* MOSIP-34016 Corrected readme

Signed-off-by: kameshsr <[email protected]>

* MOSIP-34016 Corrected Readme

Signed-off-by: kameshsr <[email protected]>

* MOSIP-34016 Corrected readme

Signed-off-by: kameshsr <[email protected]>

---------

Signed-off-by: kameshsr <[email protected]>
  • Loading branch information
kameshsr authored Oct 23, 2024
1 parent bbf8d29 commit e134f1a
Showing 1 changed file with 20 additions and 0 deletions.
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.

0 comments on commit e134f1a

Please sign in to comment.