IDEA SpringBoot Deprecated configuration property ‘server.servlet-path’

错误样式如图所示。说我这个版本中的这个标签是过时的。

IDEA SpringBoot  Deprecated configuration property ‘server.servlet-path’

解决:

出现这个问题后,这个标签被IDEA化成了黄线,同时,想使用server.servlet-path=*.html,配置servlet路径跳转,就会发现无效。

查询了很多博客未发现,一个解决方案,偶尔注意到版本问题

刚刚使用的Springboot版本是2.0.0,但是,IDEA默认的是1.4.1,将版本切换会1.4.1,问题得到解决

不是版本高就是最好的,合适才是最好的。

2.0.0的配置切换为server.servlet.path而不是"-"

上一篇:ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already installed /usr/bin/ssh-copy-id


下一篇:[编织消息框架][JAVA核心技术]动态代理应用10-水平扩展方案