Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Update README.md (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneseschrig authored May 14, 2020
1 parent 43e544b commit 23b492f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,17 @@ To build and run the submission service:
```
The submission service will then be available locally on port 8080.

## Debugging

You may run the application with the spring profile `dev` to enable the `DEBUG` log-level.

```
mvn spring-boot:run -Dspring-boot.run.profiles=postgres,dev
```

To be able to set breakpoints (e.g. in IntelliJ), it may be necessary to use the parameter `-Dspring-boot.run.fork=false`.


## Known Issues

There are no known issues.
Expand Down

0 comments on commit 23b492f

Please sign in to comment.