SpringMVCDemo icon indicating copy to clipboard operation
SpringMVCDemo copied to clipboard

关于出现500报错,我的解决

Open LadySansa opened this issue 7 years ago • 1 comments
trafficstars

根据楼主的教程,在配置好了persistence.xml之后,总是会出现500报错提示,据原贴的教程,在persistence.xml文件中的 缺省了?serverTimezone=UTC 添加之后就成功配置好了。

LadySansa avatar Mar 26 '18 15:03 LadySansa

jdbc:mysql://localhost:3306/springdemo?useSSL=false

加上这句?useSSL=false

sing1 avatar Apr 15 '18 08:04 sing1