가이드 사이트 백엔드 API (Spring Boot 3 + JDK 17 + PostgreSQL)
Go to file
htlee 9db7b8bfb4 feat: 관리자/활동/이슈 API 전체 구현
- Entity: LoginHistory, PageView, Issue, IssueComment 추가
- Repository: 각 엔티티별 JpaRepository 추가
- Service: UserService, RoleService, ActivityService, IssueService
- Admin API: 사용자 관리 7개, 롤/권한 관리 7개, 통계 1개 엔드포인트
- Activity API: 페이지뷰 기록, 로그인 이력 조회
- Issue API: CRUD + 코멘트, 프로젝트/위치/Gitea 링크 지원
- Exception: GlobalExceptionHandler, ResourceNotFoundException, BusinessException
- AuthController: 로그인 시 LoginHistory 기록 추가
- Dockerfile 추가

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 21:13:14 +09:00
.claude chore: 팀 워크플로우 v1.2.0 동기화 2026-02-14 17:28:33 +09:00
.gitea/workflows fix: git clone URL을 Gitea 내부 주소로 변경 2026-02-14 20:21:37 +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: 관리자/활동/이슈 API 전체 구현 2026-02-14 21:13:14 +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
Dockerfile feat: 관리자/활동/이슈 API 전체 구현 2026-02-14 21:13:14 +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)