Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 240 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 240 Bytes

Rest Controller in Spring Boot

A controller is basically java class where I can handle URLs and API Endpoints which as a result
passes on the logic to the service or to the model. A controller is the starting point to your url.