Description: Use mybatis framework to implement the basic of the to add and delete functions, the main purpose of this code is to try the most basic application of mybatis
To Search:
File list (Check if you may need any files):
maven-mybatis
.............\.classpath
.............\.project
.............\.settings
.............\.........\org.eclipse.jdt.core.prefs
.............\.........\org.eclipse.m2e.core.prefs
.............\pom.xml
.............\src
.............\...\main
.............\...\....\java
.............\...\....\....\com
.............\...\....\....\...\snail
.............\...\....\....\...\.....\mybatis
.............\...\....\....\...\.....\.......\entity
.............\...\....\....\...\.....\.......\......\User.java
.............\...\....\....\...\.....\.......\......\Users.xml
.............\...\....\resources
.............\...\....\.........\log4j.properties
.............\...\....\.........\mybatis.xml
.............\...\test
.............\...\....\java
.............\...\....\....\com
.............\...\....\....\...\snail
.............\...\....\....\...\.....\mybatis
.............\...\....\....\...\.....\.......\test
.............\...\....\....\...\.....\.......\....\UserTest.java
.............\...\....\resources
.............\target
.............\......\classes
.............\......\.......\com
.............\......\.......\...\snail
.............\......\.......\...\.....\mybatis
.............\......\.......\...\.....\.......\entity
.............\......\.......\...\.....\.......\......\User.class
.............\......\.......\...\.....\.......\......\Users.xml
.............\......\.......\log4j.properties
.............\......\.......\mybatis.xml
.............\......\test-classes
.............\......\............\com
.............\......\............\...\snail
.............\......\............\...\.....\mybatis
.............\......\............\...\.....\.......\test
.............\......\............\...\.....\.......\....\UserTest.class