diff options
| author | Paul-Christian Volkmer | 2026-01-06 09:38:31 +0100 |
|---|---|---|
| committer | GitHub | 2026-01-06 08:38:31 +0000 |
| commit | 2a106a49d91699d0699af1134c41a43b942b85e8 (patch) | |
| tree | f86acb6346faadd7168d33804aa869943ca79228 /src/main/resources | |
| parent | 5636e4c73eb79d5a81ce428d3ba12d8b41b1ab31 (diff) | |
chore: immediate server shutdown/restart in dev env (#234)
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/application-dev.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index c334b05..6c1e51f 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -126,5 +126,4 @@ app: server: port: 8000 - - + shutdown: immediate
\ No newline at end of file |
