API GATEWAY The "MVC" SUFFIX

Sdílet
Vložit
  • čas přidán 9. 03. 2024
  • Attention Spring Cloud Gateway Developers!
    This video dives into a crucial update you need to know about: spring-cloud-starter-gateway-mvc is deprecated!
    While it allowed building API Gateways using Spring MVC, it's no longer actively maintained and won't receive new features.
    But don't worry! We'll show you the recommended alternative:
    Spring Cloud Gateway (without the mvc suffix)
    This core dependency offers a reactive, non-blocking architecture, making it ideal for modern microservices environments. It scales better and is actively maintained.
    In this video, you'll learn:
    Why spring-cloud-starter-gateway-mvc is deprecated
    The benefits of using Spring Cloud Gateway
    How to migrate your existing projects (if needed)
    Best practices for building API Gateways with Spring Cloud
    Upgrade your skills and ensure the future-proof development of your microservices!
    #SpringCloudGateway #Microservices #APIGateway #Upgrade

Komentáře • 2

  • @hamednikbakht9708
    @hamednikbakht9708 Před 4 měsíci

    nice

  • @imsKo
    @imsKo Před 3 měsíci +2

    I wouldn't take an AI's answer as 100% factual. Yes, they can be helpful but in many cases they are wrong or are trained with outdated information from years ago.
    In terms of spring mvc gateway, the answer that gemini gave is wrong. The current spring mvc gateway has been recently added along with spring boot 3.2+ and is actively maintained with new features and bugs fixes which you can find on their official github repository.
    My assumption with Gemini's response from the video is that it was most likely trained with older data where an older version of spring mvc gateway existed and was deprecated.