diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 47a110b..27d32c1 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,5 +1,6 @@ spring.application.name=springboot-scaffold server.port=8083 +server.forward-headers-strategy=framework spring.profiles.active=${APP_PROFILE:learn} diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html index 9c2aae6..62cd400 100644 --- a/src/main/resources/static/index.html +++ b/src/main/resources/static/index.html @@ -218,7 +218,7 @@