"type":"java", "name":"Debug (Launch)-Application<spring-boot-helloworld>", "request":"launch", "cwd":"${workspaceFolder}", "console":"internalConsole", "stopOnEntry":false, "mainClass":"hello.Application", "projectName":"spring-boot-helloworld", "args":"" }, { "type":"java", ...
查看diff:在explorer里选择文件右键Set file to compare,然后需要对比的文件上右键选择Compare with file_name_you_chose 运行SpringBoot 项目 下载一个SpringBoot的示例工程 git clone https://github.com/JavaExamples/spring-boot-helloworld.git code spring-boot-helloworld 1. 2. 什么?git还不会 启动调试,选择J...