How does Spring MVC work with kotlin coroutine? Do I always have to use kotlin coroutine for my server code? Any examples would be appreciated.
j
Jacob
03/03/2025, 12:51 AM
Old web Mvc has no connection to coroutines. New Reactive flavor does. With react you can replace mono return types with suspend functions and flux with flow