Back to Browse

Spring Boot Tutorial 5 - Add a Rest Controller

10.9K views
Feb 22, 2019
12:54

This is Tutorial 5 of the Series of 2019 Spring Boot Tutorials. In this tutorials we are going to add a Rest Controller Procedure here: https://www.kindsonthegenius.com/spring-boot/04-spring-boot-add-rest-endpoint/ Find Procedures here: https://www.kindsonthegenius.com/spring-boot/ Spring Boot Tutorial 1 - Start Learning Spring Boot Today!: https://youtu.be/3iTDsYpU6vA Spring Boot Tutorial 2 - Setting up Spring Boot: https://youtu.be/KVgH3Thy_t4 Spring Boot Tutorial 3 - Your First Spring Boot Application: https://youtu.be/zBLn5VADi-8 Spring Boot Tutorial 4 - Spring Initializr: https://youtu.be/zBLn5VADi-8 Spring Boot Tutorial 5 - Add a Rest Controller: https://youtu.be/HOO0MhfVuSA Spring Boot Tutorial 6 - Dependency Management: https://youtu.be/HGtCZspKBMo Spring Boot Tutorial 7 - Building a REST API: https://youtu.be/Je5Ffk73K0A Spring Boot Tutorial 8 - Adding the Business Services: https://youtu.be/VmuAwSZ9T1s Spring Boot Tutorial 9 - Adding the Rest Controllers: https://youtu.be/0IO7Mlj5YuI Spring Boot Tutorial 10 - Testing the Rest Controller: https://youtu.be/_eosMDAwW-s Spring Boot Tutorial 11 - Get List of Items: https://youtu.be/A_JGiRqRzBw This is the Best Spring Boot Tutorial Ever. Learn Spring Boot Today. My web site: http://www.kindsonthegenius.com/spring-boot Steps to follow to add a Rest Controller: 1. Add the starter web dependency 2. Add the starter mvc dependency 3. Create a class (simple .java file) 4. Anotate the class with @RestController 5. Write the method you want to run 6. Anotate the method with @RequestMapping Sure you can add a Rest Controller now and remember to subscribe and leave a comment to let me know how you feel

Download

0 formats

No download links available.

Spring Boot Tutorial 5 - Add a Rest Controller | NatokHD