Skip to content

CyberSoft Java 17 - Spring Boot Exercise

Notifications You must be signed in to change notification settings

Tynab/RESTful-API-Exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BÀI TẬP

Xây dựng Student Controller với các yêu cầu sau:

  • Tạo đối tượng Student với 2 thuộc tính name và age.
  • Tạo list để chứa danh sách Student.
  • Viết chức phương thức thêm mới student sử dụng @RequestParam.
  • Viết chức phương thức thêm mới student sử dụng @PathVariable.
  • Viết chức phương thức thêm mới student sử dụng @RequestBody.
  • Tất cả 3 phương thức trên đều trả về danh sách Student dạng JSON.

HÌNH ẢNH DEMO