Error creating bean with name ‘paymentController’: Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘paymentServiceImpl’: Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘paymentDao’ defined in file [F:\springboot\springcloud\cloud-provider-payment8001\target\classes\com\lzq\springcloud01\dao\PaymentDao.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 [org/mybatis/spring/boot/autoconfigure/MybatisAutoConfiguration.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 org.springframework.core.NestedIOException: Failed to parse mapping resource: ‘file [F:\springboot\springcloud\cloud-provider-payment8001\target\classes\mapper\PaymentMapper.xml]’; nested exception is org.apache.ibatis.builder.BuilderException: Error parsing Mapper XML. The XML location is ‘file [F:\springboot\springcloud\cloud-provider-payment8001\target\classes\mapper\PaymentMapper.xml]’. Cause: org.apache.ibatis.builder.BuilderException: Error resolving class. Cause: org.apache.ibatis.type.TypeException: Could not resolve type alias ‘BIGINT’. Cause: java.lang.ClassNotFoundException: Cannot find class: BIGINT

问题解决
javaType=“BIGINT” 去掉不知道为啥写上报错

谁知道为啥?