Maven archetype that scaffolds a concrete city's monolith deployable from the Model City platform.
Generates a single Spring Boot application bundling every vertical (core, engagement, leisure, mobility)
and the Auth0 OAuth2 security layer. The boilerplate (persistence adapters, entities, repositories,
@SpringBootApplication, topology config and resources) is shipped inside the archetype under
src/main/resources/archetype-resources, so generation requires no ...