hoshao
hoshao
P113正文第6行(不算引入的官方文档),@Condtinal注解写错,应为@Conditional --- ✅ 谢谢 @redaness 的反馈,已确认编写错误并收录~
166页中间,处理后的packageSearchPath为“classpath*:thinking/in/spring/boot/ ** * /.class” 应该是“classpath*:thinking/in/spring/boot/ ** / *.class”(*和/相邻会消失不见,所以家了空格) --- ✅ 谢谢 @redaness 的反馈,已确认排版错误(原稿正如你所言)并收录~
P181底部AnnotationAttributesReadingVisitor类的代码贴错了。 这一段的内容是对比2.5.6.SEC03和3.0.0.RELEASE版本AnnotationAttributesReadingVisitor的区别,但是贴的图是3.0.0.RELEASE版本之后的代码。   可以看出书上的代码是继承的RecursiveAnnotationAttributesVisitor类,而在3.0.0.RELEASE中是实现AnnotationVisitor类。(书上的代码竖着拍不清楚,就顺便帮小马哥治治颈椎病吧23333) --- ✅ 谢谢 @redaness 反馈,已确认排版错误并收录~