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/).
7575Packaging is done by feature and all Spring configuration is
7676Java annotation based.
7777
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+
7884Templates for the view use [ Thymeleaf] ( http://www.thymeleaf.org/ ) ,
7985which allows them to be displayed in browsers as static prototypes.
8086
You can’t perform that action at this time.
0 commit comments