https://github.com/sinam7/bulletin-board
Spring Boot + Thymeleaf 기반의 게시판 만들기 연습
https://github.com/sinam7/bulletin-board
bootstrap5 bulletin-board bulletin-board-system spring-boot springboot thymeleaf
Last synced: about 1 month ago
JSON representation
Spring Boot + Thymeleaf 기반의 게시판 만들기 연습
- Host: GitHub
- URL: https://github.com/sinam7/bulletin-board
- Owner: sinam7
- Created: 2023-02-10T16:02:19.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T08:29:04.000Z (about 2 years ago)
- Last Synced: 2025-02-13T17:51:57.837Z (3 months ago)
- Topics: bootstrap5, bulletin-board, bulletin-board-system, spring-boot, springboot, thymeleaf
- Language: Java
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bulletin-Board
연습용 게시판 만들기 예제입니다.
---
### Tech specification
* Spring Boot
* Thymeleaf---
### Functions
* 게시판
* 글 등록, 열람, 수정, 삭제* 회원
* 회원 가입, 정보 수정---
### TODO
1. Validation
1. 회원
* 아이디 중복 확인
* 비밀번호 규칙
* 닉네임 중복 확인2. 글
* 로그인한 회원만 글 작성 가능
* 글 작성자만 글 삭제 가능####
2. DBMS 연결
* 현행: local memory
* 변경: H2 Database####
3. 회원 권한 레벨
1. Administrator
* 모든 페이지 접근 및 작업 수행 가능
2. User
* 회원 목록 페이지 접근 불가####
4. 댓글 기능
* 작성자
* 내용
* 작성 시각
* 댓글이 작성된 게시글 번호
* 대댓글이 작성된 댓글 번호 (대댓글이 아니면 자신 번호)