Skip to content

Latest commit

 

History

History

Spring_RestController_RestApi

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.