1.Spring MVC found on classpath, which is incompatible with Spring Cloud Gateway at this time. Please remove spring-boot-starter-web dependency.
Solution:
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</exclusion>
2. Failed to configure a DataSource: ‘url’ attribute is not specified and no embedded datasource could be configured.
Solution:
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>
</exclusion>
Read More:
- spring cloud 2020 gateway Error 503 [How to Solve]
- SpringCloud: Error creating bean with name ‘configurationPropertiesBeans‘
- Zuul Gateway Failed to Import Dependency [How to Solve]
- springcloud alibaba Integrating nacos reports errors: create config service error!properties=NacosConfigPropertie
- Gateway Error: allowedOrigins cannot contain the special value “*“
- [Solved] springCloud Startup Error: Error creating bean with name ‘defaultValidator‘ defined in class path resource
- Spring Cloud Hoxton.SR9 gateway and reactor-netty 0.9.0.RELEASE is Incompatible [How to Solve]
- [Solved] Springcloud Add Eureka to Startup Error
- How to Solve Error-SpringCloud-Feign and Sentinel integrate error
- Redis Stand-alone Builds a Master-slave Copy Error [How to Solve]
- Solution to the problem of using Alibaba gateway but unable to route successfully
- SpringCloud Use openFeign Multipartfile to Upload Files Error: Current request is not a multipart request
- Springcloud Project Error: web.client.HttpServerErrorException$InternalServerError: 500 Internal Server Error
- Frequent log swiping after Nacos client starts [How to Solve]
- [Solved] SpringCloud Compile Error: java: JPS incremental annotation processing is disabled. Compilation results on partial recompilation may be inaccurate.
- How to Solve error creating bean with name when springboot starts
- Caused by: java.lang.IllegalStateException (How to Fix)
- How to Solve Spring integrate Seata startup error
- [Solved] Failed to start bean ‘eurekaAutoServiceRegistration‘; nested exception is java.lang.NullPointerExce
- How to Solve Swagger error: IllegalStateException