Closed dreamstar-enterprises closed 21 hours ago
I can upload my full Spring Boot BFF, if needed
This looks like an IDE problem. IntelliJ IDEA does not use Spring's codebase to infer those hints so there's nothing we can do here. Please create an issue with the IDE developers directly: https://youtrack.jetbrains.com/issues
In IntelliJ Idea I keep getting a cannot autowire bean error.
The exact error is:
Spring Cloud Gateway
Here is my routelocator
Circuit Breaker Bean
And the bean is clearly there - this doesn't show any errors
Can someone help?
I believe it must be something to do with the Spring Component Scanning setup, since it quite quickly shows it as a bean that cannot be autowired.