feat - 백엔드 core 서버 의존성 및 엔티티 생성#2
Merged
Merged
Conversation
spring boot 4.0.4, web, jpa, lombok, queryDSL, lombok 추가
5.1.0으로 변경
user: 유저 정보 userConsent: 유저 약관 정보
sessionContext: 세션 과 분석 문서 연결 sessionFeedback: 세션에 대한 피드백 interviewMessage: 면접 질문, 답변 interviewSession: 면접 세션 messageVoiceAnalysis: 답변별 음성 분석 결과
resume: 이력서메타 데이터
activityLog: 사용자 행동 로그 airequestLog: AI 서버 요청/응답 로그
githubRepository: 깃허브 레포지토리
analyzedDocument: ai 분석 결과 메타 데이터 + S3
refreshToken: jwt refreh token 저징
BaseSoftDeleteEntity: deelete 여부 BaseTimeAndUpdateEntity: 업데이트 시간 BaseTimeEntity: 생성시간 위 엔티티를 상속받아 자동으로 필드 생성
Contributor
|
LGTM! |
i3months
reviewed
Mar 27, 2026
Member
|
폴더 구조는 깔끔해보입니다. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
변경 사항
의존성 추가
SQL 스키마 기준 JPA 엔티티 초안 생성
공통 베이스 엔티티 추가
compileJava 기준 QueryDSL Q 클래스 생성 확인