
springboot
旭氏美术馆
很高兴认识你
展开
-
前台Vue-axios post后台SpringBoot的@ResponseBody注解下Controller报错415问题解决
首先SpringBoot的@ResponseBody注解,只识别Request POST的Content-Type除x-www-form-urlencode外的请求,然而,使用vue的axios时总会配一个POST Axios.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded'; 这样就不可避免的...原创 2018-12-22 00:07:43 · 3517 阅读 · 1 评论 -
解决错误:The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone
这是mysql时区(time_zone)设置问题 两种解决办法: 1.cmd设置: **在cmd命令下, 键入:*mysql -u 用户名 -p ***进入mysql管理, 键入:set global time_zone =’+8:00’ 2.在连接数据库的属性文件设置里: jdbc.url:jdbc:mysql://localhost:3306/dbname?useSSL=false&s...原创 2018-12-06 16:25:00 · 461 阅读 · 0 评论