·springboot-patterns
</>

springboot-patterns

Spring Boot and Java best practices. Use when developing REST APIs, services, repositories, or any Java code. Applies DDD architecture, transaction management, and code style conventions.

5Installs·1Trend·@cliangdev

Installation

$npx skills add https://github.com/cliangdev/specflux --skill springboot-patterns

How to Install springboot-patterns

Quickly install springboot-patterns AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/cliangdev/specflux --skill springboot-patterns
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: cliangdev/specflux.

SKILL.md

View raw

Minimize Transaction Scope Only wrap the actual database operation in a transaction, not the entire method:

Use TransactionTemplate, Not @Transactional Prefer TransactionTemplate over @Transactional annotation for explicit control:

When Full Transaction Is Needed Keep full transaction scope when operations must be atomic:

Spring Boot and Java best practices. Use when developing REST APIs, services, repositories, or any Java code. Applies DDD architecture, transaction management, and code style conventions. Source: cliangdev/specflux.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/cliangdev/specflux --skill springboot-patterns
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from cliangdev/specflux

Quick answers

What is springboot-patterns?

Spring Boot and Java best practices. Use when developing REST APIs, services, repositories, or any Java code. Applies DDD architecture, transaction management, and code style conventions. Source: cliangdev/specflux.

How do I install springboot-patterns?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/cliangdev/specflux --skill springboot-patterns Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/cliangdev/specflux