mirror of
https://github.com/Hello-hao/Tbed.git
synced 2024-04-21 12:32:10 +00:00
2019-9-8更新
This commit is contained in:
@@ -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("错误,退出");
|
||||
// }
|
||||
|
||||
|
||||
|
||||
}
|
||||
/**
|
||||
* 文件上传配置
|
||||
|
||||
Reference in New Issue
Block a user