JAVA-8363: Move etag code to spring-boot-mvc-3

This commit is contained in:
Krzysiek
2021-11-25 13:10:58 +01:00
parent 6919bda856
commit fab1638eeb
13 changed files with 145 additions and 22 deletions

View File

@@ -27,6 +27,14 @@
<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>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>