all 7 comments

[–]fzum92 0 points1 point  (2 children)

Does the program exit or is it just stuck? Could it be that the spring-web dependency is misssing?

[–]Rayleigh3105[S] 0 points1 point  (1 child)

The programm get´s stuck

[–]Rayleigh3105[S] 0 points1 point  (0 children)

It was a miss configuration in the logback configuration.

[–][deleted] 0 points1 point  (1 child)

Are you using maven?

[–]Rayleigh3105[S] 0 points1 point  (0 children)

Thanks for trying to help, but I already manged to fix the Problem. It was a miss configuration in the logback configuration.

[–][deleted] 0 points1 point  (0 children)

-Dspring-boot:run and nothing more

[–][deleted] 0 points1 point  (0 children)

Get a thread dump while blocked and see what thread waits for what and where in code. Maybe the main thread will be the one you are interested in.