openapi-generator/samples/server/petstore/scalatra
magnolia 7853308c8e Rebuild Scalatra sample (#7431)
When creating the following PR, sample was generated without reflecting the last change.

https://github.com/swagger-api/swagger-codegen/pull/7393

With this commit, it will be synchronized
2018-01-19 16:20:41 +08:00
..
.swagger-codegen [Scalatra] Updated the version of Scalatra to the latest (2.6.2) (#7393) 2018-01-14 18:11:37 +08: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 Rebuild Scalatra sample (#7431) 2018-01-19 16:20:41 +08:00
.gitignore Added Intelli J ignore (#7423) 2018-01-19 16:20:12 +08:00
.swagger-codegen-ignore Spelling fixes 2016-08-27 02:34:33 +03: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.