Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Springboot web, jpa, lombok 의존성 추가 #7

Merged
merged 4 commits into from
Jul 21, 2024

Conversation

Jaewon-pro
Copy link
Member

@Jaewon-pro Jaewon-pro commented Jul 21, 2024

🔗 이슈 연결

🚀 구현한 API

  • X

💡 반영할 내용 및 변경 사항 요약

  • Springboot start web, data-jpa을 추가합니다.
  • Lombok 최신버전인 1.18.34를 추가합니다.
  • DB 연결 정보는 env 파일을 사용하고, env.example로 예시 환경 변수를 제공합니다.
  • testcontainers 1.20.0을 추가합니다.
    • 테스트 수행시 도커가 실행중이어야 합니다.

🔍 리뷰 요청/참고 사항

  • env.example의 파일을 복사해서 그 위치에 .env 파일을 생성하시면 돼요.
    • /src/main/resources에 있습니다.
  • 도커나 실제 DB서버를 띄우고, 비밀번호나 db 이름들을 .env 파일에 추가하시면 접속됩니다.
  • PostgreSQL의 기본 사용자는 postgres인 것 같아요.

@Jaewon-pro Jaewon-pro self-assigned this Jul 21, 2024
@Jaewon-pro Jaewon-pro requested a review from hee9841 July 21, 2024 02:36
Copy link
Collaborator

@hee9841 hee9841 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다 👍

@Jaewon-pro Jaewon-pro changed the title Springboot web, jpa, lombok 의존성 추가 Chore: Springboot web, jpa, lombok 의존성 추가 Jul 21, 2024
@Jaewon-pro Jaewon-pro merged commit 4840943 into main Jul 21, 2024
1 check passed
@Jaewon-pro Jaewon-pro deleted the feature/#5/gradle-dependencies branch July 21, 2024 05:54
hee9841 added a commit that referenced this pull request Sep 30, 2024
- 내부 테스트 관련 이슈 리스트(#7) 이슈 해결
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Springboot web, jpa, lombok 환경 설정
2 participants