I want to get my static resources loaded. First I thought it already works, but that was just a trick of browser cache. I only get the html-files loaded as expected, but I d
Okay, that helped me:
In WebMvcConfig I changed WebMvcConfigurationSupport to WebMvcAutoConfigurationAdapter
WebMvcConfigurationSupport
WebMvcAutoConfigurationAdapter
If you want to know about more about that module, better overview you find Stackoverflow-Link