mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 10:58:55 +00:00
3abeb82685
* Open Virtualan API Implementation * Menu change * Delete .swagger-codegen-ignore * Delete jsonbeautifier.html * Supporting files for Virtual service setup * CRLF removed * Unwanted new lines are removed * Build issues resolved * Build issue resolved * Removed Logger statement * Logger removed * Updated * Codegen virtual services samples for petstore.yaml * - Code Revamp and Clean up - Maven plugin related changes - Samples added * Tab space removed.. * Annotation based Service virtualization * Open API code generator changes * Virtualan samples added with Sprint boot app. * Build issue resolved * Removed unwanted files * Updated with version 3.0.3 SNAPSHOT * Reverted the options for virtual service in global and not needed now. * virtualan-plugin integration with open api tool. * Updated the all review comments and removed all tab spaces. * Updated the ReadMe generator section. * New line removed to fix the build issue. * Spring boot virtualan included in the spring build script * Included in the spring-all-petstore script
20 lines
611 B
Bash
Executable File
20 lines
611 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Generate clients:
|
|
./bin/spring-cloud-feign-petstore.sh
|
|
./bin/spring-stubs.sh
|
|
|
|
# Generate spring-mvc servers:
|
|
./bin/spring-mvc-petstore-server.sh
|
|
./bin/spring-mvc-petstore-j8-async-server.sh
|
|
./bin/spring-mvc-petstore-j8-localdatetime.sh
|
|
|
|
# Generate springboot servers:
|
|
./bin/spring-delegate.sh
|
|
./bin/spring-delegate-j8.sh
|
|
./bin/springboot-petstore-server.sh
|
|
./bin/springboot-petstore-server-reactive.sh
|
|
./bin/springboot-petstore-server-beanvalidation.sh
|
|
./bin/springboot-petstore-server-implicitHeaders.sh
|
|
./bin/springboot-petstore-server-useOptional.sh
|
|
./bin/springboot-virtualan-petstore-server.sh |