diff --git a/jdbc.properties b/jdbc.properties new file mode 100644 index 0000000000000000000000000000000000000000..29559ceb0a23d4b53e33486fed5e09b087e2b08d --- /dev/null +++ b/jdbc.properties @@ -0,0 +1,4 @@ +jdbc.username=root +jdbc.password=123456 +jdbc.url=jdbc:mysql://localhost:3306/spring_db?serverTimezone=UTC +jdbc.driver=com.mysql.jdbc.Driver \ No newline at end of file