File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change
1
+ # reformatting using fmt-maven-plugin / google-java-format which follows Google's code styleguide.
2
+ d5e1f5bfb85256e8a69441aaea62c01f398f43f9
Original file line number Diff line number Diff line change @@ -75,6 +75,12 @@ application built with [Spring Boot](https://projects.spring.io/spring-boot/).
75
75
Packaging is done by feature and all Spring configuration is
76
76
Java annotation based.
77
77
78
+ The code is auto-formatted using [ fmt-maven-plugin] ( https://github.com/spotify/fmt-maven-plugin )
79
+ using [ google-java-format] ( https://github.com/google/google-java-format )
80
+ which follows [ Google's code styleguide] ( https://google.github.io/styleguide/javaguide.html ) .
81
+
82
+ You can run ` mvn process-sources ` to manually format the code.
83
+
78
84
Templates for the view use [ Thymeleaf] ( http://www.thymeleaf.org/ ) ,
79
85
which allows them to be displayed in browsers as static prototypes.
80
86
You can’t perform that action at this time.
0 commit comments