提交修改
This commit is contained in:
commit
17e80c2cc2
@ -5,6 +5,7 @@ import org.springframework.util.ResourceUtils;
|
||||
|
||||
import java.io.File;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
@ -47,6 +48,7 @@ public class MysqlMain {
|
||||
* @param args
|
||||
*/
|
||||
public static void main(String[] args) throws Exception {
|
||||
|
||||
String path = ResourceUtils.getURL("classpath:").getPath();
|
||||
System.out.println(path);
|
||||
String dir = null;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user