Spring Tips: The Spring Framework *Utils Classes

preview_player
Показать описание
Speaker: Josh Long

Hi Spring fans! in this installment, we'll look at some of the many *Util classes in the Spring framework. These utility classes are already there and can be a major time-saver, if you know where to look!
Рекомендации по теме
Комментарии
Автор

Lombok provides @Slf4j annotation to add a logger (and similar ones for other logging frameworks).

elCoronelCC
Автор

This video introduced me to the world of lombak :) thanks

AvinashGA
Автор

The AspectJAutoProxy black magic 'oops!' is enough to convince me to stick with the native AspectJ libs and runtime weaving JVM agent. Perhaps a later Spring release has addressed this?

averydavis
Автор

First off, your content is great! If I could make one suggestion: please, please, talk a little slower :)

tobias
Автор

+SpringDeveloper, Josh, why you don't use @FieldsDefault(level = PRIVATE)?🤔

privettoli