1
0
template-java-gradle/workflow-version.json
Team Workflow Bot 3c99ffb83a chore: Java Gradle 프로젝트 템플릿 초기 구성
- CLAUDE.md: Java/Spring Boot/Gradle 프로젝트 가이드
- .claude/settings.json: Gradle 빌드 도구 권한 설정
- .claude/rules/: Java 코드 스타일, 네이밍, 테스트 규칙
- .githooks/pre-commit: Gradle 컴파일 검증
- gradle.properties.example: Nexus 레포지토리 설정 예시
- .sdkmanrc: JDK 17 버전 고정
2026-02-14 08:20:39 +09:00

27 lines
801 B
JSON

{
"version": "1.0.0",
"updated": "2026-02-14",
"gitea_url": "http://211.208.115.83:3000",
"nexus_url": "http://211.208.115.83:9081",
"changes": [
{
"version": "1.0.0",
"date": "2026-02-14",
"description": "팀 워크플로우 초기 구성",
"items": [
"3계층 정책 강제 (프로젝트 deny + 서버 hooks + Branch Protection)",
"Java Maven/Gradle + React TS 템플릿",
"Nexus 자체 레포지토리 연동",
"Conventional Commits (한/영 혼용)",
"Git hooks: pre-commit(빌드검증), commit-msg(형식검증), post-checkout(hooksPath 자동설정)"
],
"affected_files": [
".claude/settings.json",
".claude/rules/*",
".claude/skills/*",
".githooks/*"
]
}
]
}