Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 416 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 416 Bytes

BookList

基於Spring Boot framework

實作一個書單管理網頁,使用者能記錄書籍的狀態

###前端:

1.套用Bootstrap中的css和js模板實作網頁的頁面

2.使用Thymeleaf模板引擎實現靜態網頁與後端的串接

並實作RESTFul API進行動態增刪改查

###後端 1.Spring Data JPA

透過Hibernate實現ORM映射資料到MySQL資料庫

Maven

進行依賴管理