springboot配置路径
Posted LQT
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot配置路径相关的知识,希望对你有一定的参考价值。
在application.properties中配置静态资源和静态页的访问路径,
springboot默认访问静态资源路径为:spring,resources.static-locations=classpath:/META-INF/resources,classpath:/resources/,classpath:/static/,classpath:/public/
如静态资源放在webapp/WEB-INF/下,则应配置为classpath:/WEB-INF/
spring.mvc.static-path-pattern默认=/**
以上是关于springboot配置路径的主要内容,如果未能解决你的问题,请参考以下文章
springboot上传文件 & 不配置虚拟路径访问服务器图片 & springboot配置日期的格式化方式