File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ content into your application; rather pick only the properties that you need.
153153 server.jsp-servlet.init-parameters.*= # Init parameters used to configure the JSP servlet
154154 server.jsp-servlet.registered=true # Whether or not the JSP servlet is registered
155155 server.port=8080 # Server HTTP port.
156- server.server-header= # The value sent in the server response header
156+ server.server-header= # The value sent in the server response header (uses servlet container default if empty)
157157 server.servlet-path=/ # Path of the main dispatcher servlet.
158158 server.session.cookie.comment= # Comment for the session cookie.
159159 server.session.cookie.domain= # Domain for the session cookie.
You can’t perform that action at this time.
0 commit comments