added website updates
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user