Contribute to help us improve!
Are there edge cases or problems that we didn't consider? Is there a technical pitfall that we should add? Did we miss a comma in a sentence?
If you have any input for us, we would love to hear from you and appreciate every contribution. Our goal is to learn from projects for projects such that nobody has to reinvent the wheel.
Let's collect our experiences together to make room to explore the novel!
To contribute click on Contribute to this page on the toolbar.
Getting started
The basic way of working with this stack:
-
Download Spring or Quarkus from the official websites
-
Establish the coding conventions in the team
-
Align the architecture of the new service with an architecture pattern
-
Setup the persistence according to the needs. E.g.:
-
Prepare the exception handling
-
Configure the service for logging
Specialized instructions can be found in the child pages of this guide.
The documentations contain examples that show implementations and can be used to copy and paste code snippets into the own project.