Add Node.js CLI tool with Handlebars templates for generating standard CRUD artifacts: Java entity, service, DAO, controller, MyBatis mapper XML, and Vue frontend pages.
Also generate the full SampleTableBoard CRUD reference implementation, update README with backend execution instructions, and add project plan documentation.
Restructured the sample board admin page to support separate list, create, edit, and detail views synced with URL query parameters. Added computed state, route watchers, and navigation methods to handle view switching, updated form layout to full width for detail displays, replaced inline title links with accessible styled buttons, and improved save/delete workflows to maintain correct component and URL state.
- 백엔드 엔티티, 서비스, DAO 및 REST 컨트롤러 계층 추가
- 데이터베이스 CRUD 처리를 위한 MyBatis PostgreSQL 매퍼 추가
- 생성, 조회, 수정, 삭제 전체 흐름을 지원하는 관리자용 Vue 컴포넌트 추가
- 게시글 등록 및 수정 요청에 대한 입력값 검증 추가