Added controllers and simple management

This commit is contained in:
maciejrusek
2026-04-15 21:37:13 +02:00
parent d41b918f59
commit a77e0f9396
8 changed files with 146 additions and 55 deletions

View File

@@ -33,6 +33,12 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mindrot</groupId>
<artifactId>jbcrypt</artifactId>
<version>0.4</version>
</dependency>
<!-- Server -->
<dependency>
<groupId>org.xerial</groupId>