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

feat: db connect with spring boot in local #3

Merged
merged 13 commits into from
Dec 19, 2024
Merged

feat: db connect with spring boot in local #3

merged 13 commits into from
Dec 19, 2024

Conversation

kpryu6
Copy link
Collaborator

@kpryu6 kpryu6 commented Dec 18, 2024

Overview

  • �Redis와 MySQL -> Spring Boot와 연결

Change Log

  • build.gradle에 dependencies 추가
  • application.properties에 mysql과 hibernate 관련 설정 추가
  • Stock Entity 생성
  • JPA 인터페이스 생성(CRUD)
  • Controller에서 redis와 mysql에 CRUD 날리는 코드 추가

To Reviewer

Acceptance Criteria

  • Redis와 MySQL 모두 정상적으로 동작. Controller 코드도 정상 동작.

@kpryu6 kpryu6 added the enhancement New feature or request label Dec 18, 2024
@kpryu6 kpryu6 self-assigned this Dec 18, 2024
@seoyeon0201
Copy link
Collaborator

stock entity에 id VARCHAR 타입입니다! 종목마다의 ID로 하기로 했어요
근데 저도 id는 Long으로밖에 안 해봐서 개인적으로 종목ID column을 추가하는 것이 편할 것 같아요

@kpryu6
Copy link
Collaborator Author

kpryu6 commented Dec 18, 2024

stock entity에 id VARCHAR 타입입니다! 종목마다의 ID로 하기로 했어요 근데 저도 id는 Long으로밖에 안 해봐서 개인적으로 종목ID column을 추가하는 것이 편할 것 같아요

오 Got it 입니다

@kimkeonhyo
Copy link
Contributor

고생하셨어요~~

@naboyeong
Copy link
Collaborator

고생하셨습니다~

Copy link
Collaborator

@Yeonhee-Kim Yeonhee-Kim left a comment

Choose a reason for hiding this comment

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

수고하셨슴당

@kpryu6 kpryu6 merged commit 6497d17 into develop Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants