Commit 8f8e781f authored by alex yao's avatar alex yao

feat: 数据库列表按修改时间倒序

parent c5af0b53
...@@ -19,7 +19,7 @@ public class DatabaseUtil { ...@@ -19,7 +19,7 @@ public class DatabaseUtil {
private static Logger logger = LoggerFactory.getLogger(DatabaseUtil.class); private static Logger logger = LoggerFactory.getLogger(DatabaseUtil.class);
private static final String DRIVER_NAME = "com.mysql.jdbc.Driver"; private static final String DRIVER_NAME = "com.mysql.cj.jdbc.Driver";
private static final int CONNECT_TIMEOUT = 30000; // 连接超时时间(毫秒) private static final int CONNECT_TIMEOUT = 30000; // 连接超时时间(毫秒)
......
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