Implement file-system PoC

Implement proxy functionality for external APIs
This commit is contained in:
Simon Grimme
2022-07-12 17:25:23 +02:00
parent b1103119b6
commit 1142bc307e
6 changed files with 64 additions and 3 deletions
+7
View File
@@ -42,6 +42,13 @@
<scope>runtime</scope>
</dependency>
<!-- File handling -->
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
</dependency>
<!-- Test -->
<dependency>
<groupId>org.springframework.boot</groupId>