Add scrolling sample for JPA.

Closes #662
This commit is contained in:
Christoph Strobl
2023-05-09 11:10:28 +02:00
committed by Mark Paluch
parent 767b90911b
commit 1b8872abce
6 changed files with 367 additions and 0 deletions

View File

@@ -145,6 +145,12 @@
<artifactId>junit-vintage-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.javafaker</groupId>
<artifactId>javafaker</artifactId>
<version>1.0.1</version>
<scope>test</scope>
</dependency>
</dependencies>