Skip to content
Snippets Groups Projects
Commit f85088a9 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#599 - updated spring boot

parent 82a93fb4
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.5</version>
<version>2.5.3</version>
<relativePath/>
</parent>
......
......@@ -12,10 +12,9 @@ import javax.servlet.http.HttpServletRequest;
@Controller
public class ErrorCodeController implements ErrorController
{
@Override
public String getErrorPath()
{
return Mappings.ERROR;
return null;
}
@RequestMapping(Mappings.ERROR)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment