db.properties文件模板

存放在resources目录下

driver = com.mysql.jdbc.Driver
url = jdbc:mysql://localhost:3306/mybatis?useSSL=false&useUnicode=true&characterEncoding=utf8
username = root
password = 123456
posted @ 2021-10-28 15:17  起风云散  阅读(50)  评论(0)    收藏  举报