I see a lot of questions on stackoverflow on this. But still I\'m not able to know what is the issue in my way of building projects.
I\'ve two spring boot projects:
I got the same error "cannot find symbol" .
I got 2 maven modules front and back and the front module could not access to the back module despite the dependency.
The problem was on the pom.xml in the back module. I remove these lines :
org.springframework.boot
spring-boot-maven-plugin
and I just got these lines in the front pom module.