Files
awesome-kubernetes/docs/scaffolding.md
Inaki Fernandez 1ebb7e6df1 reorg
2020-05-17 21:23:19 +02:00

1.4 KiB

Scaffolding Tools

Scaffold Definition

Nodejs Scaffolding with Yeoman

Java Scaffolding

Java Scaffolding with Spring Roo

Java Scaffolding with Maven

  • Maven supports project scaffolding, based on project templates (called archtype). This is provided by the archetype plug-in. Maven provides archetypes for almost anything, from a simple Java application to a complex web application. The goal of this scaffolding is to allow a fast start into the Maven world. It provides the "standardized" folder structure of software projects.
  • You can create a project by executing the generation goal on the archetype plugin via the following command: mvn archetype:generate.
  • Maven