Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 515 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 515 Bytes

Spring boot RestAPI self Studying

Dependency

  • Spring web
  • Lombok
  • JPA
  • MariaDB
  • Spring Security
  • JWT

설명

  • 회원가입 및 로그인은 Jwt + Spring Security로 구현 하였습니다.
  • 간단한 게시판 기능 + 댓글 기능 + 쪽지 기능을 REST API로 제작하였습니다.
  • JPA 양방향 매핑으로 인한 무한참조 현상 해결

블로그