nested exception is IncompleteElementException: Could not find parameter map
錯誤資訊如下:
[WARN ] org.springframework.beans.factory.support.DefaultListableBeanFactory-->
Invocation of init method failed; nested exception is org.apache.ibatis.builder.IncompleteElementException:
Could not find parameter map org.lc.jiankunking.system.member.dao.TestInfoMapper.map
錯誤原因:
<insert id="insertTestInfo" parameterMap="map" >
//省略
</insert>
應該是(替換parameterMap為parameterType):
<insert id="insertLoginInfo" parameterType="map" >
//省略
</insert>
作者:jiankunking 出處:http://blog.csdn.net/jiankunking
相關文章
- org.apache.ibatis.builder.IncompleteElementException: Could not find result map java.util.MapApacheBATUIExceptionJava
- nested exception is org.hibernate.InvalidMappingException: Could not parse mappiExceptionAPP
- nested exception is java.lang.NoSuchMethodException: 實體類.()ExceptionJava
- Initialization of bean failed; nested exception is java.lang.StackOverflowErrorBeanAIExceptionJavaError
- nested exception is java.lang.NoSuchFieldError: FAIL_ON_SYMBOL_HASH_OVERFLOWExceptionJavaErrorAISymbol
- Fatal error: Uncaught PDOException: could not find driverErrorException
- Could not find the main class. Program will exitAI
- Could not find *.apk!解決辦法APK
- Could not find a suitable set of interfaces for VIPs.UI
- vue3 Could not find a declaration file for moduleVue
- forEach、map、filter、find、sort、find等易錯點整理Filter
- Could not find jar tool executable問題解決JAR
- OGG-00446 ERROR: Could not find archived logErrorHive
- jar檔案could not find the main class解決JARAI
- 錯誤 - Could not find the index entry for RIDIndex
- VueX Vue: Could not find a declaration file for module vuex.Vue
- { “code”: “-1”, “msg”: “nested exception is org.apache.ibatis.exceptions.TooManyResultsException: ExExceptionApacheBATOOM
- ogg GGS ERROR 500 Could not find archived logErrorHive
- SQL error 2812: Could not find stored procedure.docSQLError
- cmake報錯CMake Error: Could not find CMAKE_ROOTError
- 報錯:nested exception is java.lang.NoClassDefFoundError: org/fusesource/hawtbuf/UTF8BufferExceptionJavaError
- nested exception is javax.validation.ValidationException錯誤解決思路ExceptionJava
- org.hibernate.exception.SQLGrammarException: could not extract ResultSet解決方案ExceptionSQL
- 關於 artisan migrants Could not find drive 解決方法
- Helper Devise: could not find the `Warden::Proxy` instance on request environmentdev
- master bug InnoDB Error unlock row could not find a 4 mode lockASTError
- Could not find first log file name in binary log index fileIndex
- HTTP Status 500 - Request processing failed; nested exception is org.springframework.jdbc.BadSqlGramHTTPAIExceptionSpringFrameworkJDBCSQL
- nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to localhost:6379ExceptionRedislocalhost
- spring No default constructor found; nested exception is java.lang.NoSuchMethodException: com.slj.moSpringStructExceptionJava
- IO Exception: The Network Adapter Could Not Establish a Connection_604155.1ExceptionAPT
- FATAL ERROR: Could not find ./bin/my_print_defaults 解決方法Error
- 請教:castor MappingException: Could not find the class異常ASTAPPException
- Unknown column ‘name‘ in ‘field list‘ ; bad SQL grammar []; nested exception is com.mysql.jdbc.excepExceptionMySqlJDBC
- 解決CocoaPods could not find compatible versions for pod "React/Core"React
- PostgreSQL pg_rewind例項--could not find previous WAL record at %X/%XSQL
- This application failed to start because it could not find or load the Qt platform plugin “windows“APPAIQTPlatformPluginWindows
- java.lang.IllegalArgumentException: Could not find class異常解決方式JavaException