When spring integrates mybatis, such an error is reported because the package name is created incorrectly when the mapper.xml file is created in the resources directory. Because the package cannot be created under resources, only the folder directory can be created. The key point is (the folder cannot be in the form of “.”), so it can’t be lazy and easy. The directory should be created level by level
Read More:
- How to Solve Mybatis error: invalid bound statement (not found)
- [How to Solve] Invalid bound statement (not found)
- [Solved] Mybatis-Plus Error: Invalid bound statement (not found)
- Mybatis Error: Invalid bound statement (not found)
- Springboot mybatis Integrate Error: Invalid bound statement (not found): com…DepartmentMapper.save
- There was an unexpected error (type=Internal Server Error, status=500).Invalid bound statement (not
- How to Solve Error: No suitable driver found for
- How to Solve idea com.baomidou Error
- How to Solve Flick operate Error: not serialized
- How to Solve JAR pack error: Error resolving template [/userInfo], template might not exist or might not be accessib
- HQL statement query error: could not resolve property [Solved]
- How to Solve Error: Maven ‘parent.relativePath‘ of POM…
- How to Solve Tomcat Error: Could not resolve view with name ‘xxx/xxxxxxx‘ in servlet with
- Ternary operator in Java?: error: not a statement
- How to Solve Error: Your ApplicationContext is unlikely to start due to a @ComponentScan of the default package.
- How to Solve Swagger error: IllegalStateException
- [Solved] Mybatis Batch Modify Error: multi-statement not allow
- [Solved] Could not find resource COM / atguigu / Dao / studentdao.xm, the mapper file for storing SQL statements could not be found and an error occurred
- How to Solve Mybatisplusinterceptor error
- How to Solve IDEA @Autowired Error