there is a problem in auth service :
we are using mapper interface but we did not implement same, if I'm missing something please guide me to run this service.
APPLICATION FAILED TO START
Description:
Field mapper com.blueskykong.auth.dao.impl.MybatisClientSecretDAO required a bean of type 'com.blueskykong.auth.dao.mapper.ClientSecretMapper' that could not be found.
Action:
Consider defining a bean of type 'com.blueskykong.auth.dao.mapper.ClientSecretMapper' in your configuration.