[DEBUG] wrong db server

This commit is contained in:
Edouard DUPIN 2020-10-22 00:42:05 +02:00
parent 46966e0e44
commit 8f44a799d3
2 changed files with 1 additions and 15 deletions

Binary file not shown.

View File

@ -55,21 +55,7 @@ public class WebLauncher {
ConfigVariable.getDBLogin(),
ConfigVariable.getDBPassword(),
ConfigVariable.getDBName());
dbConfig = new DBConfig("localhost",
15306,
"root",
"klkhj456gkgtkhjgvkujfhjgkjhgsdfhb3467465fgdhdesfgh",
"oauth");
/*
DBEntry entry = new DBEntry(dbConfig);
try {
entry.test();
} catch (SQLException throwables) {
throwables.printStackTrace();
}
entry.disconnect();
entry = null;
*/
HttpServer server = GrizzlyHttpServerFactory.createHttpServer(getBaseURI(), rc);
Runtime.getRuntime().addShutdownHook(new Thread(new Runnable() {
@Override