chore: update Java version in README (#2091)

Closes: gh-2072

* chore: add Maven wrapper jar file

This way we don't download it every time from a Maven repository saving some band with.

* chore: remove @authors tag
This commit is contained in:
Nanne Baars
2025-03-31 21:05:15 +02:00
committed by GitHub
parent 9ec75d5a56
commit ec3b9e8aaf
85 changed files with 2 additions and 348 deletions

View File

@ -14,10 +14,6 @@ import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
import org.springframework.web.servlet.config.annotation.ViewControllerRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
/**
* @author nbaars
* @since 8/13/17.
*/
@Configuration
public class MvcConfiguration implements WebMvcConfigurer {