A detailed description of the spring configuration XML file

Source: Internet
Author: User

1 <?XML version= "1.0" encoding= "UTF-8"?>2 <Beansxmlns= "Http://www.springframework.org/schema/beans"3 Xmlns:xsi= "Http://www.w3.org/2001/XMLSchema-instance"4 xsi:schemalocation= "Http://www.springframework.org/schema/beans5 http://www.springframework.org/schema/beans/spring-beans.xsd ">6 </Beans>

First line: Declare this file in XML format, version 1.0 encoded UTF-8 format

Second line: Insert the beans tag and introduce a namespace xmlns= "Http://www.springframework.org/schema/beans" does not use the namespace prefix

Third line: xmlns:xsi= "Http://www.w3.org/2001/XMLSchema-instance" declares a namespace "http://www.w3.org/2001/XMLSchema-instance" The prefix is xsi, and this namespace is a standard label specification namespace for XML that follows W3.

Row four: Use the Namespace property of the xsi prefix schemalocation specify the location of a namespace and schema file, and note the order.

A detailed description of the spring configuration XML file

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.