Skip to content

Repository files navigation

Simple Blog

Spring Boot로 만든 간단한 블로그 입니다.



운영 환경

- Spring Boot v2.6.1
- MySQL v8.0.27
- Thymeleaf v3.0.12



필요 설정

application.properties - MySQL url, 계정 설정

기능

  1. 메인 페이지 (글 목록)
  2. 글 작성, 수정, 삭제
  3. 댓글 작성
  4. +) 글 paging

API

기능URL메소드요청값
메인 페이지/GETparams
글 작성 페이지/writeGETX
글 작성하기/writePOSTbody
글 수정 페이지/edit/{postId}GETX
글 수정하기/edit/{postId}POSTbody
글 상세보기/posts/{postId}GETX
글 삭제하기/posts/{postId}DELETEX
댓글 작성하기/{postId}/commentPOSTbody

About

A simple blog made with Spring Boot

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages