Reactive REST API With Spring, Kotlin, and Coroutines

preview_player
Показать описание
In this practical guide, I will show you how to create a reactive REST API using Spring, Kotlin, coroutines, and Kotlin Flows.

===
===

=== CHECK THIS OUT ===
======================

=== LEARN EVERYWHERE ===
==========================

=== BEST BOOKS FOR KOTLIN DEVS ===
========================

===
0:00 What you're gonna learn
1:12 Requirements
1:52 Set up Postgres with Docker
4:14 Set up database
13:44 Generate Spring Boot 3 Project
16:56 Configure DB connection
19:44 Create models
22:59 Implement repositories
30:12 Add services
42:44 Add DTOs
47:05 Expose REST endpoints
1:11:14 Homework & Outro
Рекомендации по теме
Комментарии
Автор

It's amazing please make more content Kotlin with Spring boot

zibrankhan
Автор

best tutorial on kotlin and spring boot I have ever seen!

lichenyang
Автор

thank you, next tutorial spring security with kotlin, please

letsgooow
Автор

Wow, this was the kotlin + spring course I really wanted.
Can I ask you a question while watching?


Translated with Google Translator.

bongjames
Автор

Please more tutorials with kotlin and spring

victororlyk
Автор

So whats the difference between the functions implemented in services, and the ones in coroutines? Like are the services function just for the database usage ?

rajmajumdar
Автор

thank you teacher
I really enjoyed the lecture.
I watched it with subtitles, but it was really understandable.
Is there going to be Lee's next lecture?
Is there a version that completes the repository?
I don't know how to write a query with coroutine.

Translated with Google Translator.

bongjames
Автор

Do all our functions need to be just suspending? We don't need to use coroutine scopes anywhere? Not even in the controller?

anshumandhal