SpringCloud启动不了,报错
- 初学SpringBootCloud启动遇到以下报错
***************************
APPLICATION FAILED TO START
***************************
Description:
Web application could not be started as there was no org.springframework.boot.web.servlet.server.ServletWebServerFactory bean defined in the context.
Action:
Check your application's dependencies for a supported servlet web server.
Check the configured web application type.
- 日志信息INFO没有彩色显示
解决方法:
启动类上加注解
@SpringBootApplication
- 新手易犯的错误
- 不出现服务窗口:alt+8