摘要:
mybatis多对多 阅读全文
摘要:
unnamed not found for the web module 阅读全文
摘要:
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown error 1146 阅读全文
摘要:
org.apache.ibatis.builder.IncompleteElementException: Could not find parameter map com.bj186.crm.pojo.User 阅读全文
摘要:
mybatis中配置中引入properties文件 阅读全文
摘要:
org.apache.ibatis.builder.IncompleteElementException: Could not find parameter map com.bj186.crm.mapper.UserMapper.Integer
Caused by: java.lang.IllegalArgumentException: Parameter Maps collection does not contain value for com.bj186.crm.mapper.UserMapper.Integer 阅读全文
摘要:
Caused by: org.apache.ibatis.type.TypeException: Could not resolve type alias 'User'. Cause: java.lang.ClassNotFoundException: Cannot find class: User
at org.apache.ibatis.type.TypeAliasRegistry.resolveAlias(TypeAliasRegistry.java:120)
at org.apache.ibatis.builder.BaseBuilder.resolveAlias(BaseBuilder.java:149)
at org.apache.ibatis.builder.BaseBuilder.resolveClass(BaseBuilder.java:116)
... 64 more
Caused by: java.lang.ClassNotFoundException: Cannot find class: User
at org.apache.ibati 阅读全文
摘要:
问题: ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the consol 阅读全文
摘要:
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. 阅读全文
摘要:
userService:com.bj186.crm.service.impl.UserServiceImpl@ca12d4
10:14:56.622 [http-nio-8080-exec-45] ERROR com.opensymphony.xwork2.interceptor.ParametersInterceptor - Developer Notification (set struts.devMode to false to disable this message):
Unexpected Exception caught setting 'password' on 'class com.bj186.crm.web.action.UserAction: Error setting expression 'password' with value ['123456', ]
10:14:56.648 [http-nio-8080-exec-45] ERROR com.opensymphony.xwork2.interceptor.ParametersInterceptor 阅读全文