如题,
传统SpringMVC项目,
可以直接去部署的tomcat里面把ServerInfo.properties里的版本信息改掉,
即可;
但是Springboot用的是内嵌的tomcat,
不知道怎么办..............
哪位大神知道的,求告知~~~~
其实基本方法还是一样的,
关键是找到Springboot构建的项目中的内嵌tomcat的那个ServerInfo.properties文件;
找到Springboot打出来的那个jar包,用压缩软件打开:
找到那个tomcat-embed-core-xxx(版本号).jar;
然后进一步深入,同上,用压缩软件打开后;
在org/apache/catalina/util下;
找到ServerInfo.properties,搞定~