Skip to content

Spring Boot Development Guidelines

Objective: Define standards for building production-grade Java microservices and web applications with Spring Boot, covering project setup, dependency injection, REST APIs, security, testing, and cloud-native deployment.

Source File

View the full rule: .agent/rules/spring.md

Sections

    1. Project Setup & Structure
    1. Dependency Injection & Design
    1. REST APIs
    1. Configuration, Security & Secrets
    1. Testing & Operations

Released under the MIT License.