What problem does it solve?
Ensures that every Spring Boot project in the organization includes the correct internal dependencies by default, preventing missing or incompatible module configurations and standardizing the base stack.
Core Features & Use Cases
- Enforces mandatory inclusion of the lz-base SDK as the foundational set for Spring projects, guaranteeing consistency across teams.
- Provides a clear, versioned module list (lz-base-core, lz-base-web) and optional components (lz-base-cache, lz-base-bus, lz-base-msg, lz-base-file, lz-base-persistence, lz-base-elastic-search, lz-base-discovery, lz-base-config, lz-base-distributed-transaction, lz-base-language, lz-base-open-telemetry, lz-base-opt-log) to match project needs.
- Documents recommended versions and environment compatibility (Java 21, Spring Boot 3.3.x, Spring Cloud 2023.0.3) and provides a template inheritance snippet for project configuration.
Quick Start
Create a new Spring Boot project and ensure the build files declare the lz-base dependencies exactly as described in this skill.