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