Best of Spring BootMarch 2024

  1. 1
    Article
    Avatar of springSpring·2y

    Bootiful Spring Boot in 2024 (part 1)

    Java and Spring Boot developers are living in the best time with improved features and tools. The post discusses the benefits of using Spring Boot, the use of Java 21 and GraalVM, the power of Java records, and the introduction of virtual threads for improved scalability.

  2. 2
    Article
    Avatar of baeldungBaeldung·2y

    Saga Pattern in Microservices Architecture

    An exploration of the Saga Pattern in microservices architecture, including its challenges, benefits, and implementation using Orkes Conductor and Spring Boot 3.

  3. 3
    Article
    Avatar of phProduct Hunt·2y

    Radical.sh - Generate Spring Boot / Nest JS API's In Minutes

    Radical.sh is a low code solution for generating Spring Boot and Nest JS APIs. It provides features like rapid API development, unit and integration testing, support for multiple databases, Kafka-based synchronization, and authentication.

  4. 4
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    Learn App Development with Spring Boot 3

    Learn app development with Spring Boot 3, an advanced framework for building enterprise-grade applications efficiently. The course covers the basics of Java development, project initialization, REST API creation, working with databases, rest clients, and testing.

  5. 5
    Article
    Avatar of foojayioFoojay.io·2y

    How to improve your spring boot skills

    Improve your Spring Boot skills by externalizing configuration, keeping controllers lean, and handling exceptions globally.

  6. 6
    Article
    Avatar of communityCommunity Picks·2y

    How to Detect Cache Misses Using Observability

    Learn about caching, cache misses, and how to implement caching in Spring Boot. Discover the benefits of caching and how it can improve performance, reliability, and user experience. Use Digma to detect cache misses during development.

  7. 7
    Article
    Avatar of communityCommunity Picks·2y

    Creating Conditional Beans with ConditionalProperty in Spring Boot

    Learn how to create conditional beans in a Spring Boot application by leveraging annotations like ConditionalOnProperty, ConditionalOnClass, ConditionalOnBean, and more.

  8. 8
    Article
    Avatar of javarevisitedJavarevisited·2y

    Spring Framework: Day 9 — Mastering Spring Transaction Management

    This post explores transaction management in the Spring Framework. It covers the concept of transaction management, the two types of transaction management supported by Spring, and how to configure a transaction manager. The post also includes practice assignments to gain hands-on experience with declarative and programmatic transaction management.