파일
wbx-spring/wtm-frontend-vue
accura0117 5415a3cfca refactor: 프로젝트 구조 개선 및 코드 정리
- build/ 아티팩트 141개 파일 git 추적 제거 (.gitignore 누수 수정)
- application-example.yml 실제 DB 자격증명 → 플레이스홀더로 교체
- WbxRoleRepository → rbac 패키지, WbxSystemConfigRepository → config 패키지 이동
- HealthController → common 패키지 이동
- auth.service.ts → auth.api.ts 이름 변경 (Vue/React 양쪽)
- modules/auth/auth.types.ts 재수출 래퍼 파일 제거
- Vue 프론트엔드에 toArray 유틸 추가 (React와 동일)
- settings.gradle.bak, .omc 상태 파일 등 불필요 파일 삭제
- **/.omc/ 패턴 .gitignore 추가

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 22:43:57 +09:00
..

Vue 3 + TypeScript + Vite

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.