Compare commits

..

1 Commits

Author SHA1 Message Date
nxist2202005036 34c05f9cee ADD file via upload
2 years ago

@ -1,11 +0,0 @@
package com.main;
import com.view.Loginhxr;
public class Main {
public static void main(String[] args) {
Loginhxr lg =new Loginhxr();
lg.loginGUi(null);
}
}

@ -0,0 +1,4 @@
driverName=com.mysql.jdbc.Driver
url=jdbc:mysql://127.0.0.1:3306/carsalesystem?useSSL=false
name=root
password=123456
Loading…
Cancel
Save