Class HerodotusAuthorizationConsentService

java.lang.Object
cn.herodotus.engine.data.core.service.BaseService<HerodotusAuthorizationConsent,HerodotusAuthorizationConsentId>
cn.herodotus.engine.oauth2.data.jpa.service.HerodotusAuthorizationConsentService
All Implemented Interfaces:
cn.herodotus.engine.data.core.service.ReadableService<HerodotusAuthorizationConsent,HerodotusAuthorizationConsentId>, cn.herodotus.engine.data.core.service.WriteableService<HerodotusAuthorizationConsent,HerodotusAuthorizationConsentId>

@Service public class HerodotusAuthorizationConsentService extends cn.herodotus.engine.data.core.service.BaseService<HerodotusAuthorizationConsent,HerodotusAuthorizationConsentId>

Description: HerodotusAuthorizationConsentService

这里命名没有按照统一的习惯,主要是为了防止与 spring-authorization-server 已有类的同名而导致Bean注入失败

Author:
: gengwei.zheng
Date:
: 2022/2/25 21:02