Spring Boot 启动出现"no property find found for type"

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring Boot 启动出现"no property find found for type"相关的知识,希望对你有一定的参考价值。

参考技术A 出现no property find found for type

org.springframework.dataspring-data-mongodb

org.springframework.dataspring-data-jpa

解决:需要删除spring-data-jpa,导致的冲突问题

public interface *Repository extends MongoRepository<*, Long>

//方法:满足包含要求



删除方法后,运行正常。

以上是关于Spring Boot 启动出现"no property find found for type"的主要内容,如果未能解决你的问题,请参考以下文章

Spring Boot 启动:No active profile set, falling back to default profiles: default

spring boot项目启动报(No session repository could be auto-configured, check your configuration (session s

Spring boot 解决 hibernate no session异常

并行启动多个 Gradle "spring-boot" 插件 "bootRun" 任务

acer笔记本开机出现no bootable device?

Spring Boot 应用程序 - 启动时间与“mvn spring-boot:run”和“java -jar”的差异