openapi-generator/samples/server/petstore/scalatra
William Cheng 9cf185912c
Fix Scalatra petstore sample (#300)
* restore scalatra from codegen

* regenerate scalatra oas2 petstore, fix defaut value

* better code format for scalatra

* more format fix for scalatra

* update scalatra parameter template
2018-05-03 13:26:04 +08:00
..
.openapi-generator Rename "swagger" to "openapi" (#191) 2018-04-22 21:28:17 +02:00
project [Scalatra] Updated the version of Scalatra to the latest (2.6.2) (#7393) 2018-01-14 18:11:37 +08:00
src/main Fix Scalatra petstore sample (#300) 2018-05-03 13:26:04 +08:00
.gitignore Added Intelli J ignore (#7423) 2018-01-19 16:20:12 +08:00
.openapi-generator-ignore Rename "swagger" to "openapi" (#191) 2018-04-22 21:28:17 +02:00
build.sbt [Scalatra] Updated the version of Scalatra to the latest (2.6.2) (#7393) 2018-01-14 18:11:37 +08:00
pom.xml [Scala][Lagom] minor enhancements (#7011) 2017-11-21 17:34:09 +08:00
README.md [Scalatra] Updated the version of Scalatra to the latest (2.6.2) (#7393) 2018-01-14 18:11:37 +08:00
sbt [Scalatra] Updated the version of Scalatra to the latest (2.6.2) (#7393) 2018-01-14 18:11:37 +08:00

Swagger generated server

Overview

This server was generated by the swagger-codegen project. By using the OpenAPI-Spec from a remote server, you can easily generate a server stub. This is an example of building a swagger-enabled scalatra server.

This example uses the scalatra framework.