openapi-generator/samples/server/petstore/springboot-virtualan
Elan Thangamani 3abeb82685 Service Virtualization Feature enhancement (#196)
* 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
2018-09-05 16:38:06 +08:00
..
.openapi-generator Service Virtualization Feature enhancement (#196) 2018-09-05 16:38:06 +08:00
src/main Service Virtualization Feature enhancement (#196) 2018-09-05 16:38:06 +08:00
.openapi-generator-ignore Service Virtualization Feature enhancement (#196) 2018-09-05 16:38:06 +08:00
pom.xml Service Virtualization Feature enhancement (#196) 2018-09-05 16:38:06 +08:00
README.md Service Virtualization Feature enhancement (#196) 2018-09-05 16:38:06 +08:00

OpenAPI generated server

Spring Boot Server

Overview

This server was generated by the OpenAPI Generator project. By using the OpenAPI-Spec, you can easily generate a server stub. This is an example of building a OpenAPI-enabled server in Java using the SpringBoot framework.

The underlying library integrating OpenAPI to SpringBoot is springfox

Start your server as a simple java application

You can view the api documentation in swagger-ui by pointing to
http://localhost:80/

Change default port value in application.properties

Virtualan :

You can view Virtualan UI by pointing to
http://localhost:80//virtualan-ui.html.

How to use guide available in the Virtualan wiki
https://github.com/elan-venture/virtualan/wiki