micronaut-examples
micronaut-examples copied to clipboard
Example Projects Using Micronaut
I am trying to insert a document into Mongo DB using the reactive driver. How do I get the id of the inserted document? All the pets examples show retrieval...
The `Dockerfile`s in this project depend on that `gradlew build` had already run (and the jar files already exist); this is quite uncommon for a Dockerfile, which usually builds the...
I'm looking for a example project for cassandra usage. At minimum I would like to see how I can get the Cluster bean but If possible please include usage for...
Are there any examples that deal with deserialization errors. E.g. one of the attributes in the Body payload is a Java Enum and if an invalid value is supplied currently...
I run this java example in idea ide; Also have enabled annotation processing. but i got "_links":{"self":{"href":"/hello","templated":false}},"message":"Page Not Found"} erro ,when i access by http://localhost:8080/hello
It'd be great to have a version of the Android sample that uses Kotlin. I tried but landed in crazy classnotfound via Dex errors.
This is not an issue actually, can't find contribution guide for the examples. I created a micronaut-jdbi [Micronaut-Jdbi](https://github.com/zulq/micronaut-jdbi) and was thinking it can be added to the examples or linked.