I'm Adri, a tea-loving nerd from Spain. I enjoy hiking, fantasy books, animals, Linux, and coding. 🖥️
- Learning Go
- Studying English
- Reading Robin Hobb
I'm Adri, a tea-loving nerd from Spain. I enjoy hiking, fantasy books, animals, Linux, and coding. 🖥️
Final degree Project. A Botanic Garden's app using IoT Beacons - Android - Webflux - R2DBC - Kotlin - Docker - Angular.
Kotlin
Example of Spring Boot with testcontainers (Kafka, MySQL)
Kotlin 1
@EnableR2dbcRepositories(
value = ["your.project.basepackage"],
repositoryBaseClass = CustomR2bcRepository::class
)
@Configuration
@Configuration
@EnableJpaRepositories(
value = ["your.project.basepackage"],
repositoryBaseClass = CustomJpaRepository::class
)