码迷,mamicode.com
首页 > 编程语言 > 详细

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

时间:2020-02-03 09:54:22      阅读:152      评论:0      收藏:0      [点我收藏+]

标签:code   timeout   size   style   text   bsp   boot   ica   nbsp   

 

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不同版本的差异

标签:code   timeout   size   style   text   bsp   boot   ica   nbsp   

原文地址:https://www.cnblogs.com/YUJIE666/p/12254456.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!