解决mapper.xml不在resource的时出现的错误nvalid bound statement (not found): com.dxl.system.mapper

错误:org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.dxl.system.mapper.UserMapper.selectList

解决:pom配置一下编译



		
			
				src/main/java
				
					**/*.xml
				
			
			
				src/main/resources
			
		
	

 

你可能感兴趣的:(springboot)