Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For R10 we benefit of various spring boot Spring Boot common properties that can be specified inside application.properties or it can be given as a VM argument.

Code Block
languagexml
linenumberstrue
server.session.timeout=1200 # Session timeout in seconds.

In R11 Spring renamed this property to:

Code Block
languagexml
linenumberstrue
server.servlet.session.timeout=1200 # Session timeout in seconds.

...