747 B
747 B
Suggested Commands — bibimbap (Darwin)
빌드/실행 (Maven wrapper, 루트에서):
./mvnw spring-boot:run— 개발 실행 (프로필 dev 기본)../mvnw -Papp.profile=live spring-boot:run— live 프로필../mvnw clean package— WAR 빌드 →target/bibimbap-0.0.1-SNAPSHOT.war../mvnw test— 전체 테스트../mvnw -Dtest=DbUpdateQueryGeneratorTest test— 단일 테스트.
전제조건:
- 실행/통합테스트 전에
src/main/resources/dev/db.properties를db.properties.example복사 후 작성 (gitignore). live 도 동일. - PostgreSQL 기동 + 해당 스키마(dev/live) 접근 가능해야 datasource 로드 성공.
git/ls/grep/find 등 일반 유틸은 표준 unix 와 동일 — 생략.