Skip to content

Instantly share code, notes, and snippets.

@bh5k
Created May 14, 2022 17:29
Show Gist options
  • Save bh5k/b42cffcbba3e2855a452c292f9258a5a to your computer and use it in GitHub Desktop.
Save bh5k/b42cffcbba3e2855a452c292f9258a5a to your computer and use it in GitHub Desktop.
Maven Archetype for JDBC Project Setup
mvn archetype:generate -DarchetypeArtifactId=maven-archetype-simple -DarchetypeGroupId=org.apache.maven.archetypes -DinteractiveMode=false -DgroupId=com.pluralsight -DartifactId=library-app -Dpackage=com.pluralsight
@bh5k
Copy link
Author

bh5k commented Jul 17, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment