无法建立用于连接Spring / MongoDB的类

时间:2018-06-30 15:44:33

标签: java spring mongodb database-connection

我正在使用Eclipse开发一个简单的Spring Boot / MongoDb项目

我从Eclipse Market Place添加了STS

我使用(导入Spring入门内容)开始了一个新项目,并使用了maven

该选项生成两个要学习的项目

(gs-accessing-mongodb-data-rest-complete)

和一个建立自我学习的项目 (gs-accessing-mongodb-data-rest-initial)

问题在于整个项目有错误:

MongoRepository cannot be resolved to a type    PersonRepository.java   /gs-accessing-mongodb-data-rest-complete/src/main/java/hello    line 11 Java Problem
The import org.springframework.data.mongodb.core.query.Query cannot be resolved ApplicationTests.java   /gs-accessing-mongodb-data-rest-complete/src/test/java/hello    line 26 Java Problem
The import org.springframework.data.mongodb.repository.MongoRepository cannot be resolved   PersonRepository.java   /gs-accessing-mongodb-data-rest-complete/src/main/java/hello    line 6  Java Problem
The method deleteAll() is undefined for the type PersonRepository   ApplicationTests.java   /gs-access

我下载了(spring-data-mongodb-1.2.3.release)并将其放在构建路径中。 该错误在Eclipse中消失了,但是编译失败并显示非法状态错误

java.lang.IllegalStateException: Error processing condition on org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration.mongoTemplate

我认为问题是要获取具有适当版本的适当JAR文件,以便将rignt工件放入maven

有人可以帮我做什么吗?

谢谢

0 个答案:

没有答案