Introduction
In this project, you will learn how to perform CRUD (Create, Read, Update, Delete) operations on a course schedule table using MyBatis, a popular Java persistence framework.
👀 Preview


🎯 Tasks
In this project, you will learn:
- How to configure the project and set up the necessary dependencies
- How to improve the
Courseentity class by adding properties, constructors, setter/getter methods, and other content - How to improve the MyBatis configuration file
mybatis-config.xml - How to implement the
CourseMapperinterface and its corresponding methods - How to implement the SQL mapping in the
CourseMapper.xmlfile - How to implement the test cases in the
MyBatisTest.javafile
🏆 Achievements
After completing this project, you will be able to:
- Use MyBatis to interact with a MySQL database
- Define entity classes and configure the MyBatis mapping files
- Implement CRUD operations using MyBatis
- Write unit tests to verify the functionality of the application





