I just get an Error when enabling Spring. Just by deactiviating the launch of spring using
// SpringApplication.run(WebsiteController.class);
The Programm runs fine. If enabled it crashes with the attached Error.
I attached each File that seems relvant for my eyes. I wasnt able to fix it while tring a lot.