[DEBUG] wrong db server
This commit is contained in:
parent
46966e0e44
commit
8f44a799d3
Binary file not shown.
@ -55,21 +55,7 @@ public class WebLauncher {
|
|||||||
ConfigVariable.getDBLogin(),
|
ConfigVariable.getDBLogin(),
|
||||||
ConfigVariable.getDBPassword(),
|
ConfigVariable.getDBPassword(),
|
||||||
ConfigVariable.getDBName());
|
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);
|
HttpServer server = GrizzlyHttpServerFactory.createHttpServer(getBaseURI(), rc);
|
||||||
Runtime.getRuntime().addShutdownHook(new Thread(new Runnable() {
|
Runtime.getRuntime().addShutdownHook(new Thread(new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user