美文网首页
spring boot访问静态资源

spring boot访问静态资源

作者: 1367356 | 来源:发表于2017-11-24 20:48 被阅读0次

    spring boot访问静态资源时,直接映射到

    classpath:/static

    classpath:/public

    classpath:/resources classpath:/META-INF/resources

    目录下,所以可以直接在这几个目录下放置静态资源即可访问

    相关文章

      网友评论

          本文标题:spring boot访问静态资源

          本文链接:https://www.haomeiwen.com/subject/gsafbxtx.html