• 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

Page 50

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

Overview about Spring Data MongoDB

Overview about Spring Data MongoDB

7 years ago by Khanh NguyenSpring Data MongoDB

The spring-data-mongodb library of Spring, in addition to providing us with the MongoOperations interface makes it easy to manipulate MongoDB, which also provides us with the mechanism that a Spring Data project needs to do: minimize the repetitive code involved dealing with data management systems when… Read More

Spring framework and MongoDB

Spring framework and MongoDB

7 years ago by Khanh NguyenSpring Data MongoDB

In the previous tutorial, I introduced to you all the basic operations with MongoDB using Java. If your application is using Spring framework, make use of a Spring library for MongoDB to manipulate this database system. How is it in details? Let’s find out in… Read More

Consume Reactive Web Service using WebClient of Spring WebFlux

Consume Reactive Web Service using WebClient of Spring WebFlux

7 years ago by Khanh NguyenSpring WebFlux

WebClient is an interface, implementation is the DefaultWebClient object, introduced with Spring WebFlux that allows us to consume the Reactive Web Service. How to create a request and handle a response using the WebClient? Let’s find out in this tutorial. First, I will create a… Read More

Binding variables in URI request to method’s parameters using @PathVariable annotation in Spring MVC

Binding variables in URI request to method’s parameters using @PathVariable annotation in Spring MVC

7 years ago by Khanh NguyenSpring MVC

Usually, when we want to request specific information from a RESTful Web Service, we usually use requests like “/student/2” or “/product/5”, where 2 and 5 are the values that can be changed depending on demand. To construct such requests in Spring MVC, we need to… Read More

Reactive REST APIs with Spring Data MongoDB Reactive and Spring WebFlux

Reactive REST APIs with Spring Data MongoDB Reactive and Spring WebFlux

7 years ago by Khanh NguyenSpring Data MongoDB Reactive

MongoDB is one of the database systems that supports the Reactive mechanism through the use of its MongoDB Reactive Streams Java Driver. Together with Spring Data MongoDB, Spring also introduces us to the Spring Data MongoDB Reactive module which helps us minimize repetitive code when… Read More

Connect to MSSQL Server in JPA

Connect to MSSQL Server in JPA

7 years ago by Khanh NguyenJPA

In the examples of Huong Dan Java on JPA, I often use MySQL as an example because it is free and easy to use, mainly because I’m familiar with it: D. I think some of you, especially the students, often use MSSQL Server. So, I… Read More

Install MSSQL command-line tool sqlcmd on Ubuntu

Install MSSQL command-line tool sqlcmd on Ubuntu

7 years ago by Khanh NguyenMSSQL

To be able to connect to an MSSQL Server in Ubuntu, we need to install the sqlcmd tool, which is a Microsoft tool. In this tutorial, I instruct you to install this tool. First, just like installing MSSQL Server on Ubuntu, you also need to… Read More

Install SonarQube on Ubuntu

Install SonarQube on Ubuntu

7 years ago by Khanh NguyenSonarQube

SonarQube is a tool for analyzing your code to produce quality reports that help us identify what code needs to be improved. It also helps us to know the amount of code coverage we have covered in our code. In this tutorial, I instruct you… Read More

  • Previous
  • 1
  • …
  • 49
  • 50
  • 51
  • …
  • 77
  • Next

Spring Authorization Server Ebook

Search Google


Announcement

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

Most Viewed

  • Install Node.js on macOS (457,038)
  • Contact (75,001)
  • Push a local GIT repository into a remote GIT repository (64,893)
  • Ignore case sensitive for table name in JPA with Hibernate implementation (38,374)
  • Get base URL in Controller in Spring MVC and Spring Boot (36,819)
  • Access HttpServletRequest and HttpServletResponse in Spring MVC controller (36,538)
  • Implement OAuth Authorization Server using Spring Authorization Server (34,507)
  • Some ways to initialize Optional object in Java (29,812)
  • Get access token using refresh token with Keycloak (28,896)
  • mvnForum 0.0.4 released (28,839)

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