Connected two graphs to backend, WIP

This commit is contained in:
2023-10-19 23:02:09 +03:00
parent 6ccf92ecce
commit 6ca8b861e4
8 changed files with 236 additions and 70 deletions

View File

@@ -22,6 +22,11 @@
<artifactId>spring-boot-starter-web</artifactId>
<version>3.1.4</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>