From 94cfaefcf294ce195b0e8379afa8805efb5078af Mon Sep 17 00:00:00 2001 From: pw52ag3q9 <2861084142@qq.com> Date: Sat, 29 Apr 2023 21:05:22 +0800 Subject: [PATCH] Update jdbc.properties --- src/main/resources/jdbc.properties | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/resources/jdbc.properties b/src/main/resources/jdbc.properties index e69de29..e959672 100644 --- a/src/main/resources/jdbc.properties +++ b/src/main/resources/jdbc.properties @@ -0,0 +1,5 @@ +#数据库配置文件 +jdbc.driver=com.mysql.jdbc.Driver +jdbc.url=jdbc:mysql://localhost:3306/tmall_ssm?useUnicode=true&characterEncoding=utf8 +jdbc.username=root +jdbc.password=123456789 \ No newline at end of file