MyBatis 4 ways to register Mapper

Source: Internet
Author: User
Tags config
<?xml version= "1.0" encoding= "UTF-8" standalone= "no"?>
<! DOCTYPE configuration Public "-//mybatis.org//dtd Config 3.0//en" "Http://mybatis.org/dtd/mybatis-3-config.dtd" >
<configuration>
	<mappers>  
		<!--The package element will register all mapper interfaces below the specified packet-  
		< Package name= "Com.tiantian.mybatis.mapperinterface"/>  
		<!-- The resource property of the Mapper element allows you to specify a mapper.xml file that is relative to the classpath and  
		<mapper resource= "com/tiantian/mybatis/mapper/ Usermapper.xml "/>  
		<!--The URL property of the mapper element allows you to specify a mapper.xml file through a URL request--  
		<mapper url=" File:///E :/usermapper.xml "/>  
		<!--through the class attribute of the mapper element you can specify a mapper interface to register--  
		<mapper class=" Com.tiantian.mybatis.mapperinterface.UserMapper "/>  
	</mappers>  
</configuration>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.