You have defined query method in the repository but you don't have any query lookup strategy defined. spring
问题 Have an issue starting up a postgresql r2dbs spring boot application. I am getting the below error for this configuration.: Inside main module: <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> </dependency> <dependency> <groupId>io.projectreactor</groupId> <artifactId>reactor-core</artifactId> </dependency> <dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-r2dbc</artifactId> </dependency>