How to create Simple Spring Boot Web Application using Maven in Eclipse Mars

preview_player
Показать описание
How to create Simple Spring Boot Web Application using Maven in Eclipse Mars

1. Open Eclipse.

2. Create a maven project with artifact maven-archetype-webapp.

4. Build the project (Ctrl+B) to download all dependencies.

5. Create Application class which extends SpringBootServletInitializer and add annotation
@SpringBootApplication at class level.

6. Override method configure and configure it.

7. Create a resource/handler/restcontroller class.

8. Make a get web service with the help of @RequestMapping, @RestController.

9. Run the project on Server.

10. Check web service call. done

11. Finish.

Thank you :)

Follow us on :

#java #springboot #spring #beginners #eclipse
Рекомендации по теме
Комментарии
Автор

Thanks Rahul. :) Good video . thumbs up

experienceit-knowit
visit shbcf.ru