ErrLookup › baomidou/mybatis-plus

baomidou/mybatis-plus

An powerful enhanced toolkit of MyBatis for simplify development · Java · 498 source files

Analyzed at bf67d90747 on 2026-08-14. 91 documented errors.

Code / MessageTypeSeverityTags
%s already contains value for %s
exception error mybatis, mybatis-plus, configuration, duplicate-key, mapper
%s does not contain value for %s
exception error mybatis, mybatis-plus, missing-mapping, configuration, mapper
%s is ambiguous in %s (try using the full name including the
exception error mybatis, mybatis-plus, ambiguous-key, configuration, namespace
Should be specified either value() or name() attribute in th
exception error mybatis, mybatis-plus, annotation, cache, configuration
Cannot use both value() and name() attribute in the @CacheNa
exception error mybatis, mybatis-plus, annotation, cache, configuration
Cannot use both @One and @Many annotations in the same @Resu
exception error mybatis, mybatis-plus, annotation, result-map, mapping
Detected conflicting annotations '%s' and '%s' on '%s'.
exception error mybatis, mybatis-plus, annotation, databaseid, configuration
Could not find a statement annotation that correspond a curr
exception error mybatis, mybatis-plus, databaseid, annotation, configuration
Error getting mapper instance. Cause: %s
exception error mybatis, mybatis-plus, mapper-proxy, dependency-conflict, binding
Each XMLConfigBuilder can only be used once.
exception error mybatis, mybatis-plus, xml-config, single-use, initialization
Error parsing SQL Mapper Configuration. Cause: %s
exception error mybatis, mybatis-plus, xml-config, configuration, parse-error
The setting %s is not known. Make sure you spelled it corre
exception error mybatis, mybatis-plus, xml-config, settings, typo
Error registering typeAlias for '%s'. Cause: %s
exception error mybatis, mybatis-plus, type-alias, class-not-found, configuration
The properties element cannot specify both a URL and a resou
exception error mybatis, mybatis-plus, xml-config, properties, configuration
Environment declaration requires a TransactionFactory.
exception error mybatis, mybatis-plus, xml-config, environment, transaction
Environment declaration requires a DataSourceFactory.
exception error mybatis, mybatis-plus, xml-config, environment, datasource
A mapper element may only specify a url, resource or class,
exception error mybatis, mybatis-plus, xml-config, mappers, configuration
No environment specified.
exception error mybatis, mybatis-plus, xml-config, environment, initialization
Environment requires an id attribute.
exception error mybatis, mybatis-plus, xml-config, environment, configuration
Failed to create a new Configuration instance.
exception error mybatis, configuration, reflection, startup
Mapper's namespace cannot be empty
exception error mybatis, xml, mapper, parsing
Error parsing Mapper XML. The XML location is '%s'. Cause: %
exception error mybatis, xml, parsing, mapper
Ambiguous collection type for property '%s'. You must specif
exception error mybatis, resultmap, xml, mapping
Unknown element <%s> in SQL statement.
exception error mybatis, dynamic-sql, xml, parsing
Too many default (otherwise) elements in choose statement.
exception error mybatis, dynamic-sql, choose, xml
Discovering SQL injection column: %s
exception error security, sql-injection, query-wrapper, mybatis-plus
Discovering SQL injection column: %s
exception error security, sql-injection, update-wrapper, mybatis-plus
Type argument cannot be null
exception error mybatis, type-handler, enum, mapping
Failed invoking constructor for handler %s
exception error mybatis, type-handler, enum, configuration
Unable to find a usable constructor for %s
exception error mybatis, type-handler, enum, reflection
Type argument cannot be null
exception error mybatis, type-handler, enum, null-argument
Expected one result (or null) to be returned by selectOne(),
exception error mybatis, select-one, too-many-results, data-quality
Unable to retrieve the mapperInterface and sqlSession proper
exception error mybatis, reflection, mapper-proxy, internals
not configure IKeyGenerator implementation class.
exception error mybatis-plus, primary-key, sequence, configuration
Unknown execution method for: %s
exception error mybatis, binding, version-conflict, internals
Mapper method '%s' attempted to return null from a method wi
exception error mybatis, mapper, primitive-return, null
Mapper method '%s' has an unsupported return type: %s
exception error mybatis, mapper, return-type, binding
method %s needs either a @ResultMap annotation, a @ResultTyp
exception error mybatis, result-handler, streaming, result-type
There is neither 'privateLookupIn(Class, Lookup)' nor 'Looku
exception critical jvm, reflection, compatibility, mybatis-plus
Cannot find class: {}
exception error classpath, classloader, reflection, configuration
expectedSize cannot be negative but was: {}
validation error collections, argument-validation, internal-api
Type argument cannot be null
validation error enum, type-handler, argument-validation
Type argument must be an enum: {}
validation error enum, type-handler, argument-validation
Failed invoking constructor for handler {}
exception error type-handler, reflection, json, configuration
Unable to get MybatisMapperProxy : {}
exception error mapper-proxy, reflection, testing, configuration
Unable to retrieve localhost
exception error network, environment, docker, hostname
Duplicate key {}
exception error reflection, entity-metadata, fields, version-bug
Clock moved backwards. Refusing to generate id for %d milli
exception critical id-generation, snowflake, clock, ntp, vm
Failed to serialize object of type: {}
exception error serialization, cache, java-io
Failed to deserialize object
exception error serialization, cache, data-corruption, java-io
Failed to deserialize object type
exception error serialization, classpath, refactoring, cache
Unsupported proxy type for Groovy lambda extraction: {}. Exp
exception error groovy, lambda, reflection, version-compat
Failed to extract Groovy lambda meta from proxy handler: {}
exception error groovy, lambda, reflection, classpath
Unsupported database type: {}
exception error ddl, database-support, jdbc, configuration
Execute {} fail.
exception error ddl, sql-script, migration, database
不支持的方法!
exception error repository, api-contract, default-method, upgrade
Batch execute failed.
exception error batch, jdbc, constraint-violation, database
`url` cannot be empty
validation error code-generator, configuration, jdbc, fail-fast
%s 的名称转换结果为空,请检查是否配置问题
exception error mybatis-plus, code-generator, naming-strategy, configuration
`include` and `exclude` configurations are mutually exclusiv
validation error mybatis-plus, code-generator, configuration, validation
`likeTable` and `notLikeTable` configurations are mutually e
validation error mybatis-plus, code-generator, configuration, validation
获取自定义字段错误:
exception error mybatis-plus, code-generator, jdbc, metadata, custom-fields
读取[%s]字段出错!
exception error mybatis-plus, code-generator, jdbc, metadata, configuration
An exception occurred in the output file:
exception error mybatis-plus, code-generator, template, io, wrapper-exception
connection cannot be null
exception error mybatis-plus, jdbc, null-check, metadata
File {} exists and is not a directory. Unable to create dire
exception error mybatis-plus, code-generator, filesystem, io
Unable to create directory {}
exception error mybatis-plus, code-generator, filesystem, permissions, io
Illegal directory {}
exception warning mybatis-plus, code-generator, filesystem, developer-experience
Table name processing failed :
exception error mybatis-plus, jsqlparser, sql-parsing, dynamic-table-name, interceptor
非法SQL,where条件中不能使用【or】关键字,错误or信息:{}
exception error mybatis-plus, sql-parsing, interceptor, policy, jsqlparser
非法SQL,where条件中不能使用【!=】关键字,错误!=信息:{}
exception error mybatis-plus, sql-parsing, interceptor, policy, jsqlparser
非法SQL,where条件中不能使用数据库函数,错误函数信息:{}
exception error mybatis-plus, sql-parsing, interceptor, policy, index, jsqlparser
非法SQL,where条件中不能使用子查询,错误子查询SQL信息:{}
exception error mybatis-plus, sql-parsing, interceptor, policy, jsqlparser
非法SQL,SQL未使用到索引, table:{}, columnName:{}
exception error mybatis-plus, sql-parsing, interceptor, index, policy, jsqlparser
Table name processing failed :
exception error mybatis-plus, jsqlparser, sql-parsing, dynamic-table-name, interceptor, version-conflict
非法SQL,where条件中不能使用【or】关键字,错误or信息:{}
exception error mybatis-plus, jsqlparser, sql-parsing, interceptor, policy
非法SQL,where条件中不能使用【!=】关键字,错误!=信息:{}
exception error mybatis-plus, jsqlparser, sql-parsing, interceptor, policy
非法SQL,where条件中不能使用数据库函数,错误函数信息:{}
exception error mybatis-plus, sql, jsqlparser, interceptor, index
非法SQL,where条件中不能使用子查询,错误子查询SQL信息:{}
exception error mybatis-plus, sql, jsqlparser, subquery, interceptor
非法SQL,SQL未使用到索引, table:{}, columnName:{}
exception error mybatis-plus, sql, index, performance, interceptor
Table name processing failed :
exception error mybatis-plus, jsqlparser, dynamic-table-name, sql-parsing
非法SQL,where条件中不能使用【or】关键字,错误or信息:
exception error mybatis-plus, sql, or-condition, interceptor, index
非法SQL,where条件中不能使用【!=】关键字,错误!=信息:
exception error mybatis-plus, sql, not-equals, interceptor
非法SQL,where条件中不能使用数据库函数,错误函数信息:
exception error mybatis-plus, sql, jsqlparser, sql-function, index
非法SQL,where条件中不能使用子查询,错误子查询SQL信息:
exception error mybatis-plus, sql, jsqlparser, subquery, arithmetic
非法SQL,SQL未使用到索引, table:
exception error mybatis-plus, index, ddl, performance, interceptor
Failed getting a databaseId
exception critical mybatis-plus, spring, startup, jdbc, database-id
Failed to parse config resource:
exception critical mybatis-plus, spring, xml, configuration, startup
Failed to parse mapping resource: '
exception critical mybatis-plus, spring, mapper-xml, startup, xml
注册用户资源目录的xml文件失败
exception error mybatis-plus, graalvm, native-image, aot, resources
注册用户目录的xml文件失败
exception error mybatis-plus, graalvm, native-image, aot, autoconfiguration