shanchu修改

This commit is contained in:
wulin 2020-08-28 08:40:29 +08:00
parent 9c44780537
commit 7e23d9da4f

View File

@ -49,11 +49,6 @@ public class MysqlMain {
*/
public static void main(String[] args) throws Exception {
Date date = new Date(System.currentTimeMillis());
int hour = date.getHours();
int m = date.getMinutes();
int s = date.getSeconds();
String path = ResourceUtils.getURL("classpath:").getPath();
System.out.println(path);
String dir = null;