Fix package declaration for play-framework (#332)

This commit is contained in:
Jérémie Bresson
2018-05-06 08:08:34 +02:00
committed by GitHub
parent aab99bc530
commit 2103fadab8
103 changed files with 5280 additions and 5235 deletions

View File

@@ -17,7 +17,7 @@
play.filters.headers.contentSecurityPolicy=null
# When using bean validation with the swagger api, the validator will check that every constraint is respected
# When using bean validation with the OpenAPI API, the validator will check that every constraint is respected
# This is very useful when testing but could add a lot of overhead if you return a lot of data. Benchmark have
# shown that the time it takes to validate is exponential.
# If this is a concern in your application, or if you don't want to validate the output coming from your API for
@@ -26,7 +26,7 @@ play.filters.headers.contentSecurityPolicy=null
useInputBeanValidation=true
useOutputBeanValidation=true
play.http.errorHandler="swagger.ErrorHandler"
play.http.errorHandler="openapitools.ErrorHandler"
## Akka
# https://www.playframework.com/documentation/latest/ScalaAkka#Configuration