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.
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.
Quickly install springboot-patterns AI skill to your development environment via command line
Source: cliangdev/specflux.
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.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/cliangdev/specflux --skill springboot-patternsSpring 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.
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
https://github.com/cliangdev/specflux