mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-11 15:54:16 +00:00
* Fix import for new spring boot version #8561 * Add new versions * Fix samples * Remove unused dependencies * Revert "Remove unused dependencies" This reverts commit bdac08b80a64b74affec2cea71b524fcd87a4c1b. * Add version * Fix version * Add hystrix note this depcreated * Migrate to Junit5 * Trigger build * Add junit5 * Upgrade to new hystrix starter * Try to enable hystrix * Remove hystrix and upgrade to boot 2.5.5 * Remove hystrix * Revert yaml * Remove hysterix * Trigger build * Update docu * use 4-space instead of tabs * remove HystrixCommand * add back spring-cloud test with oas 3.0 spec * update samples Co-authored-by: William Cheng <wing328hk@gmail.com>
9 lines
327 B
YAML
9 lines
327 B
YAML
generatorName: spring
|
|
outputDir: samples/client/petstore/spring-cloud
|
|
library: spring-cloud
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/JavaSpring
|
|
additionalProperties:
|
|
artifactId: petstore-spring-cloud
|
|
hideGenerationTimestamp: "true"
|