Spring application.xml Configuration and Web. XML configuration

Source: Internet
Author: User

Application.xml

<!--Scan Package--<context:compent-scan package= "Com.bdqn.exam" ></context:compent-scan><!--Transaction Factory-- ><bean class= "Org.springframework.jdbc.datasource.DataSourceTransactionManagert" id= "Transactionmanagert" > <property name= "dataSource" ref= "DataSource" ></property></bean><!--open transaction Annotations--&LT;TX:A nnotation-driven/><!--Open the MVC annotations--&GT;&LT;MVC:ANNOTATION-DRIVEN/&GT;&LT;--JDBC data source configuration factory--><bean> <property name= "Driverclass" value= "Com.mysql.jdbc.driver" > <property name= "User" value= "root" > <prop Erty name= "password" value= "123" > <property name= "jdbcurl" value= "Jdbc:mysql:///exam?characterencoding=utf-8" ></bean><!--MyBatis Factory--><bean class= "Org.mybatis.spring.SqlSessionFactoryBean" id= " Sqlsessionfactory "> <property name=" dataSource "value=" DataSource "></property></bean><!-- Help class factory--><bean class= "Org.mybatis.spring.mapper.MapperScannerConfigurEr "> <property name=" sqlsessionfactorybeanname "value=" sqlsessionfactory "> <property name=" Basepackage " Value= "Com.bdqn.exam.dao" ></bean>

  

Spring application.xml Configuration and Web. XML 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.