added website updates

This commit is contained in:
2019-09-20 15:02:17 +02:00
parent 74fb1b504c
commit 079726fee6
21 changed files with 475 additions and 16 deletions

View File

@@ -1,14 +1,18 @@
import db.jdcb;
public class main {
public static void main(String[] args) {
/*
Date D=new Date();
D.getdata();
D.printList();
/*
Thread mythread = new Thread(() -> new Webserver().startserver());
mythread.start();
*/
// Thread mythread = new Thread(() -> new Webserver().startserver());
// mythread.start();
//
//
// System.out.println("thread started");
System.out.println("thread started");*/
new jdcb().executeQuery("select * from user");
}
}