A short note to tell you that my REST example application has been updated for the first release candidate of Spring 5 as well as the first milestone for Spring Boot. Some minor changes in the API I’ve used, such as introducing findById in Spring Data JPA repositories which return an Optional.
I’ve also created a CheckStyle configuration of my own (borrowing heavily from the Google CheckStyle configuration) in an attempt to keep my own code more consistent over time.
Happy coding!