Spring Tips: The Spring Framework *Utils Classes

Поділитися
Вставка
  • Опубліковано 17 січ 2025

КОМЕНТАРІ • 12

  • @PhilipStarritt
    @PhilipStarritt 7 років тому +1

    Thanks Josh , really enjoyed this 🙂

  • @elCoronelCC
    @elCoronelCC 7 років тому +2

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

  • @averydavis8568
    @averydavis8568 7 років тому

    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?

    • @adamlives
      @adamlives 5 років тому +1

      Seems that @PostConstruct happens and the aspect is not called. If you call it directly as in demo.begin() the aspect is triggered. ¯\_(ツ)_/¯

  • @AvinashGA
    @AvinashGA 7 років тому

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

  • @privettoli
    @privettoli 7 років тому

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

    • @javasoccernut
      @javasoccernut 7 років тому

      gotta a link? I tried googling it. :(

    • @zapl80
      @zapl80 7 років тому

      It's lombok, still in "experimental": projectlombok.org/features/experimental/FieldDefaults.html - I don't use that annotation either because a) too much work, adding
      those few "private"s isn't that much and b) bad for code clarity. Not having "private" will always looks to me like fields aren't private.

    • @javasoccernut
      @javasoccernut 7 років тому

      ah. ok. I didnt see it when i clicked around in Lombok.

  • @tobias4096
    @tobias4096 7 років тому +7

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

    • @milosmisic3879
      @milosmisic3879 7 років тому

      You have the playback speed option. Works like a charm.