spring boot 项目;git拉取下来启动报错

org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'jobEvaluateController': Unsatisfied dependency expressed through field 'service'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'jobEvaluateRServiceImpl': Unsatisfied dependency expressed through field 'dao'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'jobEvaluateRDao' defined in file [D:\IdeaProjects\diligent-cloud-lvm-task\diligent-cloud-lvm-task-service\target\classes\com\diligent\cloud\lvm\task\service\dao\task\JobEvaluateRDao.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail ! Cause:com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure

Cause:com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure

配置文件发来看看