创建spring boot项目中出现:Unable to start the daemon process.以及正确创建spring boot项目

创建spring boot项目中出现:Unable to start the daemon process.以及正确创建spring boot项目

原因是创建项目中一个设置默认错误
以下是错误的❌
创建spring boot项目中出现:Unable to start the daemon process.以及正确创建spring boot项目_第1张图片把上述的选项改为:
创建spring boot项目中出现:Unable to start the daemon process.以及正确创建spring boot项目_第2张图片这样才能创建出来一个spring boot项目

顺便说一下创建spring boot项目的流程:
1、new—>project创建spring boot项目中出现:Unable to start the daemon process.以及正确创建spring boot项目_第3张图片2、选择jdk
创建spring boot项目中出现:Unable to start the daemon process.以及正确创建spring boot项目_第4张图片3、填写项目名字等相关信息
创建spring boot项目中出现:Unable to start the daemon process.以及正确创建spring boot项目_第5张图片4、选择初始化的依赖(我一般做网站选这几个)
创建spring boot项目中出现:Unable to start the daemon process.以及正确创建spring boot项目_第6张图片接下来一直next就好
我跟的狂神的教学,他一般把初始化的项目中的这些删掉
创建spring boot项目中出现:Unable to start the daemon process.以及正确创建spring boot项目_第7张图片然后就是一个干净的父工程了

你可能感兴趣的:(毕业设计专栏,spring,boot,java,spring)