Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 930 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 930 Bytes

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.