• Private Policy
  • Contact
Follow me
  • English
  • Tiếng Việt
Huong Dan Java
  • Java
    • Java Core
    • Java Lambda Expression
    • Java Fundamentals
    • Java Stream
    • Java Tools
    • Java XML
  • Jakarta EE
    • CDI
    • JSON Binding
    • JSON Processing
    • MVC
    • Persistence
    • RESTful Web Services
    • Servlet
  • Frameworks
    • Apache Camel
    • Apache Struts
    • Javalin
    • gRPC
    • Hibernate
    • Micronaut
    • MicroProfile
    • Mule Enterprise Service Bus
    • OpenId Connect
    • Quarkus
    • Spring
      • Spring AI
      • Spring Authorization Server
      • Spring Boot
      • Spring Cloud Gateway
      • Spring Cloud GCP
      • Spring Cloud Netflix
      • Spring Data JPA
      • Spring Data MongoDB
      • Spring Data R2DBC
      • Spring for Apache Kafka
      • Spring GraphQL
      • Spring Framework
      • Spring Integration
      • Spring MVC
      • Spring Security
      • Spring Session
      • Spring WebFlux
      • Spring WebSocket
    • Spark
    • Vaadin
  • Libraries
    • Apache
      • Apache Commons IO
      • Apache FreeMarker
      • Apache HTTP Components
      • Apache Ignite
      • Apache Tiles
    • AspectJ
    • Database Migration
    • EhCache
    • GraphQL
    • Jackson
    • JSch
    • Log4J
    • Project Lombok
    • Project Reactor
    • Quartz Scheduler
    • Thymeleaf
    • Resilience4j
    • RxJava
  • Testing
    • Mockito
    • PowerMock
    • Selenium
    • Testcontainers
  • Open Source
    • Apache ActiveMQ
    • Apache APISIX
    • Apache Kafka
    • Consul
    • Debezium
    • Distributed Application Runtime
    • Grafana
    • Keycloak
    • Prometheus
    • RabbitMQ
    • Redis
    • SonarQube
  • DevOps
    • Cloud Foundry
    • Cloud Provider
      • Google Cloud Platform
    • Docker
    • Helm
    • Kubernetes
    • Jenkins
    • Nexus Repository Manager
    • OpenShift
  • Tool
    • Apache Ant
    • Apache Maven
    • CVS
    • Eclipse
    • FTP
    • IntelliJ
    • Git
    • Nginx
    • OpenAPI
    • RAML
  • Database
    • Cassandra
    • MongoDB
    • MySQL
    • PostgreSQL
  • Server Runtime
    • Apache Tomcat
    • JBoss WildFly
  • Others
    • JavaScript
    • Huong Dan Java Logger
    • Algorithm
    • mvnForum
    • Questions Management
      • Questions Management – Stage 1
      • Questions Management – Stage 2
  • Books

Spring Boot

Video: API Versioning with Request Headers in Spring Framework 7 — Best Practice Guide

Video: API Versioning with Request Headers in Spring Framework 7 — Best Practice Guide

8 hours ago by Khanh NguyenSpring Boot
Supported versions with API versioning using the Spring framework

Supported versions with API versioning using the Spring framework

1 day ago by Khanh NguyenSpring Boot

When enabling API versioning using Spring Framework 7 or later, in addition to defining the default version for endpoints that do not have a version defined, you can also define a list of versions supported by your API by using the addSupportedVersions() method when configuring… Read More

API Versioning using path parameter with Spring framework

API Versioning using path parameter with Spring framework

2 days ago by Khanh NguyenSpring Boot

In the previous tutorial, I showed you how to enable API Versioning for the request header in a Spring application. In this tutorial, we will continue to learn how to enable API Versioning for the path parameter! I will also create a new Spring Boot… Read More

API Versioning using request headers with Spring framework

API Versioning using request headers with Spring framework

5 days ago by Khanh NguyenSpring Basic

