This commit is contained in:
zyyang 2021-01-07 11:05:55 +08:00
parent e49fbc8ded
commit 868fbdae23
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ public class ConnectWrongDatabaseTest {
} catch (ClassNotFoundException e) {
e.printStackTrace();
} catch (SQLException e) {
e.printStackTrace();
System.out.println(e.getMessage());
// e.printStackTrace();
}
}