Skip to content

Commit

Permalink
feat(scaffold): add server.error configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
taccisum committed Jul 9, 2019
1 parent 2e447c0 commit d44e61c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
swagger:
enabled: false
server:
error:
include-stacktrace: never
include-exception: false
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ swagger:
base-package: ${basePackage}.controller
info:
title: ${artifactId}
server:
error:
include-stacktrace: always
include-exception: true

0 comments on commit d44e61c

Please sign in to comment.