spring-boot

Installation
SKILL.md

Spring Boot

Java framework for building production-ready microservices.

When to Use

  • Enterprise Java applications
  • Microservices architecture
  • REST APIs with Java/Kotlin
  • Cloud-native applications

Quick Start

@RestController
@RequestMapping("/api/users")
public class UserController {
    private final UserService userService;
Installs
4
GitHub Stars
10
First Seen
Feb 10, 2026
spring-boot — g1joshi/agent-skills