Home > Back-end >  Beginners Java, a great god to give directions
Beginners Java, a great god to give directions

Time:10-02

Just update the code from git, start the project has been showed in this way, other colleagues do not have this situation, a great god solve

Error creating bean with the name 'taskOperDao defined in the file (C: \ Users \ 83960 \ git, FRS2, FRS, biapp - input \ target \ classes \ com \ yusys \ biapp \ input \ task \ repository \ taskOperDao class] : Unsatisfied dependency expressed through the bean property' sqlSessionFactory '; Nested exception is org. Springframework. Beans. Factory. BeanCreationException: Error creating bean with the name 'sqlSessionFactory: FactoryBean threw the exception on object creation; Nested exception is org. Springframework. Core. NestedIOException: Failed to parse mapping resource: 'file [C: \ Users \ 83960 \ git, FRS2, FRS, biapp - FRS - web \ target \ classes \ biapp - FRS \ mybatis \ east \ EastCrBloodMapper XML]'. Nested exception is org. Apache. Ibatis. Builder. BuilderException: Error parsing XML Mapper. Cause: org. Apache. Ibatis. Builder. BuilderException: Error resolving class. Cause: org. Apache. Ibatis. The TypeException: Could not resolve the type alias' com. Yusys. East. Business. Blood. The entity. The EastCrBlood '. The Cause: Java. Lang. ClassNotFoundException: always find a class: com. Yusys. East. Business. Blood. The entity. EastCrBlood


CodePudding user response:

Com. Yusys. East. Business. Blood. The entity. The EastCrBlood he couldn't find the class, may be a lack of jar package, or you don't have the import

CodePudding user response:

Cause: Java. Lang. ClassNotFoundException: always find a class: com. Yusys. East. Business. The blood. The entity. The EastCrBlood look at this class
  • Related