Springboot-报错解决方案汇总(1)

(1)Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.

Springboot-报错解决方案汇总(1)_第1张图片

解决方案:

 解决方案,查看是否启动的时候类名写错了。

(2)IDEA没有new class和new package选项问题的解决

Springboot-报错解决方案汇总(1)_第2张图片

Springboot-报错解决方案汇总(1)_第3张图片 

(3) Error:(3, 47) java: 程序包org.springframework.web.bind.annotation不存在 问题解决

Springboot-报错解决方案汇总(1)_第4张图片 (4)Initialization failed for 'https://start.spring.io" pelase check url.network and proxy settings

Springboot-报错解决方案汇总(1)_第5张图片

解决方案:

Springboot-报错解决方案汇总(1)_第6张图片

你可能感兴趣的:(SpringBoot)