Spring boot micro samples, each sample makes use of one specific spring-boot feature or a java library within spring boot framework.
Spring framework code style conventions:
Google Java code style:
https://google.github.io/styleguide/javaguide.html
- Use the Spring Framework code format conventions. If you use Eclipse you can import formatter settings using the eclipse-code-formatter.xml file from the Spring Cloud Build project. If using IntelliJ, you can use the Eclipse Code Formatter Plugin to import the same file.