Java Spring Backend

Java/Spring Boot 백엔드 기능을 새로 작성하거나 구조를 바꿀 때 사용한다. Controller/Service/Repository 계층 배치, transaction 경계 설정, DTO와 entity 경계, 예외 처리 및 응답 규약, 설정(profile/property) 배치 판단이 필요할 때 트리거된다. "Spring에서 이 기능 어떻게 짜지", "서비스 계층 나누는 게 맞나", "@Transactional 어디에 붙이나", "entity를 그대로 반환해도 되나" 같은 요청에 해당한다. 이미 작성된 코드를 평가하는 것이 목적이면 code-review를, 성능/장애 원인 추적이 목적이면 debugging을 쓴다.

j99way99 Updated

File contents

j99way99/claude-skills/tree/main/skills/java-spring-backend commit 00fe9e6f76

Frequently asked questions

npx skillmds@latest add j99way99/java-spring-backend