You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project implements a [Rewrite module](https://github.com/openrewrite/rewrite) to automatically apply best practices in Java Spring Boot applications. Originally inspired by the [Reboot](https://github.com/thanus/reboot) project.
26
27
28
+
## Spring XML to annotation-based configuration
29
+
30
+
See the [demo slides](https://slides.com/rewrite/spring) here of work-in-progress features related to migration off of XML configuration to annotation-based configuration.
31
+
27
32
## Prefer constructor injection
28
33
29
34
> "Always use constructor injection. Every time you use @Autowired field injection a unit test dies."
0 commit comments