JAVA-86: spring-boot-custom-error-page

This commit is contained in:
Krzysiek
2020-03-15 16:55:18 +01:00
parent fff4be33f0
commit 9a4f4e47dc
11 changed files with 137 additions and 0 deletions
@@ -26,6 +26,11 @@
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>