Spring boot issue main class gives compilation error [duplicate]
This question already has an answer here:
The type org.springframework.context.ConfigurableApplicationContext cannot be resolved. It is indirectly referenced from required .class files
7 answers
While running main class SpringBoot2RestServiceApplication
i got the following exception:
cannot access org.springframework.context.ConfigurableApplicationContext
It shows compilation error:
Any help would be greatly appreciated. Thank you.
java spring-boot compiler-errors
marked as duplicate by Community♦ Nov 20 '18 at 10:44
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
The type org.springframework.context.ConfigurableApplicationContext cannot be resolved. It is indirectly referenced from required .class files
7 answers
While running main class SpringBoot2RestServiceApplication
i got the following exception:
cannot access org.springframework.context.ConfigurableApplicationContext
It shows compilation error:
Any help would be greatly appreciated. Thank you.
java spring-boot compiler-errors
marked as duplicate by Community♦ Nov 20 '18 at 10:44
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
The type org.springframework.context.ConfigurableApplicationContext cannot be resolved. It is indirectly referenced from required .class files
7 answers
While running main class SpringBoot2RestServiceApplication
i got the following exception:
cannot access org.springframework.context.ConfigurableApplicationContext
It shows compilation error:
Any help would be greatly appreciated. Thank you.
java spring-boot compiler-errors
This question already has an answer here:
The type org.springframework.context.ConfigurableApplicationContext cannot be resolved. It is indirectly referenced from required .class files
7 answers
While running main class SpringBoot2RestServiceApplication
i got the following exception:
cannot access org.springframework.context.ConfigurableApplicationContext
It shows compilation error:
Any help would be greatly appreciated. Thank you.
This question already has an answer here:
The type org.springframework.context.ConfigurableApplicationContext cannot be resolved. It is indirectly referenced from required .class files
7 answers
java spring-boot compiler-errors
java spring-boot compiler-errors
edited Nov 20 '18 at 12:21
Shuai Junlan
57110
57110
asked Nov 20 '18 at 10:30
Sagar P. Ghagare
523314
523314
marked as duplicate by Community♦ Nov 20 '18 at 10:44
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by Community♦ Nov 20 '18 at 10:44
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Try to remove(delete) your local repo (~/.m2/repository/) and run mvn clean install
again.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try to remove(delete) your local repo (~/.m2/repository/) and run mvn clean install
again.
add a comment |
Try to remove(delete) your local repo (~/.m2/repository/) and run mvn clean install
again.
add a comment |
Try to remove(delete) your local repo (~/.m2/repository/) and run mvn clean install
again.
Try to remove(delete) your local repo (~/.m2/repository/) and run mvn clean install
again.
answered Nov 20 '18 at 10:44
Alien
4,82331026
4,82331026
add a comment |
add a comment |