Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 647 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 647 Bytes

README

Java 11 base application.

BASE SETUP

Dependencies

  • Junit 5
  • AssertJ
  • Mockito

Support

License, copyright and header

Automatically update license header and copyright header in each src file, default license is:

  • MIT License

Easily changed in the POM select from a list of available licenses.

To see what is available:

  mvn license:license-list

To see the license details:

  mvn license:license-list -Ddetail