Move to package com.backend.unifier.title (remove service suffix), add list endpoint

This commit is contained in:
2026-03-22 01:25:35 +05:00
parent 5fa7b099c8
commit f4374d5d59
16 changed files with 97 additions and 24 deletions

View File

@@ -90,6 +90,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-health</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-redis-client</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-junit</artifactId>