Best of Spring BootNovember 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    Is It Worth Learning Spring Boot in 2023

    Spring Boot is a popular open-source Java framework that offers numerous advantages for modern software development projects. It provides features like auto-configuration, rapid development, and a wide range of built-in tools for microservices, web applications, and more. Companies like Netflix, Alibaba, LinkedIn, Uber, and Groupon use Spring Boot. Learning Spring Boot in 2023 is worth it due to the framework's thriving ecosystem and the numerous work opportunities it offers.

  2. 2
    Article
    Avatar of devgeniusDev Genius·3y

    Virtual Threads in Spring Boot

    The article discusses virtual threads in Spring Boot, highlighting their lightweight nature and aim to simplify concurrent programming compared to traditional Java threads.

  3. 3
    Article
    Avatar of gcgitconnected·3y

    Difference between @Component, @Service, @Controller, and @Repository in Spring Framework

    Learn about the differences between @Component, @Service, @Controller, and @Repository annotations in the Spring Framework and how Component Scanning works.

  4. 4
    Article
    Avatar of communityCommunity Picks·2y

    Observing Your Code: with Spring Boot 3.2 and Micrometer Tracing

    The article discusses the benefits of using tracing in Spring Boot code, provides a guide to getting started with Micrometer and Spring Boot, and introduces the concept of Continuous Feedback using observability.

  5. 5
    Article
    Avatar of gcgitconnected·3y

    Experienced Spring/Spring Boot Interview Questions for Java Developers-2023[5–10 years]

    Experienced Java developers can find a list of interview questions related to Spring and Spring Boot in this article. Topics covered include alternative to spring boot application annotation, bean scopes, and differences between @inject and @autowire.

  6. 6
    Article
    Avatar of baeldungBaeldung·2y

    Modify Request Body Before Reaching Controller in Spring Boot

    Learn how to modify an HTTP request body in Spring Boot using filters and AOP.

  7. 7
    Article
    Avatar of javacodegeeksJava Code Geeks·3y

    Mastering Spring Boot: Top Interview Questions with Solutions

    Spring Boot has emerged as a pivotal framework for building robust and scalable Java applications. Its simplicity, flexibility, and rapid development capabilities have made it a top choice for both developers and organizations. We’ve curated a comprehensive set of Spring Boot interview questions that are frequently posed by hiring managers and technical interviewers.