Major refactor

This commit is contained in:
2026-01-27 23:15:29 +01:00
parent 39bb599219
commit 1d48b7d5e7
38 changed files with 140 additions and 293 deletions

View File

@@ -131,6 +131,12 @@
<artifactId>spring-security-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>13.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>