springboot整合mysql8
Posted 程序员超时空
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot整合mysql8相关的知识,希望对你有一定的参考价值。
yml文件
url:
jdbc:mysql://localhost:3306/bootssmserverTimezone=GMT%2B8
class-name
com.mysql.cj.jdbc.Driver(配合mysql8依赖)
配置文件需放对位置
以上是关于springboot整合mysql8的主要内容,如果未能解决你的问题,请参考以下文章
SpringBoot+Vue+ Mysql8 大学社团管理系统