• Private Policy
  • Contact
Follow me
  • English
  • Tiếng Việt
Huong Dan Java
Image
  • 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

Consume RESTful API using Spring Framework’s RestClient

Consume RESTful API using Spring Framework’s RestClient

3 weeks ago by Khanh NguyenSpring Boot

If your application uses Spring Framework 7 or later, you can now use the RestClient class to consume RESTful APIs. How exactly? Let’s find out in this tutorial! For example, I will create a new Spring Boot project version 4.0.0 or later, using the Web… Read More

Video: API Versioning with Path Parameters in Spring Framework 7 | Clean & Future-Proof REST APIs

Video: API Versioning with Path Parameters in Spring Framework 7 | Clean & Future-Proof REST APIs

3 weeks ago by Khanh NguyenSpring 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

3 weeks ago by Khanh NguyenSpring Boot
Supported versions with API versioning using the Spring framework

Supported versions with API versioning using the Spring framework

4 weeks 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

4 weeks 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

4 weeks 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

6 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

9 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

  • 1
  • 2
  • …
  • 4
  • Next

Spring Authorization Server Ebook

Image

Search Google


Announcement

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

Most Viewed

  • Install Node.js on macOS (460,046)
  • Contact (75,498)
  • Push a local GIT repository into a remote GIT repository (65,390)
  • Ignore case sensitive for table name in JPA with Hibernate implementation (38,830)
  • Get base URL in Controller in Spring MVC and Spring Boot (38,014)
  • Access HttpServletRequest and HttpServletResponse in Spring MVC controller (36,736)
  • Implement OAuth Authorization Server using Spring Authorization Server (36,474)
  • Some ways to initialize Optional object in Java (29,932)
  • mvnForum 0.0.4 released (29,745)
  • Get access token using refresh token with Keycloak (29,267)

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
Advertisement