springboot x.x.x RELEASE不同版本的差异

Posted YJ

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot x.x.x RELEASE不同版本的差异相关的知识,希望对你有一定的参考价值。

 

springboot 1.x.x RELEASE的

application.properties配置

server.context-path=/
server.port=8080
server.session.timeout=60
server.tomcat.max-threads=800
server.tomcat.uri-encoding=UTF-8

springboot 2.x.x RELEASE的

application.properties配置

server.servlet.context-path=/
server.port=8080
server.servlet.session.timeout=60
server.tomcat.max-threads=800
server.tomcat.uri-encoding=UTF-8

 

以上是关于springboot x.x.x RELEASE不同版本的差异的主要内容,如果未能解决你的问题,请参考以下文章