This library centralizes and standardizes JPA entity classes used across multiple systems.
Instead of duplicating entity definitions, applications simply import this library.
Benefits include:
- Consistency across services
- Single source of truth for table mappings
- Reduced maintenance and code duplication
- Simplified integration databases
- Java 21+
- Jakarta Persistence API (JPA)
- Hibernate ORM
- Spring Data (optional / provided scope)
- Maven for dependency management
Add this dependency to your application’s pom.xml:
<dependency>
<groupId>io.github.sysnormal1.data.integrations>
<artifactId>consulta-data-model</artifactId>
<version>0.0.4</version>
</dependency>git clone https://github.com/sysnormal1/consulta-data-model.git
This project is licensed under the MIT License — see the LICENSE file for details.
Alencar Velozo
GitHub: @aalencarvz1
Sysnormal
GitHub: @sysnormal1