Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 559 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 559 Bytes

Cd archetype Once the archetype matches what we want. It’s time to install it locally and generate a sample project.

  1. From the archetype root run mvn install
  2. Create a new project directory /Users/pranathi/projects/new_sample
  3. Run the generate command mvn archetype:generate -DarchetypeCatalog=local. Local tells maven to look to the local repo for all archetypes and present with a list to pick one.
  4. Enter the required parameters and the project is created.
  5. cd into the project directory and run mvn spring-boot:run
  6. Preview the new app