https://github.com/gbzarelli/archetype-spring
[JAVA] [SPRING] Complete example of an archetype with Spring boot
https://github.com/gbzarelli/archetype-spring
archetype archetype-java java spring spring-boot
Last synced: about 1 month ago
JSON representation
[JAVA] [SPRING] Complete example of an archetype with Spring boot
- Host: GitHub
- URL: https://github.com/gbzarelli/archetype-spring
- Owner: gbzarelli
- License: mit
- Created: 2019-04-16T11:36:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T12:33:24.000Z (over 3 years ago)
- Last Synced: 2025-10-24T12:55:56.124Z (7 months ago)
- Topics: archetype, archetype-java, java, spring, spring-boot
- Language: Java
- Homepage:
- Size: 509 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.

## Based of:
- https://www.baeldung.com/maven-archetype
- https://github.com/eugenp/tutorials/tree/master/maven-archetype
- https://github.com/gbzarelli/archetype-java