• 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 ActiveMQ
      • 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 APISIX
    • Apache Kafka
    • 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
    • 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

Using EclipseLink to replace Hibernate in Spring Data JPA Starter

Using EclipseLink to replace Hibernate in Spring Data JPA Starter

4 years ago by Khanh NguyenSpring Boot

By default, when you use Spring Data JPA Starter in your Spring project, Hibernate will be the default implementation used. However, in some cases, you may not want to use this default implementation. For example, I’m converting this open source openid-connect https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server from Spring MVC… Read More

Internationalization in Spring Boot

Internationalization in Spring Boot

4 years ago by Khanh NguyenSpring Boot

In the previous tutorial, I showed you how to implement internationalization in Spring MVC applications. For Spring Boot applications, how to implement internationalization? I will guide you in this tutorial! First, I will create a new Spring Boot project: with Spring Web dependency: as an… Read More

Get base URL in Controller in Spring MVC and Spring Boot

Get base URL in Controller in Spring MVC and Spring Boot

4 years ago by Khanh NguyenSpring Boot

When working with web applications using Spring MVC or Spring Boot, sometimes we will need to get the base URL information of the application to do something. The base URL here is https://huongdanjava.com or https://google.com. To do this, you can use Spring’s ServletUriComponentsBuilder class. In… Read More

Using Liquibase in Spring Boot application

Using Liquibase in Spring Boot application

4 years ago by Khanh NguyenLiquibase

In the previous post, I showed you how to use database migration with Liquibase in Spring MVC. So what about Spring Boot? In this tutorial, I will show you how to do this! It’s really simple! First, I will create a new Spring Boot project… Read More

Write Unit Test for Spring Boot application

Write Unit Test for Spring Boot application

5 years ago by Khanh NguyenSpring Boot

When working with applications that use Spring Boot, you will need to write Unit Test for your code. In this tutorial, I will show you how to write Unit Test for the Spring Boot application! First, I will create a simple Spring Boot application for… Read More

Introduction to Spring Boot Actuator

Introduction to Spring Boot Actuator

6 years ago by Khanh NguyenSpring Boot

The Spring Boot Actuator is a Spring tool that allows us to monitor our application on a production environment without any code at all. It will expose the information about the application, its status, how the data relates to the application, etc. How is it… Read More

Using Apache Tiles in Spring Boot

Using Apache Tiles in Spring Boot

6 years ago by Khanh NguyenApache Tiles

In my previous tutorial, I showed you how to use Apache Tiles in Spring MVC. I want to write another tutorial on how to use Apache Tiles in Spring Boot to give you an overview of the differences between these two uses. That is the… Read More

Install Spring Boot Command Line Interface on Ubuntu

Install Spring Boot Command Line Interface on Ubuntu

6 years ago by Khanh NguyenSpring Boot

In the previous tutorial, I have shown you how to install Spring Boot CLI on Windows. This tutorial, I will guide you to install it on Ubuntu! First, download the latest version of the Spring Boot CLI for Ubuntu at http://repo.spring.io/release/org/springframework/boot/spring-boot-cli/. Currently the latest version… Read More

Configure database in Spring Boot project using JPA Starter dependency

Configure database in Spring Boot project using JPA Starter dependency

6 years ago by Khanh NguyenSpring Boot

To use JPA in any project, we need to declare its configuration including the database it will use, the username and password for it to connect to, etc. With the Spring Boot project, this is no exception if you use JPA Starter dependency. So in… Read More

Install Spring Boot Command Line Interface on Window

Install Spring Boot Command Line Interface on Window

6 years ago by Khanh NguyenSpring Boot

In this tutorial, I will guide you all how to install Spring Boot Command Interface (CLI) on Windows (Window 7)! First, let’s go to this site to download the latest version of Spring Boot CLI: http://repo.spring.io/release/org/springframework/boot/spring-boot-cli/ Currently, the latest version of it is 1.4.1.RELEASE. The… Read More

  • Previous
  • 1
  • 2
  • 3
  • 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 (443,723)
  • Contact (71,537)
  • Push a local GIT repository into a remote GIT repository (60,928)
  • Ignore case sensitive for table name in JPA with Hibernate implementation (36,111)
  • Access HttpServletRequest and HttpServletResponse in Spring MVC controller (33,563)
  • Implement OAuth Authorization Server using Spring Authorization Server (32,353)
  • Some ways to initialize Optional object in Java (28,048)
  • Get base URL in Controller in Spring MVC and Spring Boot (27,922)
  • Get access token using refresh token with Keycloak (24,806)
  • mvnForum 0.0.4 released (23,778)

Recent Comments

  • 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
  • Binod on Store RegisteredClient to database in Spring Authorization Server
  • Khanh Nguyen on “Spring Authorization Server – From the basics – Second Edition” Book

Links

  • Huong Dan Kotlin

Twitter

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