more error handling and only get requests
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
17
src/main/resources/application.yaml
Normal file
17
src/main/resources/application.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
info:
|
||||
application:
|
||||
name: ${spring.application.name}
|
||||
version: '@project.version@'
|
||||
spring-cloud-version: '@spring-cloud.version@'
|
||||
spring-boot-version: '@project.parent.version@'
|
||||
|
||||
server:
|
||||
port: ${PORT:8080}
|
||||
shutdown: graceful
|
||||
error:
|
||||
include-message: on_param
|
||||
include-stacktrace: on_param
|
||||
|
||||
spring:
|
||||
application:
|
||||
name: timezone-service
|
||||
Reference in New Issue
Block a user