How to create custom annotations in Spring Boot

Sdílet
Vložit
  • čas přidán 21. 12. 2022
  • In this video we'll see how one can create custom annotations in Spring Boot applications. Here we have REST API where we want to add an annotation to an endpoint for custom logging functionality. #java #springboot
    ► Social Media
    / coder4_life
    github.com/another-coder4life
    / coder4.life.code
    ► Music
    What You Want by LiQWYD & Luke Bergs
    / liqwyd
    / bergscloud
    Creative Commons - Attribution-ShareAlike 3.0 Unported - CC BY-SA 3.0
  • Věda a technologie

Komentáře • 1

  • @darshansahu4300
    @darshansahu4300 Před 2 měsíci

    You have done for target method, thats fine. How to do for nested method invoked inside target method and custom annotation added to nested methods????