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

#1 프로젝트 환경 설정 및 도메인 분석 설계 #2

Merged
merged 11 commits into from
Dec 26, 2022
Merged

Conversation

jimin-kiim
Copy link
Member

@jimin-kiim jimin-kiim commented Dec 26, 2022

Overview

  • 프로젝트 환경 설정
  • 도메인 분석 설계

Contents

  • 프로젝트 환경 설정
    • Spring Boot 2.7.6 (gradle)
    • 템플릿 엔진 : thymeleaf
    • 데이터 베이스 : h2
    • ORM : JPA, Hibernate
  • 도메인 분석 설계
    • 엔티티 클래스 개발 - 레포지토리 클래스 개발 - 테스트 클래스 개발
    • 도메인 모델과 테이블 설계 후 엔티티 클래스 개발

📸 스크린샷

Related Issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] 프로젝트 환경 설정 및 도메인 분석 설계
1 participant