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

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

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
```