diff --git a/README.md b/README.md index 02b8672..f600d40 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,13 @@ * [Spring PropertySource](/docs/Spring/clazz/PropertySource) * [Spring PlaceholderResolver](/docs/Spring/clazz/PlaceholderResolver) +* [Spring-AnnotationFormatterFactory](/docs/Spring/clazz/format/Spring-AnnotationFormatterFactory.md) +* [Spring-Formatter](/docs/Spring/clazz/format/Spring-Formatter.md) +* [Spring-Parser](/docs/Spring/clazz/format/Spring-Parser.md) +* [Spring-Printer](/docs/Spring/clazz/format/Spring-Printer.md) + + + ### Spring5 新特性 diff --git a/images/spring/DateTimeFormatAnnotationFormatterFactory.png b/images/spring/DateTimeFormatAnnotationFormatterFactory.png new file mode 100644 index 0000000..e34488e Binary files /dev/null and b/images/spring/DateTimeFormatAnnotationFormatterFactory.png differ diff --git a/images/spring/Parser.png b/images/spring/Parser.png new file mode 100644 index 0000000..ac3e1dd Binary files /dev/null and b/images/spring/Parser.png differ