API Versioning is a new feature of Spring supported since version 7, which helps us easily add a version for RESTful APIs in the request header, in the path parameter, in the media type parameter, in the query parameter, or a custom version resolver. In… Read More

Docker Compose support in Spring Boot applications

Docker Compose support in Spring Boot applications

5 months ago by Khanh NguyenSpring Boot

We often use Docker Compose to run multiple applications with the database or with other services that the application is using, at the same time, using multiple Docker containers. From version 3.1 onwards, Spring Boot also supports Docker Compose, making it much easier to develop… Read More

Working with Apache Kafka using Spring Boot

Working with Apache Kafka using Spring Boot

8 months ago by Khanh NguyenApache Kafka

In the previous tutorials Manage Apache Kafka using KafkaAdmin class of Spring for Apache Kafka and Send messages to Apache Kafka using the KafkaTemplate class of Spring for Apache Kafka, I have guided you on how to work with Apache Kafka using Spring’s Spring for Apache… Read More

Timeout Pattern with Resilience4j TimeLimiter library in Spring Boot application

Timeout Pattern with Resilience4j TimeLimiter library in Spring Boot application

1 year ago by Khanh NguyenResilience4j

In the previous tutorial, I showed you how to implement the Timeout Pattern with the Resilience4j TimeLimiter library. For Spring Boot applications, there is currently no official Spring Boot starter supporting the Resilience4j library, but there is a starter of the Resilience4j library supporting this,… Read More

gRPC server with Spring Boot using grpc-server-spring-boot-starter

gRPC server with Spring Boot using grpc-server-spring-boot-starter

1 year ago by Khanh NguyengRPC

There is currently no official starter supporting gRPC in Spring Boot, but you can also use the starters developed by the community in the GitHub repository https://github.com/grpc-ecosystem/grpc-spring. In this tutorial, I will guide you on how to build a gRPC server with Spring Boot using… Read More

Multiple Datasources in Spring Boot application

Multiple Datasources in Spring Boot application

2 years ago by Khanh NguyenSpring Boot

For Spring Boot applications that only work with one database, you can refer to the article Configure database in Spring Boot project using JPA Starter dependency to know how to configure the database for the application. In reality, sometimes we will work with applications that… Read More

@ConditionalOnBean annotation in Spring Boot

@ConditionalOnBean annotation in Spring Boot

2 years ago by Khanh NguyenSpring Boot

I introduced to you the @Conditional annotation in Spring with the purpose of allowing us to define conditions for a bean to be initialized in the Spring container. We will need to implement the Condition interface with the abstract method matches() returning true or false… Read More

  • 1
  • 2
  • …
  • 4
  • Next

Spring Authorization Server Ebook

Search Google


Announcement

  • Contact Form error should be fixed(20 July, 2021)

Most Viewed

  • Install Node.js on macOS (459,385)
  • Contact (75,381)
  • Push a local GIT repository into a remote GIT repository (65,164)
  • Ignore case sensitive for table name in JPA with Hibernate implementation (38,697)
  • Get base URL in Controller in Spring MVC and Spring Boot (37,915)
  • Access HttpServletRequest and HttpServletResponse in Spring MVC controller (36,660)
  • Implement OAuth Authorization Server using Spring Authorization Server (35,762)
  • Some ways to initialize Optional object in Java (29,892)
  • mvnForum 0.0.4 released (29,517)
  • Get access token using refresh token with Keycloak (29,153)

Recent Comments

  • dianlong on Implement OAuth Authorization Server using Spring Authorization Server
  • Khoan đẹp trai on Apache Maven
  • Raj on Generate JSON data using Java class annotated with JAXB annotation, using Jackson library
  • khoannh on Git
  • Maxi on Configure Web Origin in Keycloak

Links

  • Huong Dan Kotlin

Twitter

Follow @KhanhNguyenJ
  • Private Policy
  • Contact
Theme: GoMedia by ThemeJunkie. Back To Top