Skip to content

Instantly share code, notes, and snippets.

@lamoboos223
Created April 17, 2023 14:47
Show Gist options
  • Save lamoboos223/f075e7056f34d6441ae306dcc28c5f5e to your computer and use it in GitHub Desktop.
Save lamoboos223/f075e7056f34d6441ae306dcc28c5f5e to your computer and use it in GitHub Desktop.
create maven project
mvn archetype:generate
-DgroupId=com.example
-DartifactId=demo
-DarchetypeArtifactId=maven-archetype-quickstart
-DarchetypeVersion=1.4
-DinteractiveMode=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment