BAEL-4223: Displaying Spring error messages with Thymeleaf (#10652)

This commit is contained in:
freelansam
2021-04-14 01:25:33 +05:30
committed by GitHub
parent 45b8a5d399
commit e0b4e6bcd6
8 changed files with 284 additions and 1 deletions
@@ -26,7 +26,15 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>