springboot项目常见问题记录
1、springboot项目无法热更新jsp文件
springboot 项目启动后,修改了 jsp 文件,并且对该文件重新编译,但通过浏览器访问仍然无法访问到修改后的 jsp 文件内容,此时查看项目的 target 目录,该 jsp 文件实际上已经更新。解决方法参考:https://blog.csdn.net/qq_24378737/article/details/106734568
springboot 项目启动后,修改了 jsp 文件,并且对该文件重新编译,但通过浏览器访问仍然无法访问到修改后的 jsp 文件内容,此时查看项目的 target 目录,该 jsp 文件实际上已经更新。解决方法参考:https://blog.csdn.net/qq_24378737/article/details/106734568