Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 315 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 315 Bytes

guestbook-springboot-webservice

GuestBook - SpringBoot Demo Project

스프링부트로 만든 간단한 게시판 웹서비스

  • 게시물 등록/수정/삭제/검색
  • 게시물 리스트 페이징 처리

Dependencies

  • SpringBoot
  • Rombok
  • Thymeleaf
  • Spring Data JPA + MariaDB with QueryDSL
  • JUnit5