Micronaut Multi-project module build tutorial #11765
Unanswered
krickert
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://krickert.github.io/micronaut-multiproject-example/
This page is a tutorial I wrote. It's a tutorial on how to create a multi-project file using micronaut on JDK21 using gradle kts building.
If anyone wants to give this a whirl, or add more relevant builds to it (maven, groovy, kotlin?) - feel free. I'll put more details and document the "tutorial" part of this.
This is going to eventually become a book - the goal being a single project that demonstrates a fairly complex application but would be simple to understand.
Here's the code for it:
https://github.com/krickert/micronaut-multiproject-example
This setup is going to be my template to bring all my side projects into a single umbrella. I found myself spending too much time dealing with managing dependencies between multiple projects and noticed a lot of challenges for keeping up with the latest libraries.
The tutorial is a hands-on linux/osx one. When the code is done, this will be a tutorial on how to create a pipeline multi-project container with micronaut using gRPC and kafka as backbone service communication.
Beta Was this translation helpful? Give feedback.
All reactions