quickstarts
quickstarts copied to clipboard
Upgrade Java Quickstarters to Java 17 and Springboot 3.x
Describe the feature
I noticed that Java examples can be improved by making following changes:
- Use Java 17 as baseline
- Upgrade example to use Springboot 3.x.x
- Use Java records instead of Lombok . One less dependency to manage.
- Start adding test cases (gradually) .
Please share your feedback on this. I am interested in sending PR if you are good with these suggestions.