VOOZH about

URL: https://www.javacodegeeks.com/tag/spring-boot

⇱ Spring Boot Archives - Java Code Geeks


  • Enterprise Java👁 spring-interview-questions-answers
    Eleftheria DrosopoulouJune 17th, 2026
    0 22

    Advanced and Dynamic Searching With Spring Data JPA

    From the classic Specification API to the new PredicateSpecification in Spring Data 4.0, generic search criteria builders, Querydsl integration, and pagination — everything your…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Eleftheria DrosopoulouJune 10th, 2026
    0 132

    Why Your Integration Tests Are Slower Than They Should Be: The Spring Context Cache You Don’t Know You’re Misusing

    Every JCG article recommends @SpringBootTest for integration testing. Almost none explain the context cache model underneath it — how a single misplaced @DirtiesContext,…

    Read More »
  • Enterprise Java👁 Image
    Omozegie AziegbeMay 11th, 2026
    0 102

    Spring AI: Testing MCP Tools

    Testing Model Context Protocol (MCP) tools in Spring AI is essential to ensure that tools are correctly registered, discoverable, and…

    Read More »
  • Core Java👁 Image
    Eleftheria DrosopoulouMay 5th, 2026
    0 341

    HTMX in a Java World: Building Hypermedia APIswith Spring Boot and Thymeleaf

    Tired of wiring up React for a search box? HTMX gives your Thymeleaf templates superpowers — live search, inline edits,…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Omozegie AziegbeMay 1st, 2026
    0 1,049

    Building Read-Write Database Routing in Spring Boot with JPA

    Enterprise applications often require the separation of database workloads to improve performance and scalability. Read operations can be directed to…

    Read More »
  • Enterprise Java👁 Image
    Omozegie AziegbeApril 27th, 2026
    0 103

    Running Parallel Instances of Spring Boot Applications in IntelliJ

    Running multiple instances of a Spring Boot application can be beneficial for testing interactions, configurations, and resilience patterns. With IntelliJ…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraApril 21st, 2026
    0 168

    Spring Boot 404 Redirect to Single Page Application

    Single-page application (SPA) such as those built with React, Angular, or Vue handle routing on the client side. When deployed…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Eleftheria DrosopoulouApril 8th, 2026
    0 2,795

    Spring Boot 4 vs. 3: What Actually Changed

    The migration guides list dozens of changes. Most articles rehash the changelog. This piece focuses on the three changes that…

    Read More »
  • Core Java👁 Image
    Eleftheria DrosopoulouApril 2nd, 2026
    0 2,287

    OpenRewrite: The Automated Migration Tool That’s Quietly Changing How Teams Upgrade Java

    It started at Netflix, migrated the Jakarta EE TCK, and is now the dominant automation tool for Java modernization according…

    Read More »
  • 1
  • 2
  • 3
  • »
  • 10
  • 20
  • ...
  • Last
Back to top button
Close