How to create a RESTFUL API with Spring Boot | Postgresql | Java

preview_player
Показать описание
In this tutorial video, you'll learn how to create a restful api using springboot and java. Then, we will connect it to a postgresql database using springdata jpa. Finally, we will test the api endpoints using postman.

If you like the video don't forget to like and subscribe!

🚩 Subscribe ➜

/ @ucp1fedtyrgzpleegquenkkq

❓ Questions - Please go ahead and ask. Let's all help each other.

👇 Follow Me On Social Media:
Twitter: / stefm1000

Shopify CLI Tutorial for Beginners

#springboot
#java
#postgres
#api
#restfulapi
#coding
#springdatajpa
#backendwebdevelopment
#intellij

📚 Tutorial References:
Рекомендации по теме
Комментарии
Автор

I have just a one question... Why in some methods you used, for example, this.noteService and in anothers just noteService without the this? I know that you used the "final" notation in the declaration of the variable in the class and I understand your main use... So in this case, is it optional, just a convention question?

jalesfonseca