João Esperancinhajesperancinha.hashnode.dev·Jan 8, 2025Making Integration Tests in MicronautThe problem we are going to look at in this coffee bite is: How to override properties in Micronaut during runtime? In Micronaut, you can override your properties with custom values during compilation time for your tests. I've done this before and th...micronaut pub sub
João Esperancinhajesperancinha.hashnode.dev·Jan 8, 2025Kotlin Data Modelling with MicronautIf we are using any sort of JPA/CRUD transaction system in our projects we know that we need to understand a few concepts. The first of course is the database. We need to pick a database, and then we know we need tables. Tables can be represented in ...micronaut service