spring-kotlin-deepdive icon indicating copy to clipboard operation
spring-kotlin-deepdive copied to clipboard

A journey from Java to Kotlin with Spring

Results 3 spring-kotlin-deepdive issues
Sort by recently updated
recently updated
newest added

I added a Thread.sleep(10000) in the now() method, to simulate a time consuming task. Then open up two tab in Chrome to request http://localhost:8080/time/deferred at the same time. And I...

See https://github.com/Kotlin/kotlinx.coroutines/issues/280#issuecomment-372393260.

To go all-in with Kotlin a `build.gradle.kts` instead of a `build.gradle` could be used.