https://github.com/bvolpato/brunocvcunha-oss-springboot-archetype
Spring Boot's Archetype
https://github.com/bvolpato/brunocvcunha-oss-springboot-archetype
maven-archetype spring-boot
Last synced: about 1 month ago
JSON representation
Spring Boot's Archetype
- Host: GitHub
- URL: https://github.com/bvolpato/brunocvcunha-oss-springboot-archetype
- Owner: bvolpato
- License: unlicense
- Created: 2017-02-01T21:00:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-05T08:09:37.000Z (about 8 years ago)
- Last Synced: 2025-01-26T01:35:02.147Z (3 months ago)
- Topics: maven-archetype, spring-boot
- Language: Java
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bruno's OSS Spring Boot Archetype
Quick way to start hacking! :)
```ssh
mvn archetype:generate -DarchetypeGroupId=org.brunocvcunha \
-DarchetypeArtifactId=brunocvcunha-oss-springboot-archetype \
-DarchetypeVersion=1.0-SNAPSHOT \
-DgroupId=org.brunocvcunha.projectname \
-DartifactId=projectname \
-Dversion=1.0-SNAPSHOT \
-DuseLombok=true \
-DuseJsoup=true \
-DuseGhostMe=true \
-DuseInutils=true \
-DuseSelenium=false \
-DuseMysql=true
```