Skip to content

A project for formatting Java classes with maven plugins

Notifications You must be signed in to change notification settings

shehzadhashmis/javacodeformatter

Repository files navigation

Formatting Java Classes With Maven Plugins

clean

This project is to demonstrate how we can apply different maven plugins to format Java classes. There are available many other formatters as well but this project covers the following three plugins specifically.

Technology Stack

This project has been built and tested on Intellij IDEA with the following technologies.

  1. JDK 11
  2. Spring Boot 2.5.4
  3. Apache Maven 3.8.2
  4. Lombok 1.18.20

To try it, please expore the individual modules that are based on Spring Boot application and follow the respective README.md file.