spring boot 出现一下问题
在jar 运行的时候
cannot be resolved to absolute file path because it does not reside in the file system
: jar:file:/D:/Workspace/SpringBootExample/target/SpringBootExample-1.0.jar!/templates/
at org.springframework.util.ResourceUtils.getFile(ResourceUtils
解决办法
http://www.merryyou.cn/2017/03/29/springbootcannot-resolve-template-loader-path-classpathtemplates-t-o-java-io-file-using-springtemplateloader-as-fallback/
思考,在以前,学习spring boot,方便调试,开启了debug 功能,只是一个显示用的信息