feat: Add Dockerfiles and configuration for Quarkus application

This commit is contained in:
2026-04-18 15:26:13 +02:00
committed by LQ63
parent 1401297e7f
commit b706c65a0a
3 changed files with 8 additions and 2 deletions
@@ -0,0 +1,2 @@
greeting:
message: "hello"
@@ -0,0 +1,6 @@
-- This file allow to write SQL commands that will be emitted in test and dev.
-- The commands are commented as their support depends of the database
-- insert into myentity (id, field) values(1, 'field-1');
-- insert into myentity (id, field) values(2, 'field-2');
-- insert into myentity (id, field) values(3, 'field-3');
-- alter sequence myentity_seq restart with 4;