Skip to content

Latest commit

 

History

History
39 lines (19 loc) · 1.8 KB

File metadata and controls

39 lines (19 loc) · 1.8 KB

spring-boot-samples

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:

https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/spring-cloud-dependencies-parent/eclipse-code-formatter.xml

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.