2019-9-8更新

This commit is contained in:
Hellohao
2019-09-08 20:30:57 +08:00
parent ad66fdc307
commit 6fcd112dd3
8 changed files with 66 additions and 37 deletions
@@ -23,18 +23,6 @@ public class TbedApplication {
public static void main(String[] args) {
SpringApplication.run(TbedApplication.class, args);
Scanner scanner = new Scanner(System.in);
// Print.Normal("请输入密钥:");
// String in = scanner.nextLine();
// if(in.equals("111")){
// Print.Normal("正确,进入");
// }else{
// Print.warning("错误,退出");
// }
}
/**
* 文件上传配置