login page

This commit is contained in:
2019-09-20 16:46:13 +02:00
parent 079726fee6
commit a495798aee
10 changed files with 277 additions and 218 deletions

View File

@@ -7,12 +7,12 @@ public class main {
D.getdata();
D.printList();
*/
// Thread mythread = new Thread(() -> new Webserver().startserver());
// mythread.start();
//
//
// System.out.println("thread started");
Thread mythread = new Thread(() -> new website.Webserver().startserver());
mythread.start();
new jdcb().executeQuery("select * from user");
System.out.println("thread started");
//new jdcb().executeQuery("select * from user");
}
}