IDEA中程序包Org.Springframework.Boot不存在
Posted 遇见Time
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IDEA中程序包Org.Springframework.Boot不存在相关的知识,希望对你有一定的参考价值。
问题描述:编译程序提示org.springframework.boot不存在。
解决办法:对于新版的IDEA,需要在Setting里把 delegate IDE build/run actions to Maven勾选上。
启动程序,看看能否成功!
以上是关于IDEA中程序包Org.Springframework.Boot不存在的主要内容,如果未能解决你的问题,请参考以下文章
IDEA中程序包Org.Springframework.Boot不存在