Commit a9f72ce7 authored by alex yao's avatar alex yao

feat: 数据库连接日志

parent 8f8e781f
......@@ -57,6 +57,7 @@ public class DatabaseUtil {
connection.close();
return true;
} catch (Exception e) {
logger.error("连接数据库失败", e);
return false;
}
}
......
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