- Remove the RolePlayApplication class as part of the restructuring. - Update pom.xml to include new dependencies for YAML configuration and H2 database support. - Modify API package imports in ModelResource, SessionResource, and TurnResource to use the generated API package. - Update application.yml to configure H2 datasource and enable Liquibase migrations at startup.
RolePlay
Minimal Quarkus (Java 21) project scaffold for the RolePlay service.
Structure
src/main/java/de/neitzel/roleplay: startup and base packagesrc/main/java/de/neitzel/roleplay/business: business logicsrc/main/java/de/neitzel/roleplay/common: shared utilitiessrc/main/java/de/neitzel/roleplay/data: data accesssrc/main/java/de/neitzel/roleplay/fascade: external facadessrc/main/resources/db/migration: Liquibase changelog location
Build and test
mvn test
Description
Languages
Java
58.3%
TypeScript
30.9%
Mustache
10.6%
HTML
0.2%