spring-boot-conventions

Community

Standardize Spring Boot backend patterns.

Authorrizwan2004cs
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Inconsistent backend coding patterns across the Spring Boot project lead to maintainability challenges and team friction. This guide defines standard architecture, package structure, and class patterns to keep the codebase predictable and easier to onboard.

Core Features & Use Cases

  • Enforces a three-layer architecture: Controller → Service → Repository.
  • Standardizes package layout: config/, controller/, dto/, entity/, enums/, repository/, service/.
  • Promotes specific class patterns: Entities with Lombok, Enums as STRING, DTOs as Java records, and repositories with clear query methods.
  • Provides guidelines for DTOs, repositories, services, and controllers to avoid common anti-patterns and drift.

Quick Start

Start by structuring any new Java class to the com.aidonormatcher.backend layout and applying the three-layer pattern.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: spring-boot-conventions
Download link: https://github.com/rizwan2004cs/AI-Donor-Matcher-Backend/archive/main.zip#spring-boot-conventions

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.