sqt/assignment-w13/comments-api/src/main/resources/application.yaml
2023-05-28 16:14:42 +02:00

19 lines
316 B
YAML

resteasy:
jaxrs:
app:
registration: property
classes: comments.main.CommentsAPIApplication
management:
endpoints:
web:
exposure:
include:
- health
- shutdown
endpoint:
shutdown:
enabled: true
logging:
level:
org:
springframework: info