How to Fix Cannot convert value of type Error

Error: Cannot convert value of type ‘org.apache.ibatis.session.defaults.DefaultSqlSessionFactory’ to required type ‘org.mybatis.spring. SqlSessionTemplate’ for property ‘sqlSessionTemplate’: no matching editors or conversion strategy foun
How to Fix:

It’s sqlSessionFactoryBeanName not sqlSessionTemplateBeanName

Read More: