Spring XML 配置文件模板
		
		
		
		
		
		跳到导航
		跳到搜索
		
		
	
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://www.springframework.org/schema/beans
    http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
    <bean id="user01" class="io.github.jihch.boot.bean.User">
        <property name="name" value="zhangsan"/>
        <property name="name" value="18"/>
    </bean>
</beans>