mibo / spring-starter-mibo-archetype

This is just a quick sample on how a maven archetype looks like.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Archetype for Spring Boot Starter project

This is just a quick sample on how a maven archetype looks like.

Generate project

To generate a project with this archetype run:

mvn archetype:generate \
  -DarchetypeGroupId=com.github.mibo \
  -DarchetypeArtifactId=spring-starter-mibo-archetype

Or with interactiveMode=false directly generate the project with default settings:

mvn archetype:generate \
  -DinteractiveMode=false \
  -DarchetypeGroupId=com.github.mibo \
  -DarchetypeArtifactId=spring-starter-mibo-archetype

About

This is just a quick sample on how a maven archetype looks like.


Languages

Language:Java 100.0%