질문&답변
소스코드 DB 세팅 가이드가 필요합니다.
docker로 환경에 맞게끔 띄우면 될 것 같아요! Postgres의 경우 PostgreSQLDataSourceProvider에 있네요. 저는 이렇게 띄웠어요 docker run --name high-performance-sql-postgres \ -e POSTGRES_USER=postgres \ -e POSTGRES_PASSWORD=admin \ -e POSTGRES_DB=high_performance_sql \ -p 5432:5432 \ -d postgres:15.3
- 좋아요수
- 0
- 댓글수
- 2
- 조회수
- 245





