Implemented ConfigService load/save methods and tests

This commit is contained in:
Rithvik Sriram 2025-11-28 00:27:38 +01:00
commit fc03b6998a
5 changed files with 259 additions and 0 deletions

View file

@ -23,6 +23,12 @@
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.20.1</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>