From 706a4e9c83a828bfd28900244d10511f40153dc8 Mon Sep 17 00:00:00 2001 From: phmgy5r7q <782169450@qq.com> Date: Tue, 4 Jun 2024 10:11:16 +0800 Subject: [PATCH] ADD file via upload --- 连接.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 连接.txt diff --git a/连接.txt b/连接.txt new file mode 100644 index 0000000..9c8b8ef --- /dev/null +++ b/连接.txt @@ -0,0 +1,4 @@ +jdbc.driver = com.mysql.cj.jdbc.Driver +jdbc.url = jdbc:mysql://localhost:3306/library?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai +jdbc.username = root +jdbc.password = 1233 \ No newline at end of file