摘要:
感觉@撸码识途 https://www.cnblogs.com/tinyj/p/9786131.html 加上的情况: 访问localhost:8080/demo,没有带上参数,会报错。可以通过设置@RequestParm里面的属性required属性为false,设置后不传参数也不会报错。 还可以 阅读全文
摘要:
转载简书:https://www.jianshu.com/p/a164d582e5d9 主要是因为驱动配置变了driver中得用com.mysql.cj.jdbc.Driver,多了个cj; url后面serverTimezone=UTC必须加 阅读全文