https://github.com/piomin/claude-ai-spring-boot
Claude Code template for Spring Boot and other staff (included in the tags)
https://github.com/piomin/claude-ai-spring-boot
docker flyway junit jwt kubernetes postgres testcontainers
Last synced: about 2 months ago
JSON representation
Claude Code template for Spring Boot and other staff (included in the tags)
- Host: GitHub
- URL: https://github.com/piomin/claude-ai-spring-boot
- Owner: piomin
- License: apache-2.0
- Created: 2026-02-16T15:54:47.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-25T07:38:54.000Z (2 months ago)
- Last Synced: 2026-03-25T19:40:52.238Z (2 months ago)
- Topics: docker, flyway, junit, jwt, kubernetes, postgres, testcontainers
- Homepage:
- Size: 227 KB
- Stars: 867
- Watchers: 19
- Forks: 270
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Claude Code Template for Spring Boot Application
This template provides a structured starting point for Spring Boot applications, optimized for Claude AI's code completion capabilities. It includes essential configurations and best practices to streamline development and enhance productivity.
The idea behind this template is that you can just clone this repository and use it to generate the app you want with Claude Code.
```shell
.
├── .claude
│ ├── agents
│ │ ├── code-reviewer.md
│ │ ├── devops-engineer.md
│ │ ├── docker-expert.md
│ │ ├── java-architect.md
│ │ ├── kubernetes-specialist.md
│ │ ├── security-engineer.md
│ │ ├── spring-boot-engineer.md
│ │ └── test-automator.md
│ ├── settings.local.json
│ └── skills
│ ├── README.md
│ ├── api-contract-review
│ │ └── SKILL.md
│ ├── clean-code
│ │ └── SKILL.md
│ ├── design-patterns
│ │ └── SKILL.md
│ ├── java-architect
│ │ ├── SKILL.md
│ │ └── references
│ │ ├── jpa-optimization.md
│ │ ├── reactive-webflux.md
│ │ ├── spring-boot-setup.md
│ │ ├── spring-security.md
│ │ └── testing-patterns.md
│ ├── java-code-review
│ │ └── SKILL.md
│ ├── jpa-patterns
│ │ └── SKILL.md
│ ├── logging-patterns
│ │ └── SKILL.md
│ ├── spring-boot-engineer
│ │ ├── SKILL.md
│ │ └── references
│ │ ├── cloud.md
│ │ ├── data.md
│ │ ├── security.md
│ │ ├── testing.md
│ │ └── web.md
│ └── spring-boot-patterns
│ └── SKILL.md
├── CLAUDE.md
├── README.md
└── pom.xml
```
You can find the detailed explanation and description of that that template in my post [Claude Code Template for Spring Boot](https://piotrminkowski.com/2026/03/24/claude-code-template-for-spring-boot/).