An open API service indexing awesome lists of open source software.

https://github.com/gbzarelli/archetype-java

[JAVA] Complete example of an archetype
https://github.com/gbzarelli/archetype-java

archetype archetype-java java maven

Last synced: 10 months ago
JSON representation

[JAVA] Complete example of an archetype

Awesome Lists containing this project

README

          

# Archetype Java

This Archetype creates:

- Folder structure
- .gitignore and README.md
- External properties folder
- Classes as an sample

## Sample of project created with this archetype

![](images/structure.png)

## How to use

In IntelliJ:

- Open the archetype project and run maven install

![](images/install.png)

- File -> New -> Project -> Maven -> (mark) Create from archetype -> Add Archetype

![](images/add_archetype.png)

- Select the archetype and complete the creation.

![](images/new_project.png)

## Based of:

- https://www.baeldung.com/maven-archetype
- https://github.com/eugenp/tutorials/tree/master/maven-archetype