Archetype Spring
This Archetype creates:
- Folder structure
- .gitignore and README.md
- External properties folder
- Classes as an sample
- Generate POM with Spring Boot version 2.1.4.RELEASE
- Spring properties with active profiles
- Simple Spring test for validate profiles and properties generated
Sample of project created with this archetype
How to use
In IntelliJ:
- Open the archetype project and run maven install
- File -> New -> Project -> Maven -> (mark) Create from archetype -> Add Archetype
- Select the archetype and complete the creation.