Added reading data from database using springboot

This commit is contained in:
grata
2023-04-27 09:55:31 +02:00
parent 6c7f9c6007
commit 1ea79fbda4
9 changed files with 112 additions and 36 deletions

View File

@@ -49,6 +49,11 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.persistence</groupId>
<artifactId>javax.persistence-api</artifactId>
<version>2.2.3</version>
</dependency>
</dependencies>
<build>