Dragon_dance_ 2020-04-04 18:52 采纳率: 100%
浏览 273
已采纳

基于SSM框架的tomcat死循环问题···求大佬解答,我截下了循环的部分

2020-04-04 18:41:06,462 DEBUG org.mybatis.spring.SqlSessionFactoryBean: org.mybatis.spring.SqlSessionFactoryBean.buildSqlSessionFactory(SqlSessionFactoryBean.java:431) - Parsed configuration file: 'class path resource [mybatis/mybatis-config.xml]'
2020-04-04 18:41:06,465 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory: org.springframework.beans.factory.support.AbstractBeanFactory.getTypeForFactoryBean(AbstractBeanFactory.java:1426) - Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'typeMapper' defined in URL [jar:file:/D:/newfile/Java/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Atcrowdfunding-main/WEB-INF/lib/Atcrowdfunding-manager-api-0.0.1-SNAPSHOT.jar!/com/min/atcrowdfunding/manager/dao/TypeMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory': : Error creating bean with name 'sqlSessionFactory' defined in file [D:\newfile\Java.metadata.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\Atcrowdfunding-main\WEB-INF\classes\spring\spring-context.xml]: Invocation of init method failed; nested exception is org.springframework.core.NestedIOException: Failed to parse mapping resource: 'URL [jar:file:/D:/newfile/Java/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Atcrowdfunding-main/WEB-INF/lib/Atcrowdfunding-manager-impl-0.0.1-SNAPSHOT.jar!/mybatis/AccountTypeCertMapper.xml]'; nested exception is org.apache.ibatis.builder.BuilderException: Error parsing Mapper XML. Cause: java.lang.IllegalArgumentException: Result Maps collection already contains value for com.min.atcrowdfunding.manager.dao.AccountTypeCertMapper.BaseResultMap; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in file [D:\newfile\Java.metadata.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\Atcrowdfunding-main\WEB-INF\classes\spring\spring-context.xml]: Invocation of init method failed; nested exception is org.springframework.core.NestedIOException: Failed to parse mapping resource: 'URL [jar:file:/D:/newfile/Java/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Atcrowdfunding-main/WEB-INF/lib/Atcrowdfunding-manager-impl-0.0.1-SNAPSHOT.jar!/mybatis/AccountTypeCertMapper.xml]'; nested exception is org.apache.ibatis.builder.BuilderException: Error parsing Mapper XML. Cause: java.lang.IllegalArgumentException: Result Maps collection already contains value for com.min.atcrowdfunding.manager.dao.AccountTypeCertMapper.BaseResultMap
2020-04-04 18:41:06,466 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory: org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:220) - Creating shared instance of singleton bean 'sqlSessionFactory'
2020-04-04 18:41:06,467 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory: org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:449) - Creating instance of bean 'sqlSessionFactory'
2020-04-04 18:41:06,467 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory: org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:523) - Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references
2020-04-04 18:41:06,468 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory: org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:249) - Returning cached instance of singleton bean 'dataSource'
2020-04-04 18:41:06,469 DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver: org.springframework.core.io.support.PathMatchingResourcePatternResolver.doFindMatchingFileSystemResources(PathMatchingResourcePatternResolver.java:553) - Looking for matching resources in directory tree [D:\newfile\Java.metadata.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\Atcrowdfunding-main\WEB-INF\classes\mybatis]
2020-04-04 18:41:06,469 DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver: org.springframework.core.io.support.PathMatchingResourcePatternResolver.doRetrieveMatchingFiles(PathMatchingResourcePatternResolver.java:615) - Searching directory [D:\newfile\Java.metadata.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\Atcrowdfunding-main\WEB-INF\classes\mybatis] for files matching pattern [D:/newfile/Java/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Atcrowdfunding-main/WEB-INF/classes/mybatis/*Mapper.xml]
2020-04-04 18:41:06,470 DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver: org.springframework.core.io.support.PathMatchingResourcePatternResolver.doFindPathMatchingJarResources(PathMatchingResourcePatternResolver.java:467) - Looking for matching resources in jar file [file:/D:/newfile/Java/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Atcrowdfunding-main/WEB-INF/lib/Atcrowdfunding-manager-impl-0.0.1-SNAPSHOT.jar]
2020-04-04 18:41:06,471 DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver: org.springframework.core.io.support.PathMatchingResourcePatternResolver.doFindPathMatchingJarResources(PathMatchingResourcePatternResolver.java:467) - Looking for matching resources in jar file [file:/D:/newfile/Java/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Atcrowdfunding-main/WEB-INF/lib/Atcrowdfunding-potal-impl-0.0.1-SNAPSHOT.jar]
2020-04-04 18:41:06,471 DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver: org.springframework.core.io.support.PathMatchingResourcePatternResolver.findPathMatchingResources(PathMatchingResourcePatternResolver.java:354) - Resolved location pattern [classpath*:mybatis/*Mapper.xml] to resources [URL [jar:file:/D:/newfile/Java/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Atcrowdfunding-main/WEB-INF/lib/Atcrowdfunding-manager-impl-0.0.1-SNAPSHOT.jar!/mybatis/AccountTypeCertMapper.xml], URL [jar:file:/D:/newfile/Java/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Atcrowdfunding-main/WEB-INF/lib/Atcrowdfunding-manager-impl-0.0.1-SNAPSHOT.jar!/mybatis/AdvertisementMapper.xml], URL [jar:file:/D:/newfile/Java/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Atcrowdfunding-main/WEB-INF/lib/Atcrowdfunding-manager-impl-0.0.1-SNAPSHOT.jar!/mybatis/CertMapper.xml], URL [jar:file:/D:/newfile/Java/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Atcrowdfunding-main/WEB-INF/lib/Atcrowdfunding-manager-impl-0.0.1-SNAPSHOT.jar!/mybatis/DictionaryMapper.xml], URL [jar:file:/D:/newfile/Java/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Atcrowdfunding-main/WEB-INF/lib/Atcrowdfunding-manager-impl-0.0.1-SNAPSHOT.jar!/mybatis/MessageMapper.xml], URL [jar:file:/D:/newfile/Java/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Atcrowdfunding-main/WEB-INF/lib/Atcrowdfunding-manager-impl-0.0.1-SNAPSHOT.jar!/mybatis/OrderMapper.xml], URL [jar:file:/D:/newfile/Java/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Atcrowdfunding-main/WEB-INF/lib/Atcrowdfunding-manager-impl-0.0.1-SNAPSHOT.jar!/mybatis/ParamMapper.xml], URL [jar:file:/D:/newfile/Java/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Atcrowdfunding-main/WEB-INF/lib/Atcrowdfunding-manager-impl-0.0.1-SNAPSHOT.jar!/mybatis/PermissionMapper.xml], URL [jar:file:/D:/newfile/Java/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Atcrowdfunding-main/WEB-INF/lib/Atcrowdfunding-manager-impl-0.0.1-SNAPSHOT.jar!/mybatis/ProjectMapper.xml], URL [jar:file:/D:/newfile/Java/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Atcrowdfunding-main/WEB-INF/lib/Atcrowdfunding-manager-impl-0.0.1-SNAPSHOT.jar!/mybatis/ProjectTagMapper.xml], URL [jar:file:/D:/newfile/Java/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Atcrowdfunding-main/WEB-INF/lib/Atcrowdfunding-manager-impl-0.0.1-SNAPSHOT.jar!/mybatis/ProjectTypeMapper.xml], URL [jar:file:/D:/newfile/Java/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Atcrowdfunding-main/WEB-INF/lib/Atcrowdfunding-manager-impl-0.0.1-SNAPSHOT.jar!/mybatis/ReturnMapper.xml], URL [jar:file:/D:/newfile/Java/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Atcrowdfunding-main/WEB-INF/lib/Atcrowdfunding-manager-impl-0.0.1-SNAPSHOT.jar!/mybatis/RoleMapper.xml], URL [jar:file:/D:/newfile/Java/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Atcrowdfunding-main/WEB-INF/lib/Atcrowdfunding-manager-impl-0.0.1-SNAPSHOT.jar!/mybatis/RolePermissionMapper.xml], URL [jar:file:/D:/newfile/Java/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Atcrowdfunding-main/WEB-INF/lib/Atcrowdfunding-manager-impl-0.0.1-SNAPSHOT.jar!/mybatis/TagMapper.xml], URL [jar:file:/D:/newfile/Java/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Atcrowdfunding-main/WEB-INF/lib/Atcrowdfunding-manager-impl-0.0.1-SNAPSHOT.jar!/mybatis/TypeMapper.xml], URL [jar:file:/D:/newfile/Java/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Atcrowdfunding-main/WEB-INF/lib/Atcrowdfunding-manager-impl-0.0.1-SNAPSHOT.jar!/mybatis/UserMapper.xml], URL [jar:file:/D:/newfile/Java/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Atcrowdfunding-main/WEB-INF/lib/Atcrowdfunding-manager-impl-0.0.1-SNAPSHOT.jar!/mybatis/UserRoleMapper.xml]]
2020-04-04 18:41:06,472 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory: org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1595) - Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory'
2020-04-04 18:41:06,474 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.DefaultVFS.findJarForResource(DefaultVFS.java:197) - Find JAR URL: jar:file:/D:/newfile/Java/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Atcrowdfunding-main/WEB-INF/lib/Atcrowdfunding-bean-0.0.1-SNAPSHOT.jar!/com/min/atcrowdfunding/bean/
2020-04-04 18:41:06,474 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.DefaultVFS.findJarForResource(DefaultVFS.java:203) - Inner URL: file:/D:/newfile/Java/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Atcrowdfunding-main/WEB-INF/lib/Atcrowdfunding-bean-0.0.1-SNAPSHOT.jar!/com/min/atcrowdfunding/bean/
2020-04-04 18:41:06,475 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.DefaultVFS.findJarForResource(DefaultVFS.java:214) - Extracted JAR URL: file:/D:/newfile/Java/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Atcrowdfunding-main/WEB-INF/lib/Atcrowdfunding-bean-0.0.1-SNAPSHOT.jar
2020-04-04 18:41:06,475 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.DefaultVFS.isJar(DefaultVFS.java:291) - Found JAR: file:/D:/newfile/Java/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Atcrowdfunding-main/WEB-INF/lib/Atcrowdfunding-bean-0.0.1-SNAPSHOT.jar
2020-04-04 18:41:06,476 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.DefaultVFS.list(DefaultVFS.java:64) - Listing jar:file:/D:/newfile/Java/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Atcrowdfunding-main/WEB-INF/lib/Atcrowdfunding-bean-0.0.1-SNAPSHOT.jar!/com/min/atcrowdfunding/bean/
2020-04-04 18:41:06,476 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.DefaultVFS.listResources(DefaultVFS.java:178) - Found resource: /com/min/atcrowdfunding/bean/AccountTypeCert.class
2020-04-04 18:41:06,477 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.DefaultVFS.listResources(DefaultVFS.java:178) - Found resource: /com/min/atcrowdfunding/bean/Advertisement.class
2020-04-04 18:41:06,477 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.DefaultVFS.listResources(DefaultVFS.java:178) - Found resource: /com/min/atcrowdfunding/bean/Cert.class
2020-04-04 18:41:06,478 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.DefaultVFS.listResources(DefaultVFS.java:178) - Found resource: /com/min/atcrowdfunding/bean/Dictionary.class
2020-04-04 18:41:06,478 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.DefaultVFS.listResources(DefaultVFS.java:178) - Found resource: /com/min/atcrowdfunding/bean/Member.class
2020-04-04 18:41:06,479 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.DefaultVFS.listResources(DefaultVFS.java:178) - Found resource: /com/min/atcrowdfunding/bean/MemberAddress.class
2020-04-04 18:41:06,479 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.DefaultVFS.listResources(DefaultVFS.java:178) - Found resource: /com/min/atcrowdfunding/bean/MemberCert.class
2020-04-04 18:41:06,479 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.DefaultVFS.listResources(DefaultVFS.java:178) - Found resource: /com/min/atcrowdfunding/bean/MemberProjectFollow.class
2020-04-04 18:41:06,479 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.DefaultVFS.listResources(DefaultVFS.java:178) - Found resource: /com/min/atcrowdfunding/bean/Message.class
2020-04-04 18:41:06,480 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.DefaultVFS.listResources(DefaultVFS.java:178) - Found resource: /com/min/atcrowdfunding/bean/Order.class
2020-04-04 18:41:06,481 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.DefaultVFS.listResources(DefaultVFS.java:178) - Found resource: /com/min/atcrowdfunding/bean/Param.class
2020-04-04 18:41:06,481 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.DefaultVFS.listResources(DefaultVFS.java:178) - Found resource: /com/min/atcrowdfunding/bean/Permission.class
2020-04-04 18:41:06,482 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.DefaultVFS.listResources(DefaultVFS.java:178) - Found resource: /com/min/atcrowdfunding/bean/Project.class
2020-04-04 18:41:06,483 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.DefaultVFS.listResources(DefaultVFS.java:178) - Found resource: /com/min/atcrowdfunding/bean/ProjectTag.class
2020-04-04 18:41:06,483 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.DefaultVFS.listResources(DefaultVFS.java:178) - Found resource: /com/min/atcrowdfunding/bean/ProjectType.class
2020-04-04 18:41:06,484 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.DefaultVFS.listResources(DefaultVFS.java:178) - Found resource: /com/min/atcrowdfunding/bean/Return.class
2020-04-04 18:41:06,484 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.DefaultVFS.listResources(DefaultVFS.java:178) - Found resource: /com/min/atcrowdfunding/bean/Role.class
2020-04-04 18:41:06,485 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.DefaultVFS.listResources(DefaultVFS.java:178) - Found resource: /com/min/atcrowdfunding/bean/RolePermission.class
2020-04-04 18:41:06,485 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.DefaultVFS.listResources(DefaultVFS.java:178) - Found resource: /com/min/atcrowdfunding/bean/Tag.class
2020-04-04 18:41:06,486 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.DefaultVFS.listResources(DefaultVFS.java:178) - Found resource: /com/min/atcrowdfunding/bean/Type.class
2020-04-04 18:41:06,486 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.DefaultVFS.listResources(DefaultVFS.java:178) - Found resource: /com/min/atcrowdfunding/bean/User.class
2020-04-04 18:41:06,487 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.DefaultVFS.listResources(DefaultVFS.java:178) - Found resource: /com/min/atcrowdfunding/bean/UserRole.class
2020-04-04 18:41:06,487 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.ResolverUtil.addIfMatching(ResolverUtil.java:250) - Checking to see if class com.min.atcrowdfunding.bean.AccountTypeCert matches criteria [is assignable to Object]
2020-04-04 18:41:06,488 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.ResolverUtil.addIfMatching(ResolverUtil.java:250) - Checking to see if class com.min.atcrowdfunding.bean.Advertisement matches criteria [is assignable to Object]
2020-04-04 18:41:06,488 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.ResolverUtil.addIfMatching(ResolverUtil.java:250) - Checking to see if class com.min.atcrowdfunding.bean.Cert matches criteria [is assignable to Object]
2020-04-04 18:41:06,489 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.ResolverUtil.addIfMatching(ResolverUtil.java:250) - Checking to see if class com.min.atcrowdfunding.bean.Dictionary matches criteria [is assignable to Object]
2020-04-04 18:41:06,489 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.ResolverUtil.addIfMatching(ResolverUtil.java:250) - Checking to see if class com.min.atcrowdfunding.bean.Member matches criteria [is assignable to Object]
2020-04-04 18:41:06,490 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.ResolverUtil.addIfMatching(ResolverUtil.java:250) - Checking to see if class com.min.atcrowdfunding.bean.MemberAddress matches criteria [is assignable to Object]
2020-04-04 18:41:06,490 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.ResolverUtil.addIfMatching(ResolverUtil.java:250) - Checking to see if class com.min.atcrowdfunding.bean.MemberCert matches criteria [is assignable to Object]
2020-04-04 18:41:06,490 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.ResolverUtil.addIfMatching(ResolverUtil.java:250) - Checking to see if class com.min.atcrowdfunding.bean.MemberProjectFollow matches criteria [is assignable to Object]
2020-04-04 18:41:06,491 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.ResolverUtil.addIfMatching(ResolverUtil.java:250) - Checking to see if class com.min.atcrowdfunding.bean.Message matches criteria [is assignable to Object]
2020-04-04 18:41:06,491 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.ResolverUtil.addIfMatching(ResolverUtil.java:250) - Checking to see if class com.min.atcrowdfunding.bean.Order matches criteria [is assignable to Object]
2020-04-04 18:41:06,492 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.ResolverUtil.addIfMatching(ResolverUtil.java:250) - Checking to see if class com.min.atcrowdfunding.bean.Param matches criteria [is assignable to Object]
2020-04-04 18:41:06,492 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.ResolverUtil.addIfMatching(ResolverUtil.java:250) - Checking to see if class com.min.atcrowdfunding.bean.Permission matches criteria [is assignable to Object]
2020-04-04 18:41:06,493 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.ResolverUtil.addIfMatching(ResolverUtil.java:250) - Checking to see if class com.min.atcrowdfunding.bean.Project matches criteria [is assignable to Object]
2020-04-04 18:41:06,493 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.ResolverUtil.addIfMatching(ResolverUtil.java:250) - Checking to see if class com.min.atcrowdfunding.bean.ProjectTag matches criteria [is assignable to Object]
2020-04-04 18:41:06,494 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.ResolverUtil.addIfMatching(ResolverUtil.java:250) - Checking to see if class com.min.atcrowdfunding.bean.ProjectType matches criteria [is assignable to Object]
2020-04-04 18:41:06,494 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.ResolverUtil.addIfMatching(ResolverUtil.java:250) - Checking to see if class com.min.atcrowdfunding.bean.Return matches criteria [is assignable to Object]
2020-04-04 18:41:06,495 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.ResolverUtil.addIfMatching(ResolverUtil.java:250) - Checking to see if class com.min.atcrowdfunding.bean.Role matches criteria [is assignable to Object]
2020-04-04 18:41:06,495 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.ResolverUtil.addIfMatching(ResolverUtil.java:250) - Checking to see if class com.min.atcrowdfunding.bean.RolePermission matches criteria [is assignable to Object]
2020-04-04 18:41:06,496 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.ResolverUtil.addIfMatching(ResolverUtil.java:250) - Checking to see if class com.min.atcrowdfunding.bean.Tag matches criteria [is assignable to Object]
2020-04-04 18:41:06,496 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.ResolverUtil.addIfMatching(ResolverUtil.java:250) - Checking to see if class com.min.atcrowdfunding.bean.Type matches criteria [is assignable to Object]
2020-04-04 18:41:06,497 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.ResolverUtil.addIfMatching(ResolverUtil.java:250) - Checking to see if class com.min.atcrowdfunding.bean.User matches criteria [is assignable to Object]
2020-04-04 18:41:06,497 DEBUG org.apache.ibatis.io.ResolverUtil: org.apache.ibatis.io.ResolverUtil.addIfMatching(ResolverUtil.java:250) - Checking to see if class com.min.atcrowdfunding.bean.UserRole matches criteria [is assignable to Object]

  • 写回答

1条回答 默认 最新

  • 关注
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 运筹学中在线排序的时间在线排序的在线LPT算法
  • ¥30 求一段fortran代码用IVF编译运行的结果
  • ¥15 深度学习根据CNN网络模型,搭建BP模型并训练MNIST数据集
  • ¥15 lammps拉伸应力应变曲线分析
  • ¥15 C++ 头文件/宏冲突问题解决
  • ¥15 用comsol模拟大气湍流通过底部加热(温度不同)的腔体
  • ¥50 安卓adb backup备份子用户应用数据失败
  • ¥20 有人能用聚类分析帮我分析一下文本内容嘛
  • ¥15 请问Lammps做复合材料拉伸模拟,应力应变曲线问题
  • ¥30 python代码,帮调试,帮帮忙吧