spring-boot-style-guide icon indicating copy to clipboard operation
spring-boot-style-guide copied to clipboard

An opinionated guide on developing web applications with Spring Boot.

Results 3 spring-boot-style-guide issues
Sort by recently updated
recently updated
newest added

* Use Spring Initializr * Do not put business logic into your controllers * Use Spring Boot Actuator * Use JUnit5 * ~~Use AssertJ~~ * Use `@Bean` for object construction...

I think we should provide resource(s) for each point, whenever possible.

http://olivergierke.de/2013/11/why-field-injection-is-evil/ https://ane.github.io/2017/03/23/useless-interfaces.html http://blog.hovland.xyz/2017-04-22-stop-overusing-interfaces/ https://spring.io/blog/2015/11/29/how-not-to-hate-spring-in-2016