commit | e0c7c6eaabaa29f299e0364c4904163bda2b4410 | [log] [tgz] |
---|---|---|
author | 22301102 <22301102@bjtu.edu.cn> | Sat May 17 11:08:45 2025 +0800 |
committer | 22301102 <22301102@bjtu.edu.cn> | Sat May 17 11:08:45 2025 +0800 |
tree | d49e58006005d56f467d703f2930ca4e5629cf67 | |
parent | d6280d3228ec3badf3262b5223d47589ef9aacdc [diff] |
数据库链接测试 Change-Id: If3262e1fe7b9202521a1a26444501628f8f5b3b0
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 76f44c8..97c5ef8 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties
@@ -1 +1,7 @@ spring.application.name=Backend + +spring.datasource.url=jdbc:mysql://202.205.102.121:3306/g12develop +spring.datasource.username=team12 +spring.datasource.password=123456abc +spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver +spring.jackson.time-zone = Asia/Shanghai \ No newline at end of file