I have multiple maven microservices under a parent directory. I loaded all of them in a same intellij window. I can run all in the same time of them and the microservices work. The issue is that intellij displays lots of compilation errors, whereas the projects compile.
I tried removing my local .m2 repository, reimport all maven projects then invalidate cache and restart, the compilation errors remains.
Errors are :
Cannot access org.reactivestreams.Publisher
Cannot access org.springframework.context.ConfigurableApplicationContext
Cannot resolve symbol 'Qualifier'
and suggestions are: add library maven... to classpath for some of them, but for others no suggestion
I use last version of intellij. The project uses spring boot, java 11 and maven