Commit Graph

3 Commits

Author SHA1 Message Date
koreafood 2cc7ade705 docs(readme): add board generator command usage example
Add a complete shell command example for the board-generator tool with required env vars and flags
2026-05-31 15:26:11 +09:00
koreafood 12c40c6004 feat(board-generator): add board code generator and sample CRUD artifacts
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.
2026-05-31 13:22:03 +09:00
koreafood af320f07fb chore: MSSQL에서 PostgreSQL로 프로젝트 마이그레이션
- local, dev, prod 프로필의 환경 설정 파일을 PostgreSQL 연결 정보로 변경

- pom.xml에 PostgreSQL JDBC 드라이버 의존성과 Lombok 빌드 설정을 추가

- SpringConfig의 MyBatis 설정을 PostgreSQL 전용 매퍼 파일을 사용하도록 변경

- log4j2.xml의 로그 디렉터리를 절대 경로 /logs에서 상대 경로로 변경

- plan.md에 DB 설정 정보를 추가하고 README.md를 PostgreSQL 기반 구성에 맞게 갱신
2026-05-29 18:22:55 +09:00