가이드 사이트 백엔드 API (Spring Boot 3 + JDK 17 + PostgreSQL)
Go to file
htlee d1416d89a6 fix: CI/CD 워크플로우 checkout 에러 수정
- container 이미지(maven)에 Node.js 없어서 actions/checkout 실패
- git clone으로 대체
- .deploy-trigger 파일 생성 → systemd path unit이 감지하여 서비스 자동 재시작

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 20:18:28 +09:00
.claude chore: 팀 워크플로우 v1.2.0 동기화 2026-02-14 17:28:33 +09:00
.gitea/workflows fix: CI/CD 워크플로우 checkout 에러 수정 2026-02-14 20:18:28 +09:00
.githooks chore: 팀 워크플로우 v1.2.0 동기화 2026-02-14 17:28:33 +09:00
.mvn feat: Spring Boot 3.5 + JDK 17 초기 프로젝트 구성 2026-02-14 13:00:24 +09:00
src feat(auth): JWT 기반 Google 로그인 인증 API 구현 2026-02-14 17:28:51 +09:00
.editorconfig feat: Spring Boot 3.5 + JDK 17 초기 프로젝트 구성 2026-02-14 13:00:24 +09:00
.gitattributes feat: Spring Boot 3.5 + JDK 17 초기 프로젝트 구성 2026-02-14 13:00:24 +09:00
.gitignore feat: Spring Boot 3.5 + JDK 17 초기 프로젝트 구성 2026-02-14 13:00:24 +09:00
.sdkmanrc feat: Spring Boot 3.5 + JDK 17 초기 프로젝트 구성 2026-02-14 13:00:24 +09:00
CLAUDE.md docs: CLAUDE.md 상세화 — 전체 구현 가이드 추가 2026-02-14 13:25:41 +09:00
mvnw feat: Spring Boot 3.5 + JDK 17 초기 프로젝트 구성 2026-02-14 13:00:24 +09:00
mvnw.cmd feat: Spring Boot 3.5 + JDK 17 초기 프로젝트 구성 2026-02-14 13:00:24 +09:00
pom.xml feat: Spring Boot 3.5 + JDK 17 초기 프로젝트 구성 2026-02-14 13:00:24 +09:00
README.md Initial commit 2026-02-14 12:08:58 +09:00

gc-guide-api

가이드 사이트 백엔드 API (Spring Boot 3 + JDK 17 + PostgreSQL)