1、找到applications.yml,如下图
2、写入代码文章来源:https://www.toymoban.com/news/detail-615771.html
server:
port: 9494
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/自己的数据库表名?serverTimezone=GMT%2b8
username: root
password: root
文章来源地址https://www.toymoban.com/news/detail-615771.html
到了这里,关于SpringBoot项目连接数据库的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!