VOOZH about

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

⇱ Spring Boot Archives - Page 14 of 51 - Java Code Geeks


  • Enterprise Java👁 spring-interview-questions-answers
    Mary ZhengSeptember 16th, 2024
    0 1,118

    Spring Validator Validation Example

    1. Introduction Spring Validation Framework includes the Validator interface that handles data validation. It is used to implement custom validation…

    Read More »
  • Enterprise Java👁 Image
    Eleftheria DrosopoulouSeptember 12th, 2024
    0 1,668

    Spring Boot and SOLID: A Perfect Match

    Spring Boot, a popular Java framework for building microservices and web applications, has gained immense popularity due to its simplicity,…

    Read More »
  • Enterprise Java👁 Image
    Eleftheria DrosopoulouSeptember 9th, 2024
    0 578

    Enhancing Spring Boot Controllers: Custom Parameters

    Spring Boot, a popular framework for building Java-based applications, offers a robust and efficient way to create RESTful APIs. One…

    Read More »
  • Core Java👁 java-interview-questions-answers
    Mary ZhengSeptember 9th, 2024
    0 789

    JPA Inheritance vs Composition Spring Boot Example

    1. Introduction Inheritance is an “IS-A” type of relationship in object-oriented programming (OOP). Inheritance is tightly coupled since child classes…

    Read More »
  • Enterprise Java👁 Image
    Eleftheria DrosopoulouAugust 20th, 2024
    0 1,810

    Spring Boot Performance: Maximizing Request Handling

    Spring Boot has rapidly become the go-to framework for building robust and scalable web applications. Its ease of use and…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Yatin BatraAugust 19th, 2024
    0 2,540

    HTTP Request and Response Logging Using Logbook in Spring

    Zalando Logbook is a popular Java library that provides detailed HTTP request and response logging capabilities. It’s highly customizable and…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Yatin BatraAugust 16th, 2024
    0 2,601

    Testing CORS in Spring Boot

    CORS (Cross-Origin Resource Sharing) is a mechanism that allows resources on a web server to be requested from another domain.…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Eleftheria DrosopoulouAugust 15th, 2024
    1 2,141

    Boost DTO Creation with Records & MapStruct in Spring Boot

    DTO (Data Transfer Object) creation is a common task in Spring Boot applications. Traditionally, this involved writing boilerplate code for…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Yatin BatraJuly 22nd, 2024
    0 954

    Inject a Mock as a Spring Bean in a Spock Spring Test

    Spock is a powerful testing framework for Java and Groovy applications, especially for writing unit and integration tests. It integrates…

    Read More »
  • First
  • ...
  • 10
  • «
  • 13
  • 14
  • 15
  • »
  • 20
  • 30
  • ...
  • Last
Back to top button
Close