Initial implementation

This commit is contained in:
2026-02-15 02:11:57 +05:00
commit 8c8d2bbfee
18 changed files with 1136 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
package com.backend.unifier.title.service;
import io.quarkus.test.junit.QuarkusIntegrationTest;
@QuarkusIntegrationTest
class GreetingResourceIT {
// Execute the same tests but in packaged mode.
}