forked from loafle/openapi-generator-original
* 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>
27 lines
851 B
Markdown
27 lines
851 B
Markdown
# OpenAPI generated server
|
|
|
|
Spring Boot Server
|
|
|
|
|
|
## Overview
|
|
This server was generated by the [OpenAPI Generator](https://openapi-generator.tech) project.
|
|
By using the [OpenAPI-Spec](https://openapis.org), 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](https://github.com/springfox/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:8080//virtualan-ui.html
|
|
|
|
How to use guide available in the Virtualan wiki
|
|
https://github.com/virtualansoftware/virtualan/wiki
|