The project is the second version of the bulletin board project. The Board2 added rest-api to the board project.
In other words, Crud(Create, Read, Update, Delete) is performed through the rest-api server. In order to run Crud, you must run Rest-Api.
- Client(8080) : https://github.com/donghak0205/board2
- Rest-Api(8081) : https://github.com/donghak0205/restapi
- Thymeleaf
- Jquery
- Ajax
- Spring boot 2.2.3
- Gradle
- Java 8
- H2
- lombok
- JPA
Filed Name | Data Type | Length | PK |
---|---|---|---|
idx | Long | O | |
title | varchar | 255 | |
subTitle | varchar | 255 | |
content | varchar | 255 | |
boardType | varchar | 255 | |
created_datetime | datetime | TIMESTAMP | |
updated_datetime | datetime | TIMESTAMP |