css样式无法加载Refused to apply style from ‘http://localhost:8080/static/css/style.css
我用的springboot2.0 网页f12查看发现错误 Refused to apply style from ‘http://localhost:8080/static/css/style.css’ because its MIME type (‘application/json’) is not a supported stylesheet MIME type, and strict MIME checking is enabled. 在网上找了一些原因,最终发现是引用css的地方有问题,这也是最蛋疼的地方模板是找的,可是无法使用样式。 加了配置类也没有效果 最后去掉了.../static
用户评论