Skip to content

jaguarcode/guestbook-springboot-webservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

guestbook-springboot-webservice

GuestBook - SpringBoot Demo Project

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

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

Dependencies

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