Skip to content

donghak0205/board2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Board2

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.

Information

1. Front End

  1. Thymeleaf
  2. Jquery
  3. Ajax

2. Back End

  1. Spring boot 2.2.3
  2. Gradle
  3. Java 8
  4. H2
  5. lombok
  6. JPA

3. DB

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

About

Board(Basic CRUD) + RestApi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published