Spring Boot MicroServices Course: Order Service Walking Skeleton Setup

Sdílet
Vložit
  • čas přidán 16. 04. 2024
  • #sivalabs #java #spring #springboot #springcloud #microservices #restapi #rabbitmq #testing #junit #junit5 #maven #testcontainers #docker #kubernetes
    In this video, you will learn:
    ► Creating order-service using Spring Initializr
    ► Configuring Automatic Code Formatting using spotless-maven-plugin
    ► Created Docker Compose file for Local Development
    ► Setup GitHub Actions Pipeline for automated builds
    ► Learn how RabbitMQ works with different types of Exchanges
    ► Configure Spring Boot and RabbitMQ Integration
    ► Test RabbitMQ integration by sending and receiving messages
    ❤️ Thanks for watching
    References
    =============================================
    ⭐ Source Code: github.com/sivaprasadreddy/sp...
    ⭐ Spring Boot Tutorials: www.sivalabs.in/spring-boot-t...
    Connect with Me
    =============================================
    Blog: www.sivalabs.in
    CZcams: / sivalabs
    Twitter: / sivalabs
    GitHub: github.com/sivaprasadreddy
    LinkedIn: / ksivaprasadreddy
    Must Watch Videos
    =============================================
    🚀 🎬 Spring Boot REST API Anti-Patterns and Best Practices • Spring Boot REST API A...
    🚀 🎬 Modern Spring Boot Application Development using Java 17/21 and Testcontainers • Modern Spring Boot App...
    🚀 🎬 How do I upskill myself, and what tools & techniques do I use? • How do I upskill mysel...
    🚀 🎬 Top 5 Tips to Succeed in Technical Interviews • Top 5 Tips to succeed ...
    Popular Series Playlists
    =============================================
    🚀 🎬 Spring Boot Tips Series Playlist • Spring Boot Tips
    🚀 🎬 Spring Boot + Kubernetes Tutorial Series Playlist • Spring Boot + Kubernet...
    🚀 🎬 Spring Boot - The Missing Guide Series Playlist • Spring Boot - The Miss...
    🚀 🎬 Integration Testing with Testcontainers • Integration Testing wi...
    🚀 🎬 Java Testing Made Easy Playlist • Java Testing Made Easy...
    ⭐ Tags ⭐
    best spring tutorials, best spring boot tutorials, how to learn spring boot, mastering spring boot, complete java testing course, java testing best practices, how to build spring boot rest API, spring cloud tutorials, spring boot docker tutorial, spring boot kubernetes tutorial, how to become proficient in java, how to learn spring boot quickly, how to learn spring boot in-depth
  • Věda a technologie

Komentáře • 14

  • @azdanov
    @azdanov Před 2 měsíci +1

    Nice introduction to rabbitmq, thanks

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

    Excellent work siva

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

    Your doing a Amazing work

  • @jr-hp7er
    @jr-hp7er Před 2 měsíci

    Awesome work Siva, Keep it up

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

    Amazing video, thanks alot sir!

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

    Nice video. but would like to see a tutorial on how to use spring cloud stream (rabbit mq ) to create queues & bindings instead of creating them manually.

  • @sravandatha9511
    @sravandatha9511 Před 2 měsíci +1

    If someone is facing an issue with exchange creation after adding Config class and configuring application.properties. Queues and Exchange won't be created until we have a listener.

    • @sivalabs
      @sivalabs  Před 2 měsíci +1

      I hear the same is happening for few people. Strangely for me, it is creating the exchange and queues even without having listener!!! Maybe there is some tricky combination that is working for me and not for others. I will check and let you know if I found the cause.

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

      @@sivalabs I see the same issue. Exchange does not get created with application start.

    • @godFrnd
      @godFrnd Před 20 dny

      @@sivalabs Thanks for this tutorial. I have tried both with Listener and without Listener still exchange is not created. I also tried autowiring RabbitTemplate in Controller. No luck.

    • @JaysSolutions-l4l
      @JaysSolutions-l4l Před 18 dny

      Hi @sivalabs - thanks for this amazing videos. I'm facing similar issue with queues creation, After adding listener the queues are created.

  • @ManishSingh-ew8no
    @ManishSingh-ew8no Před 3 měsíci

    is this lecture free or paid one?

    • @sivalabs
      @sivalabs  Před 3 měsíci

      It's FREE. Please check the first video in which I described all the details about this series in detail.