• 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
    • Hibernate
    • Micronaut
    • MicroProfile
    • Mule Enterprise Service Bus
    • OpenId Connect
    • Quarkus
    • Spring
      • Spring Authorization Server
      • Spring Boot
      • Spring Cloud Gateway
      • Spring Cloud GCP
      • Spring Cloud Netflix
      • Spring Data JPA
      • Spring Data MongoDB
      • Spring Data R2DBC
      • Spring GraphQL
      • Spring Framework
      • Spring GraphQL
      • 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
    • RxJava
  • Testing
    • Mockito
    • PowerMock
    • Selenium
  • Open Source
    • Apache Kafka
    • Keycloak
    • RabbitMQ
    • Redis
    • SonarQube
  • DevOps
    • Cloud Foundry
    • 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

Apache Maven

Generate GraphQL contract server using GraphQL Maven plugin

Generate GraphQL contract server using GraphQL Maven plugin

5 months ago by Khanh NguyenApache Maven

With RESTful API, you can use the OpenAPI Generator Maven plugin to generate source code and just add implementation for APIs. With GraphQL, you can also do this using the GraphQL Maven plugin. How is it in detail? Let’s find out together in this tutorial!… Read More

Create Maven Archetype for Maven multi-module project

Create Maven Archetype for Maven multi-module project

5 months ago by Khanh NguyenApache Maven

In the previous tutorial, I showed you how to create a Maven Archetype for a normal Maven project. For Maven multi-module projects, how to create Maven Archetype? We will find out together in this article! As an example, I will take an example project of… Read More

Run Java web applications with WildFly Maven Plugin

Run Java web applications with WildFly Maven Plugin

7 months ago by Khanh NguyenApache Maven

JBoss WildFly is a Java server runtime that makes it possible to run Java web applications. To facilitate the development process, you can use WildFly Maven Plugin to run the web application we are working on using Maven right away, no need to build the… Read More

Get the information declared in the Apache Maven pom.xml file using the Maven Model library

Get the information declared in the Apache Maven pom.xml file using the Maven Model library

8 months ago by Khanh NguyenApache Maven

In this tutorial, I will show you how to use Apache Maven’s Maven Model library to analyze and get information about dependencies and plugins being used for a Maven project. First, I will create a new Maven project as an example: Maven Model dependency is… Read More

Files to ignore with version control system in Maven project

Files to ignore with version control system in Maven project

1 year ago by Khanh NguyenApache Maven

When working with Maven projects using IDEs such as Eclipse or IntelliJ, you will find that there are many files or folders created, for each individual IDE. In essence, the Maven project does not use these files, so we need to ignore them when pushing… Read More

Generate API contract using OpenAPI Generator Maven plugin

Generate API contract using OpenAPI Generator Maven plugin

2 years ago by Khanh NguyenApache Maven

After defining API specs with RAML, we can use Spring MVC-RAML Maven plugin to generate API contract. With API specs using OpenAPI Specification, you can use OpenAPI Generator Maven plugin to do this. How is it in detail? We will find out together in this… Read More

Generate API contract using Spring MVC-RAML Plugin

Generate API contract using Spring MVC-RAML Plugin

2 years ago by Khanh NguyenApache Maven

After defining API specs with RAML, we will proceed to implement this API specs. If your application is using the Spring framework then you can use Spring MVC-RAML Plugin to generate API contract with Spring framework and just add implementation code. How is it in… Read More

Run web application with Liberty Maven plugin

Run web application with Liberty Maven plugin

2 years ago by Khanh NguyenApache Maven

Open Liberty is also a Java Server runtime that helps us run Java web applications. Using the Liberty Maven plugin will help us quickly deploy the application to Open Liberty easily during development. In this tutorial, I will show you how to use this Liberty… Read More

Implement a Maven Archetype

Implement a Maven Archetype

2 years ago by Khanh NguyenApache Maven

Maven Archetype is a feature of Maven, you can understand it roughly, it allows us to quickly create a Maven project with a predefined structure. We just need to change values ​​like Group Id, Artifact Id, and Version according to the value we want. I… Read More

Build executable jar using Maven Shade Plugin

Build executable jar using Maven Shade Plugin

2 years ago by Khanh NguyenApache Maven

Maven Shade Plugin is a Maven plugin that allows us to build uber-jars. In a nutshell, uber-jar are .jar files that, besides containing the source code of the application, also contain the dependencies that the application is using. From there, it helps us to build… Read More

  • 1
  • 2
  • 3
  • Next

Spring Authorization Server Ebook

Search Google


Announcement

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

Most Viewed

  • Install Node.js on macOS (356,289)
  • Contact (68,288)
  • Push a local GIT repository into a remote GIT repository (49,563)
  • Ignore case sensitive for table name in JPA with Hibernate implementation (34,513)
  • Access HttpServletRequest and HttpServletResponse in Spring MVC controller (30,926)
  • Implement OAuth Authorization Server using Spring Authorization Server (28,321)
  • Some ways to initialize Optional object in Java (27,151)
  • Get base URL in Controller in Spring MVC and Spring Boot (23,958)
  • Get access token using refresh token with Keycloak (21,728)
  • Archive the artifacts in Jenkins (19,046)

Recent Comments

  • Khanh Nguyen on “Spring Authorization Server – From the basics – Second Edition” Book
  • Abbos on “Spring Authorization Server – From the basics – Second Edition” Book
  • Khanh Nguyen on Integrate Prometheus with OpenTelemetry using Prometheus exporter
  • Abhi on Integrate Prometheus with OpenTelemetry using Prometheus exporter
  • Odesto on Configure expiration time for access tokens in Spring Authorization Server

Links

  • Huong Dan Kotlin

Twitter

Follow @KhanhNguyenJ
  • Private Policy
  • Contact
Theme: GoMedia by ThemeJunkie. Back To Top
Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.

Refresh