• 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

Introduction to Spring Boot Actuator

Introduction to Spring Boot Actuator

7 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

7 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

7 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

7 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

7 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

Introduction about DevTools in Spring Boot

Introduction about DevTools in Spring Boot

7 years ago by Khanh NguyenSpring Boot

DevTools is a set of Spring Boot tools that make it easy to develop our Spring Boot applications. Imagine: every time we change the code of an application, we usually have to restart the application to see the change, using Spring Boot DevTools we do… Read More

Using Thymeleaf in Spring Boot

Using Thymeleaf in Spring Boot

7 years ago by Khanh NguyenSpring Boot

In my previous post, I showed you how to use Thymeleaf in Spring MVC. Using Thymeleaf will be much simpler thanks to the Spring Boot mechanism. How is it in detail? In this tutorial, I will guide you on how to use Thymeleaf in Spring… Read More

Binding properties in Spring Boot with @ConfigurationProperties annotation

Binding properties in Spring Boot with @ConfigurationProperties annotation

8 years ago by Khanh NguyenSpring Boot

I introduced you to the @Value annotation to ingest the values of properties located in the properties files with the Spring framework. Of course, we can also use this @Value annotation in Spring Boot. However, in Spring Boot, we also have another annotation, @ConfigurationProperties, to do… Read More

Java console application with Spring Boot

Java console application with Spring Boot

8 years ago by Khanh NguyenSpring Boot

By default, when we create a Spring Boot project, it will run as a web application with an embedded web container such as Tomcat, Jetty… So in case we want to run the Spring Boot project as a normal Java console, how do we do… Read More

Talking about how Spring Boot works

Talking about how Spring Boot works

8 years ago by Khanh NguyenSpring Boot

In our previous tutorials, we looked at an overview about the Spring Boot and how to create a Spring Boot project using the CLI, using the Spring Initialzr Web and the Spring Tool Suite. Some of you who have not worked much with Spring Boot will… 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 (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