Helper project for service components abstraction
To manage all modules versions, add to dependencyManagement :
<dependency>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-service-helper-bom</artifactId>
<version>${fj-service-helper-version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
This project is a wrapper for some service components abstraction modules :
Simple configuration API for services.
Simple configuration API implementation based on MicroProfile config API.
Simple configuration API implementation based on Spring config API.
Collection of MicroProfile ExceptionMappers.
Simple data resources load/save interface layer.
JVFS implementation for data resources load/save interface layer.
Quarkus demo application for other modules