Best of Spring BootOctober 2023

  1. 1
    Article
    Avatar of auth0Auth0·3y

    Java Microservices with Spring Boot and Spring Cloud

    Microservices architecture allows for failover, resiliency, scalability, and agility in systems. Java has a vast open source ecosystem for developing microservice architectures. Spring Boot and Spring Cloud are popular frameworks for building microservices in Java. The article provides an example of building microservices with Spring Boot and Spring Cloud, including service discovery, API gateway, and security implementation.

  2. 2
    Article
    Avatar of baeldungBaeldung·3y

    A Guide to RestClient in Spring Boot

    An article introducing RestClient in Spring Boot, discussing its advantages over RestTemplate, demonstrating different HTTP request methods, response serialization, error handling, and building RestClient from RestTemplate.

  3. 3
    Article
    Avatar of dzDZone·3y

    AI in Java: Building a ChatGPT Clone With Spring Boot and LangChain

    Learn how to build a ChatGPT clone in Java using Spring Boot, LangChain, and Hilla. The tutorial covers synchronous chat completions and advanced streaming completion. The source code is available on GitHub.