forked from loafle/openapi-generator-original
Changed virtualan version from 1.0.0 to 2.1.7. Update readme.md and d… (#8910)
* Changed virtualan version from 1.0.0 to 2.1.7. Update readme.md and description in springboot generator. * Updated virtualan link in spring.md. * update samples Co-authored-by: networkinss <oliver.glas@inss.ch> Co-authored-by: William Cheng <wing328hk@gmail.com>
This commit is contained in:
parent
8509f6b25a
commit
041d908963
@ -70,7 +70,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
|
|||||||
|useBeanValidation|Use BeanValidation API annotations| |true|
|
|useBeanValidation|Use BeanValidation API annotations| |true|
|
||||||
|useOptional|Use Optional container for optional parameters| |false|
|
|useOptional|Use Optional container for optional parameters| |false|
|
||||||
|useTags|use tags for creating interface and controller classnames| |false|
|
|useTags|use tags for creating interface and controller classnames| |false|
|
||||||
|virtualService|Generates the virtual service. For more details refer - https://github.com/elan-venture/virtualan/wiki| |false|
|
|virtualService|Generates the virtual service. For more details refer - https://github.com/virtualansoftware/virtualan/wiki| |false|
|
||||||
|withXml|whether to include support for application/xml content type and include XML annotations in the model (works with libraries that provide support for JSON and XML)| |false|
|
|withXml|whether to include support for application/xml content type and include XML annotations in the model (works with libraries that provide support for JSON and XML)| |false|
|
||||||
|
|
||||||
## IMPORT MAPPING
|
## IMPORT MAPPING
|
||||||
|
@ -160,7 +160,7 @@ public class SpringCodegen extends AbstractJavaCodegen
|
|||||||
cliOptions.add(CliOption.newBoolean(ASYNC, "use async Callable controllers", async));
|
cliOptions.add(CliOption.newBoolean(ASYNC, "use async Callable controllers", async));
|
||||||
cliOptions.add(CliOption.newBoolean(REACTIVE, "wrap responses in Mono/Flux Reactor types (spring-boot only)", reactive));
|
cliOptions.add(CliOption.newBoolean(REACTIVE, "wrap responses in Mono/Flux Reactor types (spring-boot only)", reactive));
|
||||||
cliOptions.add(new CliOption(RESPONSE_WRAPPER, "wrap the responses in given type (Future, Callable, CompletableFuture,ListenableFuture, DeferredResult, HystrixCommand, RxObservable, RxSingle or fully qualified type)"));
|
cliOptions.add(new CliOption(RESPONSE_WRAPPER, "wrap the responses in given type (Future, Callable, CompletableFuture,ListenableFuture, DeferredResult, HystrixCommand, RxObservable, RxSingle or fully qualified type)"));
|
||||||
cliOptions.add(CliOption.newBoolean(VIRTUAL_SERVICE, "Generates the virtual service. For more details refer - https://github.com/elan-venture/virtualan/wiki"));
|
cliOptions.add(CliOption.newBoolean(VIRTUAL_SERVICE, "Generates the virtual service. For more details refer - https://github.com/virtualansoftware/virtualan/wiki"));
|
||||||
cliOptions.add(CliOption.newBoolean(USE_TAGS, "use tags for creating interface and controller classnames", useTags));
|
cliOptions.add(CliOption.newBoolean(USE_TAGS, "use tags for creating interface and controller classnames", useTags));
|
||||||
cliOptions.add(CliOption.newBoolean(USE_BEANVALIDATION, "Use BeanValidation API annotations", useBeanValidation));
|
cliOptions.add(CliOption.newBoolean(USE_BEANVALIDATION, "Use BeanValidation API annotations", useBeanValidation));
|
||||||
cliOptions.add(CliOption.newBoolean(PERFORM_BEANVALIDATION, "Use Bean Validation Impl. to perform BeanValidation", performBeanValidation));
|
cliOptions.add(CliOption.newBoolean(PERFORM_BEANVALIDATION, "Use Bean Validation Impl. to perform BeanValidation", performBeanValidation));
|
||||||
|
@ -53,8 +53,8 @@ public interface PetClient extends PetApi {
|
|||||||
## Virtualan :
|
## Virtualan :
|
||||||
|
|
||||||
You can view Virtualan UI by pointing to
|
You can view Virtualan UI by pointing to
|
||||||
http://localhost:80//virtualan-ui.html.
|
http://localhost:8080//virtualan-ui.html
|
||||||
|
|
||||||
How to use guide available in the Virtualan wiki
|
How to use guide available in the Virtualan wiki
|
||||||
https://github.com/elan-venture/virtualan/wiki
|
https://github.com/virtualansoftware/virtualan/wiki
|
||||||
{{/virtualService}}
|
{{/virtualService}}
|
@ -176,7 +176,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.virtualan</groupId>
|
<groupId>io.virtualan</groupId>
|
||||||
<artifactId>virtualan-plugin</artifactId>
|
<artifactId>virtualan-plugin</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>2.1.7</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- HyperSQL DB -->
|
<!-- HyperSQL DB -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -20,7 +20,7 @@ Change default port value in application.properties
|
|||||||
## Virtualan :
|
## Virtualan :
|
||||||
|
|
||||||
You can view Virtualan UI by pointing to
|
You can view Virtualan UI by pointing to
|
||||||
http://localhost:80//virtualan-ui.html.
|
http://localhost:8080//virtualan-ui.html
|
||||||
|
|
||||||
How to use guide available in the Virtualan wiki
|
How to use guide available in the Virtualan wiki
|
||||||
https://github.com/elan-venture/virtualan/wiki
|
https://github.com/virtualansoftware/virtualan/wiki
|
||||||
|
@ -75,7 +75,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.virtualan</groupId>
|
<groupId>io.virtualan</groupId>
|
||||||
<artifactId>virtualan-plugin</artifactId>
|
<artifactId>virtualan-plugin</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>2.1.7</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- HyperSQL DB -->
|
<!-- HyperSQL DB -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user