List<AppRecordingRule> appRule = appRecordingRuleRepository
.findByAppIdAndPlatformAndTag(appEditDTO.getAppId(), appEditDTO.getPlatform(), appEditDTO.getTag());
答案 0 :(得分:0)
就像您将使用SQL一样。使用DISTINCT关键字。
因此存储库中的方法名称应为
findDistinctByAppIdAndPlatformAndTag
请查看文档:
https://docs.spring.io/spring-data/jpa/docs/current/reference/html/