Description
I'm trying to generate Spring-Boot server sources from a swagger.json file and I'm specifying my own TemplateFolder which was copied from the original JavaSpring template folder and subsequently modified. I've modified the pom.mustache file for all 3 Spring libraries (spring-boot, spring-cloud and spring-mvc) and none are taken into consideration while generating for spring-boot library.
Swagger-codegen version
2.2.2-SNAPSHOT
Command line used for generation
./java -jar swagger-codegen-cli.jar generate -i swagger.json -c spring-config.json -l spring -o samples/server/test -t JavaSpring-Modified
Description
I'm trying to generate Spring-Boot server sources from a swagger.json file and I'm specifying my own TemplateFolder which was copied from the original
JavaSpringtemplate folder and subsequently modified. I've modified thepom.mustachefile for all 3 Spring libraries (spring-boot,spring-cloudandspring-mvc) and none are taken into consideration while generating forspring-bootlibrary.Swagger-codegen version
2.2.2-SNAPSHOT
Command line used for generation
./java -jar swagger-codegen-cli.jar generate -i swagger.json -c spring-config.json -l spring -o samples/server/test -t JavaSpring-Modified