Skip to content

Commit d46ee5b

Browse files
committed
Add demo slides
1 parent 7e9494b commit d46ee5b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
## Table of Contents
99

1010
- [What is this?](#what-is-this-)
11+
- [Spring XML to annotation-based configuration](#spring-xml-to-annotation-based-configuration)
1112
- [Prefer constructor injection](#prefer-constructor-injection)
1213
* [Before](#before)
1314
* [After](#after)
@@ -24,6 +25,10 @@
2425

2526
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.
2627

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+
2732
## Prefer constructor injection
2833

2934
> "Always use constructor injection. Every time you use @Autowired field injection a unit test dies."

0 commit comments

Comments
 (0)