Tag

project scaffolding

0 views collected around this technical thread.

JD Retail Technology
JD Retail Technology
Nov 27, 2023 · Backend Development

Building a Custom Maven Archetype (Scaffolding) for Spring Boot Projects from Scratch

This article explains how to create a reusable Maven archetype for Spring Boot applications, covering the definition and benefits of scaffolding, step‑by‑step template preparation, archetype generation, artifact adjustments, publishing to a repository, and using the scaffold to quickly start new microservice projects.

ArchetypeMavenSpring Boot
0 likes · 8 min read
Building a Custom Maven Archetype (Scaffolding) for Spring Boot Projects from Scratch
Python Programming Learning Circle
Python Programming Learning Circle
Nov 10, 2021 · Backend Development

Comparing Python Project Build and Dependency Management Tools: CookieCutter, PyScaffold, PyBuilder, and Poetry

This article reviews four popular Python project scaffolding and build tools—CookieCutter, PyScaffold, PyBuilder, and Poetry—explaining their installation commands, generated directory layouts, build workflows, and how they differ in complexity and feature coverage.

Build ToolsCookieCutterDependency Management
0 likes · 11 min read
Comparing Python Project Build and Dependency Management Tools: CookieCutter, PyScaffold, PyBuilder, and Poetry