SpringBoot|config.properties通用数据库连接配置

generator/config.properties

数据库配置:驱动、地址、用户名和密码

#数据库配置
jdbc.driverClassName=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://localhost:3306/weifang?useUnicode=true&characterEncoding=utf8&useSSL=true
jdbc.username=root
jdbc.password=123456

 

posted @ 2021-08-03 23:06  未来可期_Durant  阅读(362)  评论(0编辑  收藏  举报