-
some new extension-methods for Kotlin were added, like RestOperationsExtensions.kt
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
As usual, we start from https://start.spring.io/
-
jackson-module-kotlin
Module that adds support for serialization/deserialization of Kotlin (http://kotlinlang.org) classes and data classes.
You should add Jackson Module Kotlin in your project. After that, you can't specify a type of object explicitly.
-
Mockito does not work correctly with Kotlin types out of the box. Spring recommends using Mockk. There is also a special module for Mockito, which adds support for Kotlin - Mockito-Kotlin.
-
Mockito does not work correctly with Kotlin types out of the box. Spring recommends using Mockk. There is also a special module for Mockito, which adds support for Kotlin - Mockito-Kotlin.
-
kotlin-logging
Lightweight Multiplatform logging framework for Kotlin. A convenient and performant logging facade.
We chose kotlin-logging. It is a really convenient library and you can use it like this:
-
MapStruct and Kotlin
Related posts
-
How to Map a JSON Column in Spring Boot With JPA 3 and Hibernate 6
-
Tests Everywhere - Kotlin
-
๐งช **Demystifying Kotlin Unit Testing**: Your Odyssey to Code Confidence! ๐
-
Best practices for Unit Testing Android Apps with Mockk, Kotest and others
-
Why don't you write unit tests and integration tests to ksp project