• 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

Apache Maven

Code coverage with JaCoCo Maven Plugin

Code coverage with JaCoCo Maven Plugin

7 years ago by Khanh NguyenApache Maven

Code coverage is a measure of how many lines of our code are covered by the Unit Test. This is very helpful, so we can evaluate the quality of our code, how much of our code has been and has not been covered by the… Read More

Run Unit Test using JUnit 5 with Apache Maven

Run Unit Test using JUnit 5 with Apache Maven

7 years ago by Khanh NguyenApache Maven

In my previous tutorial, I talked about the Apache Maven’s Maven Surefire Plugin plugin to run Unit Test in Maven projects. I used JUnit 4 in the example of this tutorial. If I now upgrade my JUnit library from version 4 to version 5 in… Read More

Run Unit Test with Maven Surefire Plugin

Run Unit Test with Maven Surefire Plugin

7 years ago by Khanh NguyenApache Maven

The Maven Surefire Plugin is a core Apache Maven plugin that allows us to run the Maven project’s Unit Test. It can also generate reports to help you see how many test passes, how many test failures, and what the causes are for the Unit… Read More

Manage Node.js dependencies with frontend-maven-plugin

Manage Node.js dependencies with frontend-maven-plugin

7 years ago by Khanh NguyenApache Maven

Normally, when working with the Node.js project, we usually ignore the node_modules directory, which is used to store Node.js dependencies, when committed to source code management systems such as Git, SVN because it’s not necessary. You can use the “npm install” command to install dependencies… Read More

Manage projects with Apache Maven

Manage projects with Apache Maven

7 years ago by Khanh NguyenApache Maven

Imagine you are building an application with many different projects, for each project you need to declare to use some dependencies with the fixed versions. Some projects need to use the same dependencies and of course the same version. How do we feel when we… Read More

Talking about settings.xml file in Apache Maven – Part 2

Talking about settings.xml file in Apache Maven – Part 2

7 years ago by Khanh NguyenApache Maven

In the previous tutorial, I showed you some of the basic configurations in the Apache Maven settings.xml file with <localRepository />, <interactiveMode />, <offline />, <pluginGroups />, <proxies /> tags. In this tutorial, we will learn more about some of the more important parts of… Read More

Talking about settings.xml file in Apache Maven – Part 1

Talking about settings.xml file in Apache Maven – Part 1

7 years ago by Khanh NguyenApache Maven

The settings.xml file is the Apache Maven configuration file, which defines how Apache Maven will execute to handle dependencies when we use these dependencies in Maven projects. Instead of defining the configuration information in the pom.xml file for each Maven project, we can use the… Read More

Compile source code using Maven Compiler Plugin

Compile source code using Maven Compiler Plugin

8 years ago by Khanh NguyenApache Maven

To compile the source code in Maven, we will usually use the Maven Compiler Plugin. It allows us to configure the version of Java that we want to compile the source code. For example, if you write code using the syntax of Java 7 and… Read More

Install libraries into Local Maven Repository

Install libraries into Local Maven Repository

8 years ago by Khanh NguyenApache Maven

If any of you have worked with Apache Maven, you will know the concept of Local Maven Repository. For those who do not know, I would like to say roughly as follows: Local Maven Repository is a directory in your computer. It is created when you… Read More

Install Apache Maven on macOS

Install Apache Maven on macOS

8 years ago by Khanh NguyenApache Maven

In this tutorial, I will guide you all how to install Apache Maven on your macOS. First, please download the latest version of Apache Maven at https://maven.apache.org/download.cgi. On macOS or Linux, we will download the bin.tar.gz file and on Windows, it is the bin.zip file.… 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,417)
  • Contact (75,411)
  • Push a local GIT repository into a remote GIT repository (65,199)
  • Ignore case sensitive for table name in JPA with Hibernate implementation (38,724)
  • Get base URL in Controller in Spring MVC and Spring Boot (37,935)
  • Access HttpServletRequest and HttpServletResponse in Spring MVC controller (36,677)
  • Implement OAuth Authorization Server using Spring Authorization Server (35,807)
  • Some ways to initialize Optional object in Java (29,906)
  • mvnForum 0.0.4 released (29,568)
  • Get access token using refresh token with Keycloak (29,173)

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