Skip to content

parkgeonwoong/SpringBoot-Board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📌SpringBoot-Board

• Coding     

• Stack       

• Style       

• Environment           


  • University Project
  • SpringBoot 회원 관리 게시판

✅ Installation

Eclipse is hosted on many mirrors around the world. Please select the one closest to you and start to download the Installer

✅ Business Requirements

  • 회원 도메인과 리포지토리 만들기
  • 회원 리포지토리 테스트 케이스 작성
  • 회원 서비스 개발
  • 회원 서비스 테스트

- Controller : 웹 MVC의 컨트롤러 역할
- Service : 핵심 비즈니스 로직 구현
- Repository : DB에 접근, 도메인 객체를 DB에 저장하고 관리
- Domain : 비즈니스 도메인 객체

🔸 DB Model


🔸 Features

  • 실행 화면
  • 데이터 저장소와 연결
  • 회원가입
  • 조회

🔸Gallery