• 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
        • Spring Cloud Gateway
        • Spring Cloud GCP
        • Spring Cloud Netflix
        • Spring Cloud Stream
      • 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
    • Feign
    • 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

Apache Maven

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

3 years 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

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

4 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 the OpenAPI Specification, you can use OpenAPI Generator Maven plugin to do this. How is it in detail? We will find out together in… Read More

Generate API contract using Spring MVC-RAML Plugin

Generate API contract using Spring MVC-RAML Plugin

4 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

5 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

5 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

5 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

Manage version of sub-projects in a Maven parent project

Manage version of sub-projects in a Maven parent project

7 years ago by Khanh NguyenApache Maven

When you develop an application with different Maven projects, we will often use a Maven parent project to manage these Maven projects. It will help us to centralize the version management of the dependencies used for the application, when we want to upgrade the version… Read More

Compile Groovy code in Java application using Groovy Eclipse Maven plugin

Compile Groovy code in Java application using Groovy Eclipse Maven plugin

7 years ago by Khanh NguyenApache Maven

Sometimes when working with Java applications, you will need to use Groovy code to solve your problems. In these cases, you’ll need to compile Groovy code so it can run with the application’s Java code. In this tutorial, I will show you how to install… Read More

Add new source or resource directory to Maven project using Builder Helper Maven Plugin

Add new source or resource directory to Maven project using Builder Helper Maven Plugin

7 years ago by Khanh NguyenApache Maven

Usually when you create any new Maven project, the src/main/java, src/test/java, src/main/resources, src/test/resources directories will be the default source and resources directory of the project. If you want to add a new source or resource directory from a directory in this project, for example, 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 (468,355)
  • Contact (76,518)
  • Push a local GIT repository into a remote GIT repository (67,130)
  • Ignore case sensitive for table name in JPA with Hibernate implementation (39,338)
  • Get base URL in Controller in Spring MVC and Spring Boot (38,640)
  • Implement OAuth Authorization Server using Spring Authorization Server (38,592)
  • Access HttpServletRequest and HttpServletResponse in Spring MVC controller (37,147)
  • mvnForum 0.0.4 released (32,530)
  • Some ways to initialize Optional object in Java (30,299)
  • Get access token using refresh token with Keycloak (29,791)

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