REST API with Spring Boot - Dependency Injection. A practical example.

preview_player
Показать описание


In this Spring Boot video tutorial, you will learn how to use Dependency Injection in RESTful Web Service application. You will learn how to use the @Service and @Autowire annotation to let the Spring Framework auto-wire Java objects which our class depends on. This video is a practical example.

**************************************************************************************
My Video Courses:
**************************************************************************************

**************************************************************************************
Follow me on Twitter: @kargopolov
Follow me on Instagram: @sergeykargopolov
**************************************************************************************
Рекомендации по теме
Комментарии
Автор

Thanks very much for the tutorial. It helped me a lot to recover long fogotten knowledge, since it's been more then two years I last time used Java and DI in Java.

michaelkleine