← Catalog

No. 060 · framework

Spring Boot

Java microservices with Spring

Version 1.0.0 License MIT Format SKILL.md

Build Spring Boot applications: dependency injection, REST controllers, JPA repositories, security configuration, Actuator, and testing with JUnit 5.

When to use this skill

  • Creating a Spring Boot REST API
  • Setting up Spring Security
  • Configuring JPA repositories

Core concepts

This skill provides guidance on spring boot best practices, patterns, and common pitfalls. It is designed to be loaded on demand when a relevant task is detected.

Installation

curl -LO https://opencode-skills.example/downloads/framework/spring-boot.zip
unzip spring-boot.zip -d ~/.config/opencode/skills/

Restart OpenCode — the skill loads automatically.

When it triggers

  • creating a Spring Boot REST API
  • setting up Spring Security
  • configuring JPA repositories