micronaut-guides
micronaut-guides copied to clipboard
Guides and Tutorials on how to use Micronaut including sample code
Port of configurations parts of Chapter 4 of Spring Boot up and running
[Spring Boot up and running](https://www.oreilly.com/library/view/spring-boot-up/9781492076971/) chapter 4 app ported to Micronaut Framework with tests.
[Spring Boot up and running](https://www.oreilly.com/library/view/spring-boot-up/9781492076971/) chapter 3 app ported to Micronaut Framework with tests.
To generate guide locally: `./gradlew micronautGraalvmPolyglotJsBuild` Open HTML locally: `open build/dist/index.html` Code available: `build/code/micronaut-graalvm-polyglot-js` Related to: - [Truffle unchained Blog post](https://medium.com/graalvm/truffle-unchained-13887b77b62c) • [Example Repository](https://github.com/graalvm/polyglot-embedding-demo) • [Embedding Guide](https://www.graalvm.org/latest/reference-manual/embed-languages/) • [23.1 Release...
https://guides.micronaut.io/latest/testing-rest-api-integrations-using-mockserver.html
https://guides.micronaut.io/latest/testing-rest-api-integrations-using-mockserver.html
https://testcontainers.com/guides/testing-spring-boot-kafka-listener-using-testcontainers/