大家好,之前写过一篇配置tomcat访问服务器本地资源的,但现在使用了springboot内嵌tomcat\jeyyt后,怎么来访问本地资源呢? 打好springboot框架后,在application.properties文件里配置几项东西: ##添加本地资源,必须以/结尾,访问http://ip:port/webname/11.jpgweb.upload-path=C:/FounderTemp/boc_cbs/spring.mvc.static-path-pattern=/**spring.…