ByungCheol
f79c2412fd
Merge branch 'dev' into main
...
Deploy / deploy (push) Has been cancelled
CI / build (push) Has been cancelled
ci: 자동 배포 워크플로 + 서버 설정 파일
2026-05-31 15:55:35 +09:00
ByungCheol
614e74be8a
ci: 백엔드 자동 배포 구현 (SSH + systemd, main push)
...
CI / build (push) Has been cancelled
- deploy.yaml: jar 빌드 → scp 전송 → systemctl 재시작
- deploy/sb-backend.service: systemd 유닛 샘플
- deploy/README.md: 시크릿·서버 준비 안내
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-05-31 15:55:33 +09:00
ByungCheol
f3230dcc5b
Merge branch 'dev' into main
...
CI / build (push) Failing after 12m12s
ci: Gitea Actions CI/CD 워크플로 추가
2026-05-31 15:49:08 +09:00
ByungCheol
8639ca3d04
ci: Gitea Actions 워크플로 추가
...
CI / build (push) Failing after 16m32s
- ci.yaml: JDK17 + MariaDB/Redis 서비스 컨테이너 → gradlew clean build → jar 아티팩트
- deploy.yaml: 수동 실행(workflow_dispatch) 배포 템플릿(SSH/scp·Docker 예시)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-05-31 15:49:06 +09:00
ByungCheol
ef7d0f7f83
Merge branch 'dev' into main
...
가계부·게시판 백엔드 API 구현 (account/auth/board/user/admin)
2026-05-31 15:45:25 +09:00
ByungCheol
2a2f81dc32
feat: 가계부·게시판 백엔드 API 구현
...
- com.sb.web 패키지로 재구성: account / auth / board / user / admin / common
- 가계부(account): 내역(필터), 계좌·순자산, 예산, 분류, 정기 거래, 투자 포트폴리오
(종목·매매 이력, 이동평균 평단·실현/평가손익)
- MyBatis + MariaDB + Redis 세션, BCrypt
- 스키마 자동 초기화(db/*.sql, 멱등), 사용자별 데이터 격리(member_id)
- 문서: docs/BACKEND.md, .env.example
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-05-31 15:43:09 +09:00
ByungCheol
9243a41385
@
...
Initial commit: SB 백엔드 (Spring Boot + MyBatis)
- 사용자 CRUD REST API (/api/users)
- MariaDB(MyBatis) + Redis 캐싱 구성
- CORS 설정 및 헬스 체크 엔드포인트
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
@
2026-05-30 21:18:35 +09:00