-
some new extension-methods for Kotlin were added, like RestOperationsExtensions.kt
-
InfluxDB
InfluxDB โ Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
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
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
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