
Springboot
spring-boot
空空dream
这个作者很懒,什么都没留下…
展开
-
its MIME type ('text/html') is not executable, and strict MIME type checking is enabled(非404)
新项目导入资源时产生下面报错:来自“http://127.0.0.1:8089/login/login”的资源已被阻止,因为 MIME 类型不匹配(X-Content-Type-Options: nosniff)Refused to execute script from 'http://127.0.0.1:8089/js/bootstrap.js' because its MIME type ('原创 2017-01-08 21:52:42 · 18215 阅读 · 2 评论 -
Invalid CSRF Token 'null' was found
在整合spring boot 和spring security的时候,用AJAX提交数据浏览器返回以下提示:responseText: ""timestamp":1501832200997,"status":403,"error":"Forbidden","message":"Invalid CSRF Token 'null' was found on the request parameter '原创 2017-08-04 15:42:33 · 2852 阅读 · 0 评论 -
spring boot引入本地jar
問題描述:spring boot引入到本地jar到项目(阿里云短信),使用maven package打包,出现以下异常2017-07-29 00:07:43,822 ERROR SpringApplication:827 - Application startup failed java.lang.NoClassDefFoundError: com/aliyuncs/profile/IClientP原创 2017-07-29 00:26:43 · 8695 阅读 · 0 评论