Skip to content

Repository, which contains code showing how to replace default bean implementation with provided one.

Notifications You must be signed in to change notification settings

mtalaga/micronaut-kotlin-integration-test

Repository files navigation

Micronaut Kotlin Integration Test example repository

Example of how to replace default beans in Micronaut using few simple annotations.

Before running the application, please remember to set environment variable MONGODB_URI. This will allow it to connect to provided Mongo instance. Value should follow convention: mongodb://USERNAME:PASSWORD@HOST:PORT

Used versions:

  • Kotlin - 1.8.0
  • Gradle - 7.6
  • JDK - 19
  • Micronaut - 3.8.0

About

Repository, which contains code showing how to replace default bean implementation with provided one.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages