1、Caused by: java.lang.ClassNotFoundException: org.mybatis.logging.LoggerFactory
2、Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
3、SpringBoot中解决The Bean Validation API is on the classpath but no implementation could be found错误
4、Unable to read meta-data for class 快速解决启动异常
5、关于处理:required a bean of type ‘XXX‘ that could not be found.