Skip to content

Commit

Permalink
Add swagger link in the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
ypiel-talend committed Mar 25, 2024
1 parent 1d08385 commit 94ea391
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ And start the server:
$ java -jar target/validation-server-0.0.1-SNAPSHOT.jar --server.port=9098
```
The `--server.port` option let you define the port you want to listen to, `8080` is the default.

Once the server is running, you can access its API swagger documentation: http://127.0.0.1:9098/swagger-ui/index.html
## Launch the server in a docker container
You have to build the porject first, then create the docker image:
```shell
Expand Down

0 comments on commit 94ea391

Please sign in to comment.