Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tynab/restful-api-exercise

CyberSoft Java 17 - Spring Boot Exercise
https://github.com/tynab/restful-api-exercise

api backend backend-java backend-java-17 cybersoft cybersoft-backend-java cybersoft-backend-java-17 cybersoft-java java java-17 lombok restful-api spring spring-boot spring-boot-framework spring-data-jpa spring-framework spring-mvc spring-security yan

Last synced: 29 days ago
JSON representation

CyberSoft Java 17 - Spring Boot Exercise

Awesome Lists containing this project

README

        

# 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