With this archetype its posible to create a Swagger Catalog project pre-configured for integrate with Spring-Cloud-Config and Eureka. Swagger Catalog offer a central point where consult all Swagger services.
To install the archetype in local execute the following commands:
git clone https://github.com/rafabc/microservices-maven-archetypes.git
cd microservices-maven-archetypes/archetype-swagger-catalog
mvn clean install
mvn archetype:generate \
-DarchetypeGroupId=com.archetypes \
-DarchetypeArtifactId=archetype-swagger-catalog \
-DarchetypeVersion=0.0.1-SNAPSHOT \
-DgroupId=com.micro \
-DartifactId=yourswaggerid \
-Dversion=0.0.1-SNAPSHOT \
-Dswagger-catalog-port=5555