摘要:
FirewallD is not running 1.通过systemctl status firewalld查看firewalld状态,发现当前是dead状态,即防火墙未开启。 通过systemctl start firewalld开启防火墙,没有任何提示即开启成功。 查看已经开放的端口: fir 阅读全文
摘要:
最近做项目时用到微信扫描登录,结果报这个错,视图解析异常 原因应该是因为重定向的视图资源并没有被正确解析解决方案:1.配置Spring自带的内部资源解析器:InternalResourceViewResolver @Bean public InternalResourceViewResolver v 阅读全文
摘要:
Access to XMLHttpRequest at 'http://localhost:9001/eduvod/video/uploadALiYunVideo ' from origin 'http://localhost:9528' has been blocked by CORS polic 阅读全文
摘要:
Error creating bean with name 'documentationPluginsBootstrapper是因为没有在配置类加@EnableWebMvC注解 @Configuration@EnableSwagger2 还有这两个注解访问swagger2出现404需要写如下配置类才 阅读全文
摘要:
差了半天,就直说badsql,我把语句拿到数据库查询没问题,然后又怀疑是请求方式的问题, get和Post来来回回搞了半天,最后用添加语句用get携带参数 报了Required request body is missing: 网上查了下说是sql语句的问题,但是来来回回搞了好几趟都不行,最后发现是 阅读全文