fix: remove findBySecretKey from FeatureServiceRepository
secretKey field was removed from FeatureServiceEntity in the previous refactor, but the repository method was left behind, crashing startup. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
这个提交包含在:
父节点
193c7906cf
当前提交
6ce29edb4c
@ -12,5 +12,5 @@ public interface FeatureServiceRepository extends JpaRepository<FeatureServiceEn
|
|||||||
String appId,
|
String appId,
|
||||||
FeatureServiceEntity.Platform platform,
|
FeatureServiceEntity.Platform platform,
|
||||||
FeatureServiceEntity.ServiceType serviceType);
|
FeatureServiceEntity.ServiceType serviceType);
|
||||||
Optional<FeatureServiceEntity> findBySecretKey(String secretKey);
|
|
||||||
}
|
}
|
||||||
|
|||||||
正在加载...
在新工单中引用
屏蔽一个用户