From 035ad553a534ec60862a30c360ff26e47cf04cbe Mon Sep 17 00:00:00 2001 From: Denis Kazantsev Date: Fri, 8 Apr 2022 12:15:19 +0300 Subject: [PATCH] Added readMe --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index dacfb12..b29af35 100644 --- a/README.md +++ b/README.md @@ -199,3 +199,15 @@ Disables Spring OAuth2 resource server for testing. ## s3-storage Amazon S3 support. + +## server-info-spring-web + +Allow include headers with information about the server in responses + +To get started you need: +1) Add annotation to configuration +2) Add property to yml/properties file: +``` +server.info: + buildVersion: ${buildVersion} +```