Commit d54dc0e3 authored by Liang Ding's avatar Liang Ding

🔧 更新 MySQL JDBC URL

parent 8f9e595e
...@@ -27,7 +27,7 @@ runtimeDatabase=MYSQL ...@@ -27,7 +27,7 @@ runtimeDatabase=MYSQL
jdbc.username=root jdbc.username=root
jdbc.password=123456 jdbc.password=123456
jdbc.driver=com.mysql.cj.jdbc.Driver jdbc.driver=com.mysql.cj.jdbc.Driver
jdbc.URL=jdbc:mysql://localhost:3306/solo?useUnicode=yes&characterEncoding=UTF-8&useSSL=false&serverTimezone=UTC jdbc.URL=jdbc:mysql://localhost:3306/solo?useUnicode=yes&characterEncoding=UTF-8&useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true
#### H2 runtime #### #### H2 runtime ####
#runtimeDatabase=H2 #runtimeDatabase=H2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment