Maven archetype that scaffolds a concrete city's microservices deployable from the Model City platform.
Generates an aggregator project with Eureka service registry, API gateway and one Spring Boot app per
vertical (core, engagement, leisure, mobility). The boilerplate (persistence adapters, entities,
repositories, @SpringBootApplication, topology config and resources) is shipped inside the archetype
under src/main/resources/archetype-resources, so generation ...