Project Modules
This project has declared the following modules:
Name | Description |
---|---|
Spring Web Services | Core Spring Web Services is a project that provides foundational components for building web services using the Spring Framework. It connects Core business logic with HTTP-based communication, enabling scalable and modular APIs while adhering to Clean Architecture principles. |
Spring Data Based Adapters | Spring Data Based Adapters is a project that integrates Spring Data to connect Core business logic with database systems. It simplifies data persistence, retrieval, and management while maintaining modularity, scalability, and adherence to Clean Architecture principles. |
Spring Kafka Outbox Adapters | Spring Kafka Outbox Adapters is a project that facilitates event-driven communication using the transactional outbox pattern with Spring Kafka. It ensures reliable integration between Core business logic and distributed systems by managing event publishing to Kafka, enabling scalability, consistency, and adherence to Clean Architecture principles. |