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
知道、想到、做到、得到
原文地址:https://www.cnblogs.com/Durant0420/p/15092445.html