java-spring-boot
Production-ready Spring Boot applications with REST APIs, security, data access, and monitoring.
- Covers REST API development with Spring MVC/WebFlux, request validation, and exception handling via @ControllerAdvice
- Includes Spring Security configuration for OAuth2, JWT authentication, method-level authorization, and CORS/CSRF protection
- Provides Spring Data JPA patterns: repositories, query methods, pagination, auditing, and transaction management
- Integrates Actuator for health checks, Micrometer metrics, custom endpoints, and Prometheus monitoring
- Supports Spring Boot 3.x with auto-configuration, profiles, bean lifecycle management, and DevTools hot reload
Java Spring Boot Skill
Build production-ready Spring Boot applications with modern best practices.
Overview
This skill covers Spring Boot development including REST APIs, security configuration, data access, actuator monitoring, and cloud integration. Follows Spring Boot 3.x patterns with emphasis on production readiness.
When to Use This Skill
Use when you need to:
- Create REST APIs with Spring MVC/WebFlux
- Configure Spring Security (OAuth2, JWT)
- Set up database access with Spring Data
- Enable monitoring with Actuator
- Integrate with Spring Cloud
Topics Covered
More from pluginagentmarketplace/custom-plugin-java
java-testing
Test Java applications - JUnit 5, Mockito, integration testing, TDD patterns
623java-maven
Master Apache Maven - POM configuration, plugins, lifecycle, dependency management
574java-fundamentals
Master core Java programming - syntax, OOP, collections, streams, and exception handling
404java-jpa-hibernate
Master JPA/Hibernate - entity design, queries, transactions, performance optimization
374java-microservices
Build microservices - Spring Cloud, service mesh, event-driven, resilience patterns
321java-concurrency
Master Java concurrency - threads, executors, locks, CompletableFuture, virtual threads
314