ToB企服应用市场:ToB评测及商务社交产业平台

标题: Spirng 当中 Bean的作用域 [打印本页]

作者: 吴旭华    时间: 2024-5-18 19:32
标题: Spirng 当中 Bean的作用域
Spirng 当中 Bean的作用域

@
目录

每博一文案
  1. 青年,青年!无论受怎样的挫折和打击,都要咬着牙关挺住,因为你们完全有机会重建生活;只要不灰心丧气,每一次挫折就只不过是通往新境界的一块普通绊脚石,而绝不会置人于死命
  2.                                                                         _____路遥《平凡的世界》
  3. 飞机上邻座的姐姐
  4. 独自一人坐飞机去见异地的男友
  5. 异地恋赤诚的人好像越来越少
  6. 我不自觉地问她
  7. 如果以后分手了不会觉得可惜么
  8. 她一边低头和男友报备自己落座了
  9. 一边回答说“我不是确认了不会分手才去爱他的,我恰恰是因为确定了我们有可能会分手才更要
  10. 用力去爱他的,更何况,人是用来拥有的,不是吗”
  11.                                                                 ———————《网友评论》
复制代码
1. Spring6 当中的 Bean的作用域

1.2 singleton 默认

默认情况下,Spring的IoC容器创建的Bean对象是单例的。
我们来查验一下:
首先,方便大家处理,下面明确出对应相关的   maven设置信息pom.xml
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. <?xml version="1.0" encoding="UTF-8"?>
  4. <beans xmlns="http://www.springframework.org/schema/beans"
  5. <?xml version="1.0" encoding="UTF-8"?>
  6. <beans xmlns="http://www.springframework.org/schema/beans"
  7. <?xml version="1.0" encoding="UTF-8"?>
  8. <beans xmlns="http://www.springframework.org/schema/beans"
  9.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  10.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  11.     <bean name="user"  scope="prototype"></bean>
  12. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  13. <?xml version="1.0" encoding="UTF-8"?>
  14. <beans xmlns="http://www.springframework.org/schema/beans"
  15.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  16.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  17.     <bean name="user"  scope="prototype"></bean>
  18. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  19. <?xml version="1.0" encoding="UTF-8"?>
  20. <beans xmlns="http://www.springframework.org/schema/beans"
  21.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  22.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  23.     <bean name="user"  scope="prototype"></bean>
  24. </beans><bean name="user"  scope="singleton"></bean>
  25. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  26. <?xml version="1.0" encoding="UTF-8"?>
  27. <beans xmlns="http://www.springframework.org/schema/beans"
  28. <?xml version="1.0" encoding="UTF-8"?>
  29. <beans xmlns="http://www.springframework.org/schema/beans"
  30.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  31.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  32.     <bean name="user"  scope="prototype"></bean>
  33. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  34. <?xml version="1.0" encoding="UTF-8"?>
  35. <beans xmlns="http://www.springframework.org/schema/beans"
  36.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  37.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  38.     <bean name="user"  scope="prototype"></bean>
  39. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  40. <?xml version="1.0" encoding="UTF-8"?>
  41. <beans xmlns="http://www.springframework.org/schema/beans"
  42.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  43.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  44.     <bean name="user"  scope="prototype"></bean>
  45. </beans><bean name="user"  scope="singleton"></bean>
  46. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  47. <?xml version="1.0" encoding="UTF-8"?>
  48. <beans xmlns="http://www.springframework.org/schema/beans"
  49. <?xml version="1.0" encoding="UTF-8"?>
  50. <beans xmlns="http://www.springframework.org/schema/beans"
  51.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  52.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  53.     <bean name="user"  scope="prototype"></bean>
  54. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  55. <?xml version="1.0" encoding="UTF-8"?>
  56. <beans xmlns="http://www.springframework.org/schema/beans"
  57.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  58.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  59.     <bean name="user"  scope="prototype"></bean>
  60. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  61. <?xml version="1.0" encoding="UTF-8"?>
  62. <beans xmlns="http://www.springframework.org/schema/beans"
  63.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  64.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  65.     <bean name="user"  scope="prototype"></bean>
  66. </beans><bean name="user"  scope="singleton"></bean>
  67. </beans><bean name="user" ></bean>
  68. </beans><?xml version="1.0" encoding="UTF-8"?>
  69. <beans xmlns="http://www.springframework.org/schema/beans"
  70. <?xml version="1.0" encoding="UTF-8"?>
  71. <beans xmlns="http://www.springframework.org/schema/beans"
  72. <?xml version="1.0" encoding="UTF-8"?>
  73. <beans xmlns="http://www.springframework.org/schema/beans"
  74.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  75.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  76.     <bean name="user"  scope="prototype"></bean>
  77. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  78. <?xml version="1.0" encoding="UTF-8"?>
  79. <beans xmlns="http://www.springframework.org/schema/beans"
  80.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  81.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  82.     <bean name="user"  scope="prototype"></bean>
  83. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  84. <?xml version="1.0" encoding="UTF-8"?>
  85. <beans xmlns="http://www.springframework.org/schema/beans"
  86.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  87.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  88.     <bean name="user"  scope="prototype"></bean>
  89. </beans><bean name="user"  scope="singleton"></bean>
  90. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  91. <?xml version="1.0" encoding="UTF-8"?>
  92. <beans xmlns="http://www.springframework.org/schema/beans"
  93. <?xml version="1.0" encoding="UTF-8"?>
  94. <beans xmlns="http://www.springframework.org/schema/beans"
  95.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  96.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  97.     <bean name="user"  scope="prototype"></bean>
  98. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  99. <?xml version="1.0" encoding="UTF-8"?>
  100. <beans xmlns="http://www.springframework.org/schema/beans"
  101.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  102.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  103.     <bean name="user"  scope="prototype"></bean>
  104. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  105. <?xml version="1.0" encoding="UTF-8"?>
  106. <beans xmlns="http://www.springframework.org/schema/beans"
  107.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  108.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  109.     <bean name="user"  scope="prototype"></bean>
  110. </beans><bean name="user"  scope="singleton"></bean>
  111. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  112. <?xml version="1.0" encoding="UTF-8"?>
  113. <beans xmlns="http://www.springframework.org/schema/beans"
  114. <?xml version="1.0" encoding="UTF-8"?>
  115. <beans xmlns="http://www.springframework.org/schema/beans"
  116.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  117.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  118.     <bean name="user"  scope="prototype"></bean>
  119. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  120. <?xml version="1.0" encoding="UTF-8"?>
  121. <beans xmlns="http://www.springframework.org/schema/beans"
  122.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  123.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  124.     <bean name="user"  scope="prototype"></bean>
  125. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  126. <?xml version="1.0" encoding="UTF-8"?>
  127. <beans xmlns="http://www.springframework.org/schema/beans"
  128.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  129.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  130.     <bean name="user"  scope="prototype"></bean>
  131. </beans><bean name="user"  scope="singleton"></bean>
  132. </beans><bean name="user" ></bean>
  133. </beans> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  134. <?xml version="1.0" encoding="UTF-8"?>
  135. <beans xmlns="http://www.springframework.org/schema/beans"
  136. <?xml version="1.0" encoding="UTF-8"?>
  137. <beans xmlns="http://www.springframework.org/schema/beans"
  138. <?xml version="1.0" encoding="UTF-8"?>
  139. <beans xmlns="http://www.springframework.org/schema/beans"
  140.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  141.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  142.     <bean name="user"  scope="prototype"></bean>
  143. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  144. <?xml version="1.0" encoding="UTF-8"?>
  145. <beans xmlns="http://www.springframework.org/schema/beans"
  146.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  147.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  148.     <bean name="user"  scope="prototype"></bean>
  149. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  150. <?xml version="1.0" encoding="UTF-8"?>
  151. <beans xmlns="http://www.springframework.org/schema/beans"
  152.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  153.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  154.     <bean name="user"  scope="prototype"></bean>
  155. </beans><bean name="user"  scope="singleton"></bean>
  156. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  157. <?xml version="1.0" encoding="UTF-8"?>
  158. <beans xmlns="http://www.springframework.org/schema/beans"
  159. <?xml version="1.0" encoding="UTF-8"?>
  160. <beans xmlns="http://www.springframework.org/schema/beans"
  161.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  162.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  163.     <bean name="user"  scope="prototype"></bean>
  164. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  165. <?xml version="1.0" encoding="UTF-8"?>
  166. <beans xmlns="http://www.springframework.org/schema/beans"
  167.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  168.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  169.     <bean name="user"  scope="prototype"></bean>
  170. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  171. <?xml version="1.0" encoding="UTF-8"?>
  172. <beans xmlns="http://www.springframework.org/schema/beans"
  173.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  174.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  175.     <bean name="user"  scope="prototype"></bean>
  176. </beans><bean name="user"  scope="singleton"></bean>
  177. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  178. <?xml version="1.0" encoding="UTF-8"?>
  179. <beans xmlns="http://www.springframework.org/schema/beans"
  180. <?xml version="1.0" encoding="UTF-8"?>
  181. <beans xmlns="http://www.springframework.org/schema/beans"
  182.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  183.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  184.     <bean name="user"  scope="prototype"></bean>
  185. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  186. <?xml version="1.0" encoding="UTF-8"?>
  187. <beans xmlns="http://www.springframework.org/schema/beans"
  188.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  189.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  190.     <bean name="user"  scope="prototype"></bean>
  191. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  192. <?xml version="1.0" encoding="UTF-8"?>
  193. <beans xmlns="http://www.springframework.org/schema/beans"
  194.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  195.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  196.     <bean name="user"  scope="prototype"></bean>
  197. </beans><bean name="user"  scope="singleton"></bean>
  198. </beans><bean name="user" ></bean>
  199. </beans><?xml version="1.0" encoding="UTF-8"?>
  200. <beans xmlns="http://www.springframework.org/schema/beans"
  201. <?xml version="1.0" encoding="UTF-8"?>
  202. <beans xmlns="http://www.springframework.org/schema/beans"
  203. <?xml version="1.0" encoding="UTF-8"?>
  204. <beans xmlns="http://www.springframework.org/schema/beans"
  205.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  206.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  207.     <bean name="user"  scope="prototype"></bean>
  208. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  209. <?xml version="1.0" encoding="UTF-8"?>
  210. <beans xmlns="http://www.springframework.org/schema/beans"
  211.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  212.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  213.     <bean name="user"  scope="prototype"></bean>
  214. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  215. <?xml version="1.0" encoding="UTF-8"?>
  216. <beans xmlns="http://www.springframework.org/schema/beans"
  217.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  218.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  219.     <bean name="user"  scope="prototype"></bean>
  220. </beans><bean name="user"  scope="singleton"></bean>
  221. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  222. <?xml version="1.0" encoding="UTF-8"?>
  223. <beans xmlns="http://www.springframework.org/schema/beans"
  224. <?xml version="1.0" encoding="UTF-8"?>
  225. <beans xmlns="http://www.springframework.org/schema/beans"
  226.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  227.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  228.     <bean name="user"  scope="prototype"></bean>
  229. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  230. <?xml version="1.0" encoding="UTF-8"?>
  231. <beans xmlns="http://www.springframework.org/schema/beans"
  232.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  233.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  234.     <bean name="user"  scope="prototype"></bean>
  235. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  236. <?xml version="1.0" encoding="UTF-8"?>
  237. <beans xmlns="http://www.springframework.org/schema/beans"
  238.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  239.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  240.     <bean name="user"  scope="prototype"></bean>
  241. </beans><bean name="user"  scope="singleton"></bean>
  242. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  243. <?xml version="1.0" encoding="UTF-8"?>
  244. <beans xmlns="http://www.springframework.org/schema/beans"
  245. <?xml version="1.0" encoding="UTF-8"?>
  246. <beans xmlns="http://www.springframework.org/schema/beans"
  247.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  248.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  249.     <bean name="user"  scope="prototype"></bean>
  250. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  251. <?xml version="1.0" encoding="UTF-8"?>
  252. <beans xmlns="http://www.springframework.org/schema/beans"
  253.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  254.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  255.     <bean name="user"  scope="prototype"></bean>
  256. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  257. <?xml version="1.0" encoding="UTF-8"?>
  258. <beans xmlns="http://www.springframework.org/schema/beans"
  259.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  260.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  261.     <bean name="user"  scope="prototype"></bean>
  262. </beans><bean name="user"  scope="singleton"></bean>
  263. </beans><bean name="user" ></bean>
  264. </beans> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  265. <?xml version="1.0" encoding="UTF-8"?>
  266. <beans xmlns="http://www.springframework.org/schema/beans"
  267. <?xml version="1.0" encoding="UTF-8"?>
  268. <beans xmlns="http://www.springframework.org/schema/beans"
  269. <?xml version="1.0" encoding="UTF-8"?>
  270. <beans xmlns="http://www.springframework.org/schema/beans"
  271.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  272.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  273.     <bean name="user"  scope="prototype"></bean>
  274. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  275. <?xml version="1.0" encoding="UTF-8"?>
  276. <beans xmlns="http://www.springframework.org/schema/beans"
  277.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  278.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  279.     <bean name="user"  scope="prototype"></bean>
  280. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  281. <?xml version="1.0" encoding="UTF-8"?>
  282. <beans xmlns="http://www.springframework.org/schema/beans"
  283.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  284.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  285.     <bean name="user"  scope="prototype"></bean>
  286. </beans><bean name="user"  scope="singleton"></bean>
  287. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  288. <?xml version="1.0" encoding="UTF-8"?>
  289. <beans xmlns="http://www.springframework.org/schema/beans"
  290. <?xml version="1.0" encoding="UTF-8"?>
  291. <beans xmlns="http://www.springframework.org/schema/beans"
  292.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  293.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  294.     <bean name="user"  scope="prototype"></bean>
  295. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  296. <?xml version="1.0" encoding="UTF-8"?>
  297. <beans xmlns="http://www.springframework.org/schema/beans"
  298.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  299.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  300.     <bean name="user"  scope="prototype"></bean>
  301. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  302. <?xml version="1.0" encoding="UTF-8"?>
  303. <beans xmlns="http://www.springframework.org/schema/beans"
  304.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  305.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  306.     <bean name="user"  scope="prototype"></bean>
  307. </beans><bean name="user"  scope="singleton"></bean>
  308. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  309. <?xml version="1.0" encoding="UTF-8"?>
  310. <beans xmlns="http://www.springframework.org/schema/beans"
  311. <?xml version="1.0" encoding="UTF-8"?>
  312. <beans xmlns="http://www.springframework.org/schema/beans"
  313.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  314.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  315.     <bean name="user"  scope="prototype"></bean>
  316. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  317. <?xml version="1.0" encoding="UTF-8"?>
  318. <beans xmlns="http://www.springframework.org/schema/beans"
  319.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  320.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  321.     <bean name="user"  scope="prototype"></bean>
  322. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  323. <?xml version="1.0" encoding="UTF-8"?>
  324. <beans xmlns="http://www.springframework.org/schema/beans"
  325.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  326.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  327.     <bean name="user"  scope="prototype"></bean>
  328. </beans><bean name="user"  scope="singleton"></bean>
  329. </beans><bean name="user" ></bean>
  330. </beans><modelVersion>4.0.0</modelVersion>
  331. <?xml version="1.0" encoding="UTF-8"?>
  332. <beans xmlns="http://www.springframework.org/schema/beans"
  333. <?xml version="1.0" encoding="UTF-8"?>
  334. <beans xmlns="http://www.springframework.org/schema/beans"
  335. <?xml version="1.0" encoding="UTF-8"?>
  336. <beans xmlns="http://www.springframework.org/schema/beans"
  337.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  338.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  339.     <bean name="user"  scope="prototype"></bean>
  340. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  341. <?xml version="1.0" encoding="UTF-8"?>
  342. <beans xmlns="http://www.springframework.org/schema/beans"
  343.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  344.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  345.     <bean name="user"  scope="prototype"></bean>
  346. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  347. <?xml version="1.0" encoding="UTF-8"?>
  348. <beans xmlns="http://www.springframework.org/schema/beans"
  349.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  350.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  351.     <bean name="user"  scope="prototype"></bean>
  352. </beans><bean name="user"  scope="singleton"></bean>
  353. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  354. <?xml version="1.0" encoding="UTF-8"?>
  355. <beans xmlns="http://www.springframework.org/schema/beans"
  356. <?xml version="1.0" encoding="UTF-8"?>
  357. <beans xmlns="http://www.springframework.org/schema/beans"
  358.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  359.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  360.     <bean name="user"  scope="prototype"></bean>
  361. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  362. <?xml version="1.0" encoding="UTF-8"?>
  363. <beans xmlns="http://www.springframework.org/schema/beans"
  364.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  365.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  366.     <bean name="user"  scope="prototype"></bean>
  367. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  368. <?xml version="1.0" encoding="UTF-8"?>
  369. <beans xmlns="http://www.springframework.org/schema/beans"
  370.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  371.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  372.     <bean name="user"  scope="prototype"></bean>
  373. </beans><bean name="user"  scope="singleton"></bean>
  374. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  375. <?xml version="1.0" encoding="UTF-8"?>
  376. <beans xmlns="http://www.springframework.org/schema/beans"
  377. <?xml version="1.0" encoding="UTF-8"?>
  378. <beans xmlns="http://www.springframework.org/schema/beans"
  379.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  380.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  381.     <bean name="user"  scope="prototype"></bean>
  382. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  383. <?xml version="1.0" encoding="UTF-8"?>
  384. <beans xmlns="http://www.springframework.org/schema/beans"
  385.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  386.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  387.     <bean name="user"  scope="prototype"></bean>
  388. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  389. <?xml version="1.0" encoding="UTF-8"?>
  390. <beans xmlns="http://www.springframework.org/schema/beans"
  391.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  392.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  393.     <bean name="user"  scope="prototype"></bean>
  394. </beans><bean name="user"  scope="singleton"></bean>
  395. </beans><bean name="user" ></bean>
  396. </beans><groupId>com.rainbowsea</groupId>
  397. <?xml version="1.0" encoding="UTF-8"?>
  398. <beans xmlns="http://www.springframework.org/schema/beans"
  399. <?xml version="1.0" encoding="UTF-8"?>
  400. <beans xmlns="http://www.springframework.org/schema/beans"
  401. <?xml version="1.0" encoding="UTF-8"?>
  402. <beans xmlns="http://www.springframework.org/schema/beans"
  403.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  404.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  405.     <bean name="user"  scope="prototype"></bean>
  406. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  407. <?xml version="1.0" encoding="UTF-8"?>
  408. <beans xmlns="http://www.springframework.org/schema/beans"
  409.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  410.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  411.     <bean name="user"  scope="prototype"></bean>
  412. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  413. <?xml version="1.0" encoding="UTF-8"?>
  414. <beans xmlns="http://www.springframework.org/schema/beans"
  415.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  416.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  417.     <bean name="user"  scope="prototype"></bean>
  418. </beans><bean name="user"  scope="singleton"></bean>
  419. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  420. <?xml version="1.0" encoding="UTF-8"?>
  421. <beans xmlns="http://www.springframework.org/schema/beans"
  422. <?xml version="1.0" encoding="UTF-8"?>
  423. <beans xmlns="http://www.springframework.org/schema/beans"
  424.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  425.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  426.     <bean name="user"  scope="prototype"></bean>
  427. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  428. <?xml version="1.0" encoding="UTF-8"?>
  429. <beans xmlns="http://www.springframework.org/schema/beans"
  430.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  431.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  432.     <bean name="user"  scope="prototype"></bean>
  433. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  434. <?xml version="1.0" encoding="UTF-8"?>
  435. <beans xmlns="http://www.springframework.org/schema/beans"
  436.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  437.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  438.     <bean name="user"  scope="prototype"></bean>
  439. </beans><bean name="user"  scope="singleton"></bean>
  440. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  441. <?xml version="1.0" encoding="UTF-8"?>
  442. <beans xmlns="http://www.springframework.org/schema/beans"
  443. <?xml version="1.0" encoding="UTF-8"?>
  444. <beans xmlns="http://www.springframework.org/schema/beans"
  445.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  446.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  447.     <bean name="user"  scope="prototype"></bean>
  448. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  449. <?xml version="1.0" encoding="UTF-8"?>
  450. <beans xmlns="http://www.springframework.org/schema/beans"
  451.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  452.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  453.     <bean name="user"  scope="prototype"></bean>
  454. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  455. <?xml version="1.0" encoding="UTF-8"?>
  456. <beans xmlns="http://www.springframework.org/schema/beans"
  457.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  458.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  459.     <bean name="user"  scope="prototype"></bean>
  460. </beans><bean name="user"  scope="singleton"></bean>
  461. </beans><bean name="user" ></bean>
  462. </beans><artifactId>spring6-007-circular-dependency</artifactId>
  463. <?xml version="1.0" encoding="UTF-8"?>
  464. <beans xmlns="http://www.springframework.org/schema/beans"
  465. <?xml version="1.0" encoding="UTF-8"?>
  466. <beans xmlns="http://www.springframework.org/schema/beans"
  467. <?xml version="1.0" encoding="UTF-8"?>
  468. <beans xmlns="http://www.springframework.org/schema/beans"
  469.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  470.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  471.     <bean name="user"  scope="prototype"></bean>
  472. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  473. <?xml version="1.0" encoding="UTF-8"?>
  474. <beans xmlns="http://www.springframework.org/schema/beans"
  475.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  476.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  477.     <bean name="user"  scope="prototype"></bean>
  478. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  479. <?xml version="1.0" encoding="UTF-8"?>
  480. <beans xmlns="http://www.springframework.org/schema/beans"
  481.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  482.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  483.     <bean name="user"  scope="prototype"></bean>
  484. </beans><bean name="user"  scope="singleton"></bean>
  485. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  486. <?xml version="1.0" encoding="UTF-8"?>
  487. <beans xmlns="http://www.springframework.org/schema/beans"
  488. <?xml version="1.0" encoding="UTF-8"?>
  489. <beans xmlns="http://www.springframework.org/schema/beans"
  490.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  491.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  492.     <bean name="user"  scope="prototype"></bean>
  493. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  494. <?xml version="1.0" encoding="UTF-8"?>
  495. <beans xmlns="http://www.springframework.org/schema/beans"
  496.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  497.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  498.     <bean name="user"  scope="prototype"></bean>
  499. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  500. <?xml version="1.0" encoding="UTF-8"?>
  501. <beans xmlns="http://www.springframework.org/schema/beans"
  502.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  503.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  504.     <bean name="user"  scope="prototype"></bean>
  505. </beans><bean name="user"  scope="singleton"></bean>
  506. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  507. <?xml version="1.0" encoding="UTF-8"?>
  508. <beans xmlns="http://www.springframework.org/schema/beans"
  509. <?xml version="1.0" encoding="UTF-8"?>
  510. <beans xmlns="http://www.springframework.org/schema/beans"
  511.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  512.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  513.     <bean name="user"  scope="prototype"></bean>
  514. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  515. <?xml version="1.0" encoding="UTF-8"?>
  516. <beans xmlns="http://www.springframework.org/schema/beans"
  517.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  518.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  519.     <bean name="user"  scope="prototype"></bean>
  520. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  521. <?xml version="1.0" encoding="UTF-8"?>
  522. <beans xmlns="http://www.springframework.org/schema/beans"
  523.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  524.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  525.     <bean name="user"  scope="prototype"></bean>
  526. </beans><bean name="user"  scope="singleton"></bean>
  527. </beans><bean name="user" ></bean>
  528. </beans><version>1.0-SNAPSHOT</version>
  529. <?xml version="1.0" encoding="UTF-8"?>
  530. <beans xmlns="http://www.springframework.org/schema/beans"
  531. <?xml version="1.0" encoding="UTF-8"?>
  532. <beans xmlns="http://www.springframework.org/schema/beans"
  533. <?xml version="1.0" encoding="UTF-8"?>
  534. <beans xmlns="http://www.springframework.org/schema/beans"
  535.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  536.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  537.     <bean name="user"  scope="prototype"></bean>
  538. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  539. <?xml version="1.0" encoding="UTF-8"?>
  540. <beans xmlns="http://www.springframework.org/schema/beans"
  541.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  542.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  543.     <bean name="user"  scope="prototype"></bean>
  544. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  545. <?xml version="1.0" encoding="UTF-8"?>
  546. <beans xmlns="http://www.springframework.org/schema/beans"
  547.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  548.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  549.     <bean name="user"  scope="prototype"></bean>
  550. </beans><bean name="user"  scope="singleton"></bean>
  551. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  552. <?xml version="1.0" encoding="UTF-8"?>
  553. <beans xmlns="http://www.springframework.org/schema/beans"
  554. <?xml version="1.0" encoding="UTF-8"?>
  555. <beans xmlns="http://www.springframework.org/schema/beans"
  556.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  557.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  558.     <bean name="user"  scope="prototype"></bean>
  559. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  560. <?xml version="1.0" encoding="UTF-8"?>
  561. <beans xmlns="http://www.springframework.org/schema/beans"
  562.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  563.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  564.     <bean name="user"  scope="prototype"></bean>
  565. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  566. <?xml version="1.0" encoding="UTF-8"?>
  567. <beans xmlns="http://www.springframework.org/schema/beans"
  568.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  569.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  570.     <bean name="user"  scope="prototype"></bean>
  571. </beans><bean name="user"  scope="singleton"></bean>
  572. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  573. <?xml version="1.0" encoding="UTF-8"?>
  574. <beans xmlns="http://www.springframework.org/schema/beans"
  575. <?xml version="1.0" encoding="UTF-8"?>
  576. <beans xmlns="http://www.springframework.org/schema/beans"
  577.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  578.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  579.     <bean name="user"  scope="prototype"></bean>
  580. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  581. <?xml version="1.0" encoding="UTF-8"?>
  582. <beans xmlns="http://www.springframework.org/schema/beans"
  583.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  584.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  585.     <bean name="user"  scope="prototype"></bean>
  586. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  587. <?xml version="1.0" encoding="UTF-8"?>
  588. <beans xmlns="http://www.springframework.org/schema/beans"
  589.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  590.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  591.     <bean name="user"  scope="prototype"></bean>
  592. </beans><bean name="user"  scope="singleton"></bean>
  593. </beans><bean name="user" ></bean>
  594. </beans><packaging>jar</packaging>
  595. <?xml version="1.0" encoding="UTF-8"?>
  596. <beans xmlns="http://www.springframework.org/schema/beans"
  597. <?xml version="1.0" encoding="UTF-8"?>
  598. <beans xmlns="http://www.springframework.org/schema/beans"
  599. <?xml version="1.0" encoding="UTF-8"?>
  600. <beans xmlns="http://www.springframework.org/schema/beans"
  601.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  602.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  603.     <bean name="user"  scope="prototype"></bean>
  604. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  605. <?xml version="1.0" encoding="UTF-8"?>
  606. <beans xmlns="http://www.springframework.org/schema/beans"
  607.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  608.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  609.     <bean name="user"  scope="prototype"></bean>
  610. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  611. <?xml version="1.0" encoding="UTF-8"?>
  612. <beans xmlns="http://www.springframework.org/schema/beans"
  613.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  614.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  615.     <bean name="user"  scope="prototype"></bean>
  616. </beans><bean name="user"  scope="singleton"></bean>
  617. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  618. <?xml version="1.0" encoding="UTF-8"?>
  619. <beans xmlns="http://www.springframework.org/schema/beans"
  620. <?xml version="1.0" encoding="UTF-8"?>
  621. <beans xmlns="http://www.springframework.org/schema/beans"
  622.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  623.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  624.     <bean name="user"  scope="prototype"></bean>
  625. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  626. <?xml version="1.0" encoding="UTF-8"?>
  627. <beans xmlns="http://www.springframework.org/schema/beans"
  628.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  629.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  630.     <bean name="user"  scope="prototype"></bean>
  631. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  632. <?xml version="1.0" encoding="UTF-8"?>
  633. <beans xmlns="http://www.springframework.org/schema/beans"
  634.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  635.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  636.     <bean name="user"  scope="prototype"></bean>
  637. </beans><bean name="user"  scope="singleton"></bean>
  638. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  639. <?xml version="1.0" encoding="UTF-8"?>
  640. <beans xmlns="http://www.springframework.org/schema/beans"
  641. <?xml version="1.0" encoding="UTF-8"?>
  642. <beans xmlns="http://www.springframework.org/schema/beans"
  643.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  644.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  645.     <bean name="user"  scope="prototype"></bean>
  646. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  647. <?xml version="1.0" encoding="UTF-8"?>
  648. <beans xmlns="http://www.springframework.org/schema/beans"
  649.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  650.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  651.     <bean name="user"  scope="prototype"></bean>
  652. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  653. <?xml version="1.0" encoding="UTF-8"?>
  654. <beans xmlns="http://www.springframework.org/schema/beans"
  655.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  656.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  657.     <bean name="user"  scope="prototype"></bean>
  658. </beans><bean name="user"  scope="singleton"></bean>
  659. </beans><bean name="user" ></bean>
  660. </beans><properties>
  661. <?xml version="1.0" encoding="UTF-8"?>
  662. <beans xmlns="http://www.springframework.org/schema/beans"
  663. <?xml version="1.0" encoding="UTF-8"?>
  664. <beans xmlns="http://www.springframework.org/schema/beans"
  665. <?xml version="1.0" encoding="UTF-8"?>
  666. <beans xmlns="http://www.springframework.org/schema/beans"
  667.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  668.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  669.     <bean name="user"  scope="prototype"></bean>
  670. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  671. <?xml version="1.0" encoding="UTF-8"?>
  672. <beans xmlns="http://www.springframework.org/schema/beans"
  673.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  674.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  675.     <bean name="user"  scope="prototype"></bean>
  676. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  677. <?xml version="1.0" encoding="UTF-8"?>
  678. <beans xmlns="http://www.springframework.org/schema/beans"
  679.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  680.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  681.     <bean name="user"  scope="prototype"></bean>
  682. </beans><bean name="user"  scope="singleton"></bean>
  683. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  684. <?xml version="1.0" encoding="UTF-8"?>
  685. <beans xmlns="http://www.springframework.org/schema/beans"
  686. <?xml version="1.0" encoding="UTF-8"?>
  687. <beans xmlns="http://www.springframework.org/schema/beans"
  688.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  689.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  690.     <bean name="user"  scope="prototype"></bean>
  691. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  692. <?xml version="1.0" encoding="UTF-8"?>
  693. <beans xmlns="http://www.springframework.org/schema/beans"
  694.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  695.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  696.     <bean name="user"  scope="prototype"></bean>
  697. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  698. <?xml version="1.0" encoding="UTF-8"?>
  699. <beans xmlns="http://www.springframework.org/schema/beans"
  700.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  701.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  702.     <bean name="user"  scope="prototype"></bean>
  703. </beans><bean name="user"  scope="singleton"></bean>
  704. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  705. <?xml version="1.0" encoding="UTF-8"?>
  706. <beans xmlns="http://www.springframework.org/schema/beans"
  707. <?xml version="1.0" encoding="UTF-8"?>
  708. <beans xmlns="http://www.springframework.org/schema/beans"
  709.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  710.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  711.     <bean name="user"  scope="prototype"></bean>
  712. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  713. <?xml version="1.0" encoding="UTF-8"?>
  714. <beans xmlns="http://www.springframework.org/schema/beans"
  715.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  716.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  717.     <bean name="user"  scope="prototype"></bean>
  718. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  719. <?xml version="1.0" encoding="UTF-8"?>
  720. <beans xmlns="http://www.springframework.org/schema/beans"
  721.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  722.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  723.     <bean name="user"  scope="prototype"></bean>
  724. </beans><bean name="user"  scope="singleton"></bean>
  725. </beans><bean name="user" ></bean>
  726. </beans><?xml version="1.0" encoding="UTF-8"?>
  727. <beans xmlns="http://www.springframework.org/schema/beans"
  728. <?xml version="1.0" encoding="UTF-8"?>
  729. <beans xmlns="http://www.springframework.org/schema/beans"
  730. <?xml version="1.0" encoding="UTF-8"?>
  731. <beans xmlns="http://www.springframework.org/schema/beans"
  732.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  733.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  734.     <bean name="user"  scope="prototype"></bean>
  735. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  736. <?xml version="1.0" encoding="UTF-8"?>
  737. <beans xmlns="http://www.springframework.org/schema/beans"
  738.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  739.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  740.     <bean name="user"  scope="prototype"></bean>
  741. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  742. <?xml version="1.0" encoding="UTF-8"?>
  743. <beans xmlns="http://www.springframework.org/schema/beans"
  744.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  745.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  746.     <bean name="user"  scope="prototype"></bean>
  747. </beans><bean name="user"  scope="singleton"></bean>
  748. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  749. <?xml version="1.0" encoding="UTF-8"?>
  750. <beans xmlns="http://www.springframework.org/schema/beans"
  751. <?xml version="1.0" encoding="UTF-8"?>
  752. <beans xmlns="http://www.springframework.org/schema/beans"
  753.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  754.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  755.     <bean name="user"  scope="prototype"></bean>
  756. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  757. <?xml version="1.0" encoding="UTF-8"?>
  758. <beans xmlns="http://www.springframework.org/schema/beans"
  759.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  760.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  761.     <bean name="user"  scope="prototype"></bean>
  762. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  763. <?xml version="1.0" encoding="UTF-8"?>
  764. <beans xmlns="http://www.springframework.org/schema/beans"
  765.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  766.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  767.     <bean name="user"  scope="prototype"></bean>
  768. </beans><bean name="user"  scope="singleton"></bean>
  769. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  770. <?xml version="1.0" encoding="UTF-8"?>
  771. <beans xmlns="http://www.springframework.org/schema/beans"
  772. <?xml version="1.0" encoding="UTF-8"?>
  773. <beans xmlns="http://www.springframework.org/schema/beans"
  774.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  775.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  776.     <bean name="user"  scope="prototype"></bean>
  777. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  778. <?xml version="1.0" encoding="UTF-8"?>
  779. <beans xmlns="http://www.springframework.org/schema/beans"
  780.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  781.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  782.     <bean name="user"  scope="prototype"></bean>
  783. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  784. <?xml version="1.0" encoding="UTF-8"?>
  785. <beans xmlns="http://www.springframework.org/schema/beans"
  786.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  787.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  788.     <bean name="user"  scope="prototype"></bean>
  789. </beans><bean name="user"  scope="singleton"></bean>
  790. </beans><bean name="user" ></bean>
  791. </beans><maven.compiler.source>17</maven.compiler.source>
  792. <?xml version="1.0" encoding="UTF-8"?>
  793. <beans xmlns="http://www.springframework.org/schema/beans"
  794. <?xml version="1.0" encoding="UTF-8"?>
  795. <beans xmlns="http://www.springframework.org/schema/beans"
  796. <?xml version="1.0" encoding="UTF-8"?>
  797. <beans xmlns="http://www.springframework.org/schema/beans"
  798.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  799.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  800.     <bean name="user"  scope="prototype"></bean>
  801. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  802. <?xml version="1.0" encoding="UTF-8"?>
  803. <beans xmlns="http://www.springframework.org/schema/beans"
  804.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  805.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  806.     <bean name="user"  scope="prototype"></bean>
  807. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  808. <?xml version="1.0" encoding="UTF-8"?>
  809. <beans xmlns="http://www.springframework.org/schema/beans"
  810.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  811.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  812.     <bean name="user"  scope="prototype"></bean>
  813. </beans><bean name="user"  scope="singleton"></bean>
  814. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  815. <?xml version="1.0" encoding="UTF-8"?>
  816. <beans xmlns="http://www.springframework.org/schema/beans"
  817. <?xml version="1.0" encoding="UTF-8"?>
  818. <beans xmlns="http://www.springframework.org/schema/beans"
  819.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  820.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  821.     <bean name="user"  scope="prototype"></bean>
  822. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  823. <?xml version="1.0" encoding="UTF-8"?>
  824. <beans xmlns="http://www.springframework.org/schema/beans"
  825.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  826.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  827.     <bean name="user"  scope="prototype"></bean>
  828. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  829. <?xml version="1.0" encoding="UTF-8"?>
  830. <beans xmlns="http://www.springframework.org/schema/beans"
  831.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  832.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  833.     <bean name="user"  scope="prototype"></bean>
  834. </beans><bean name="user"  scope="singleton"></bean>
  835. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  836. <?xml version="1.0" encoding="UTF-8"?>
  837. <beans xmlns="http://www.springframework.org/schema/beans"
  838. <?xml version="1.0" encoding="UTF-8"?>
  839. <beans xmlns="http://www.springframework.org/schema/beans"
  840.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  841.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  842.     <bean name="user"  scope="prototype"></bean>
  843. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  844. <?xml version="1.0" encoding="UTF-8"?>
  845. <beans xmlns="http://www.springframework.org/schema/beans"
  846.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  847.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  848.     <bean name="user"  scope="prototype"></bean>
  849. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  850. <?xml version="1.0" encoding="UTF-8"?>
  851. <beans xmlns="http://www.springframework.org/schema/beans"
  852.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  853.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  854.     <bean name="user"  scope="prototype"></bean>
  855. </beans><bean name="user"  scope="singleton"></bean>
  856. </beans><bean name="user" ></bean>
  857. </beans><?xml version="1.0" encoding="UTF-8"?>
  858. <beans xmlns="http://www.springframework.org/schema/beans"
  859. <?xml version="1.0" encoding="UTF-8"?>
  860. <beans xmlns="http://www.springframework.org/schema/beans"
  861. <?xml version="1.0" encoding="UTF-8"?>
  862. <beans xmlns="http://www.springframework.org/schema/beans"
  863.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  864.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  865.     <bean name="user"  scope="prototype"></bean>
  866. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  867. <?xml version="1.0" encoding="UTF-8"?>
  868. <beans xmlns="http://www.springframework.org/schema/beans"
  869.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  870.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  871.     <bean name="user"  scope="prototype"></bean>
  872. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  873. <?xml version="1.0" encoding="UTF-8"?>
  874. <beans xmlns="http://www.springframework.org/schema/beans"
  875.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  876.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  877.     <bean name="user"  scope="prototype"></bean>
  878. </beans><bean name="user"  scope="singleton"></bean>
  879. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  880. <?xml version="1.0" encoding="UTF-8"?>
  881. <beans xmlns="http://www.springframework.org/schema/beans"
  882. <?xml version="1.0" encoding="UTF-8"?>
  883. <beans xmlns="http://www.springframework.org/schema/beans"
  884.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  885.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  886.     <bean name="user"  scope="prototype"></bean>
  887. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  888. <?xml version="1.0" encoding="UTF-8"?>
  889. <beans xmlns="http://www.springframework.org/schema/beans"
  890.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  891.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  892.     <bean name="user"  scope="prototype"></bean>
  893. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  894. <?xml version="1.0" encoding="UTF-8"?>
  895. <beans xmlns="http://www.springframework.org/schema/beans"
  896.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  897.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  898.     <bean name="user"  scope="prototype"></bean>
  899. </beans><bean name="user"  scope="singleton"></bean>
  900. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  901. <?xml version="1.0" encoding="UTF-8"?>
  902. <beans xmlns="http://www.springframework.org/schema/beans"
  903. <?xml version="1.0" encoding="UTF-8"?>
  904. <beans xmlns="http://www.springframework.org/schema/beans"
  905.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  906.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  907.     <bean name="user"  scope="prototype"></bean>
  908. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  909. <?xml version="1.0" encoding="UTF-8"?>
  910. <beans xmlns="http://www.springframework.org/schema/beans"
  911.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  912.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  913.     <bean name="user"  scope="prototype"></bean>
  914. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  915. <?xml version="1.0" encoding="UTF-8"?>
  916. <beans xmlns="http://www.springframework.org/schema/beans"
  917.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  918.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  919.     <bean name="user"  scope="prototype"></bean>
  920. </beans><bean name="user"  scope="singleton"></bean>
  921. </beans><bean name="user" ></bean>
  922. </beans><maven.compiler.target>17</maven.compiler.target>
  923. <?xml version="1.0" encoding="UTF-8"?>
  924. <beans xmlns="http://www.springframework.org/schema/beans"
  925. <?xml version="1.0" encoding="UTF-8"?>
  926. <beans xmlns="http://www.springframework.org/schema/beans"
  927. <?xml version="1.0" encoding="UTF-8"?>
  928. <beans xmlns="http://www.springframework.org/schema/beans"
  929.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  930.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  931.     <bean name="user"  scope="prototype"></bean>
  932. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  933. <?xml version="1.0" encoding="UTF-8"?>
  934. <beans xmlns="http://www.springframework.org/schema/beans"
  935.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  936.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  937.     <bean name="user"  scope="prototype"></bean>
  938. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  939. <?xml version="1.0" encoding="UTF-8"?>
  940. <beans xmlns="http://www.springframework.org/schema/beans"
  941.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  942.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  943.     <bean name="user"  scope="prototype"></bean>
  944. </beans><bean name="user"  scope="singleton"></bean>
  945. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  946. <?xml version="1.0" encoding="UTF-8"?>
  947. <beans xmlns="http://www.springframework.org/schema/beans"
  948. <?xml version="1.0" encoding="UTF-8"?>
  949. <beans xmlns="http://www.springframework.org/schema/beans"
  950.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  951.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  952.     <bean name="user"  scope="prototype"></bean>
  953. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  954. <?xml version="1.0" encoding="UTF-8"?>
  955. <beans xmlns="http://www.springframework.org/schema/beans"
  956.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  957.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  958.     <bean name="user"  scope="prototype"></bean>
  959. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  960. <?xml version="1.0" encoding="UTF-8"?>
  961. <beans xmlns="http://www.springframework.org/schema/beans"
  962.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  963.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  964.     <bean name="user"  scope="prototype"></bean>
  965. </beans><bean name="user"  scope="singleton"></bean>
  966. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  967. <?xml version="1.0" encoding="UTF-8"?>
  968. <beans xmlns="http://www.springframework.org/schema/beans"
  969. <?xml version="1.0" encoding="UTF-8"?>
  970. <beans xmlns="http://www.springframework.org/schema/beans"
  971.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  972.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  973.     <bean name="user"  scope="prototype"></bean>
  974. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  975. <?xml version="1.0" encoding="UTF-8"?>
  976. <beans xmlns="http://www.springframework.org/schema/beans"
  977.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  978.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  979.     <bean name="user"  scope="prototype"></bean>
  980. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  981. <?xml version="1.0" encoding="UTF-8"?>
  982. <beans xmlns="http://www.springframework.org/schema/beans"
  983.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  984.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  985.     <bean name="user"  scope="prototype"></bean>
  986. </beans><bean name="user"  scope="singleton"></bean>
  987. </beans><bean name="user" ></bean>
  988. </beans></properties>
  989. <?xml version="1.0" encoding="UTF-8"?>
  990. <beans xmlns="http://www.springframework.org/schema/beans"
  991. <?xml version="1.0" encoding="UTF-8"?>
  992. <beans xmlns="http://www.springframework.org/schema/beans"
  993. <?xml version="1.0" encoding="UTF-8"?>
  994. <beans xmlns="http://www.springframework.org/schema/beans"
  995.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  996.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  997.     <bean name="user"  scope="prototype"></bean>
  998. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  999. <?xml version="1.0" encoding="UTF-8"?>
  1000. <beans xmlns="http://www.springframework.org/schema/beans"
  1001.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1002.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1003.     <bean name="user"  scope="prototype"></bean>
  1004. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1005. <?xml version="1.0" encoding="UTF-8"?>
  1006. <beans xmlns="http://www.springframework.org/schema/beans"
  1007.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1008.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1009.     <bean name="user"  scope="prototype"></bean>
  1010. </beans><bean name="user"  scope="singleton"></bean>
  1011. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1012. <?xml version="1.0" encoding="UTF-8"?>
  1013. <beans xmlns="http://www.springframework.org/schema/beans"
  1014. <?xml version="1.0" encoding="UTF-8"?>
  1015. <beans xmlns="http://www.springframework.org/schema/beans"
  1016.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1017.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1018.     <bean name="user"  scope="prototype"></bean>
  1019. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1020. <?xml version="1.0" encoding="UTF-8"?>
  1021. <beans xmlns="http://www.springframework.org/schema/beans"
  1022.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1023.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1024.     <bean name="user"  scope="prototype"></bean>
  1025. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1026. <?xml version="1.0" encoding="UTF-8"?>
  1027. <beans xmlns="http://www.springframework.org/schema/beans"
  1028.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1029.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1030.     <bean name="user"  scope="prototype"></bean>
  1031. </beans><bean name="user"  scope="singleton"></bean>
  1032. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1033. <?xml version="1.0" encoding="UTF-8"?>
  1034. <beans xmlns="http://www.springframework.org/schema/beans"
  1035. <?xml version="1.0" encoding="UTF-8"?>
  1036. <beans xmlns="http://www.springframework.org/schema/beans"
  1037.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1038.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1039.     <bean name="user"  scope="prototype"></bean>
  1040. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1041. <?xml version="1.0" encoding="UTF-8"?>
  1042. <beans xmlns="http://www.springframework.org/schema/beans"
  1043.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1044.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1045.     <bean name="user"  scope="prototype"></bean>
  1046. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1047. <?xml version="1.0" encoding="UTF-8"?>
  1048. <beans xmlns="http://www.springframework.org/schema/beans"
  1049.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1050.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1051.     <bean name="user"  scope="prototype"></bean>
  1052. </beans><bean name="user"  scope="singleton"></bean>
  1053. </beans><bean name="user" ></bean>
  1054. </beans><dependencies>
  1055. <?xml version="1.0" encoding="UTF-8"?>
  1056. <beans xmlns="http://www.springframework.org/schema/beans"
  1057. <?xml version="1.0" encoding="UTF-8"?>
  1058. <beans xmlns="http://www.springframework.org/schema/beans"
  1059. <?xml version="1.0" encoding="UTF-8"?>
  1060. <beans xmlns="http://www.springframework.org/schema/beans"
  1061.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1062.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1063.     <bean name="user"  scope="prototype"></bean>
  1064. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1065. <?xml version="1.0" encoding="UTF-8"?>
  1066. <beans xmlns="http://www.springframework.org/schema/beans"
  1067.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1068.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1069.     <bean name="user"  scope="prototype"></bean>
  1070. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1071. <?xml version="1.0" encoding="UTF-8"?>
  1072. <beans xmlns="http://www.springframework.org/schema/beans"
  1073.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1074.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1075.     <bean name="user"  scope="prototype"></bean>
  1076. </beans><bean name="user"  scope="singleton"></bean>
  1077. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1078. <?xml version="1.0" encoding="UTF-8"?>
  1079. <beans xmlns="http://www.springframework.org/schema/beans"
  1080. <?xml version="1.0" encoding="UTF-8"?>
  1081. <beans xmlns="http://www.springframework.org/schema/beans"
  1082.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1083.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1084.     <bean name="user"  scope="prototype"></bean>
  1085. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1086. <?xml version="1.0" encoding="UTF-8"?>
  1087. <beans xmlns="http://www.springframework.org/schema/beans"
  1088.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1089.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1090.     <bean name="user"  scope="prototype"></bean>
  1091. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1092. <?xml version="1.0" encoding="UTF-8"?>
  1093. <beans xmlns="http://www.springframework.org/schema/beans"
  1094.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1095.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1096.     <bean name="user"  scope="prototype"></bean>
  1097. </beans><bean name="user"  scope="singleton"></bean>
  1098. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1099. <?xml version="1.0" encoding="UTF-8"?>
  1100. <beans xmlns="http://www.springframework.org/schema/beans"
  1101. <?xml version="1.0" encoding="UTF-8"?>
  1102. <beans xmlns="http://www.springframework.org/schema/beans"
  1103.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1104.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1105.     <bean name="user"  scope="prototype"></bean>
  1106. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1107. <?xml version="1.0" encoding="UTF-8"?>
  1108. <beans xmlns="http://www.springframework.org/schema/beans"
  1109.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1110.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1111.     <bean name="user"  scope="prototype"></bean>
  1112. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1113. <?xml version="1.0" encoding="UTF-8"?>
  1114. <beans xmlns="http://www.springframework.org/schema/beans"
  1115.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1116.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1117.     <bean name="user"  scope="prototype"></bean>
  1118. </beans><bean name="user"  scope="singleton"></bean>
  1119. </beans><bean name="user" ></bean>
  1120. </beans><?xml version="1.0" encoding="UTF-8"?>
  1121. <beans xmlns="http://www.springframework.org/schema/beans"
  1122. <?xml version="1.0" encoding="UTF-8"?>
  1123. <beans xmlns="http://www.springframework.org/schema/beans"
  1124. <?xml version="1.0" encoding="UTF-8"?>
  1125. <beans xmlns="http://www.springframework.org/schema/beans"
  1126.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1127.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1128.     <bean name="user"  scope="prototype"></bean>
  1129. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1130. <?xml version="1.0" encoding="UTF-8"?>
  1131. <beans xmlns="http://www.springframework.org/schema/beans"
  1132.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1133.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1134.     <bean name="user"  scope="prototype"></bean>
  1135. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1136. <?xml version="1.0" encoding="UTF-8"?>
  1137. <beans xmlns="http://www.springframework.org/schema/beans"
  1138.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1139.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1140.     <bean name="user"  scope="prototype"></bean>
  1141. </beans><bean name="user"  scope="singleton"></bean>
  1142. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1143. <?xml version="1.0" encoding="UTF-8"?>
  1144. <beans xmlns="http://www.springframework.org/schema/beans"
  1145. <?xml version="1.0" encoding="UTF-8"?>
  1146. <beans xmlns="http://www.springframework.org/schema/beans"
  1147.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1148.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1149.     <bean name="user"  scope="prototype"></bean>
  1150. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1151. <?xml version="1.0" encoding="UTF-8"?>
  1152. <beans xmlns="http://www.springframework.org/schema/beans"
  1153.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1154.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1155.     <bean name="user"  scope="prototype"></bean>
  1156. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1157. <?xml version="1.0" encoding="UTF-8"?>
  1158. <beans xmlns="http://www.springframework.org/schema/beans"
  1159.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1160.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1161.     <bean name="user"  scope="prototype"></bean>
  1162. </beans><bean name="user"  scope="singleton"></bean>
  1163. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1164. <?xml version="1.0" encoding="UTF-8"?>
  1165. <beans xmlns="http://www.springframework.org/schema/beans"
  1166. <?xml version="1.0" encoding="UTF-8"?>
  1167. <beans xmlns="http://www.springframework.org/schema/beans"
  1168.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1169.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1170.     <bean name="user"  scope="prototype"></bean>
  1171. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1172. <?xml version="1.0" encoding="UTF-8"?>
  1173. <beans xmlns="http://www.springframework.org/schema/beans"
  1174.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1175.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1176.     <bean name="user"  scope="prototype"></bean>
  1177. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1178. <?xml version="1.0" encoding="UTF-8"?>
  1179. <beans xmlns="http://www.springframework.org/schema/beans"
  1180.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1181.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1182.     <bean name="user"  scope="prototype"></bean>
  1183. </beans><bean name="user"  scope="singleton"></bean>
  1184. </beans><bean name="user" ></bean>
  1185. </beans><dependency>
  1186. <?xml version="1.0" encoding="UTF-8"?>
  1187. <beans xmlns="http://www.springframework.org/schema/beans"
  1188. <?xml version="1.0" encoding="UTF-8"?>
  1189. <beans xmlns="http://www.springframework.org/schema/beans"
  1190. <?xml version="1.0" encoding="UTF-8"?>
  1191. <beans xmlns="http://www.springframework.org/schema/beans"
  1192.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1193.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1194.     <bean name="user"  scope="prototype"></bean>
  1195. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1196. <?xml version="1.0" encoding="UTF-8"?>
  1197. <beans xmlns="http://www.springframework.org/schema/beans"
  1198.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1199.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1200.     <bean name="user"  scope="prototype"></bean>
  1201. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1202. <?xml version="1.0" encoding="UTF-8"?>
  1203. <beans xmlns="http://www.springframework.org/schema/beans"
  1204.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1205.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1206.     <bean name="user"  scope="prototype"></bean>
  1207. </beans><bean name="user"  scope="singleton"></bean>
  1208. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1209. <?xml version="1.0" encoding="UTF-8"?>
  1210. <beans xmlns="http://www.springframework.org/schema/beans"
  1211. <?xml version="1.0" encoding="UTF-8"?>
  1212. <beans xmlns="http://www.springframework.org/schema/beans"
  1213.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1214.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1215.     <bean name="user"  scope="prototype"></bean>
  1216. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1217. <?xml version="1.0" encoding="UTF-8"?>
  1218. <beans xmlns="http://www.springframework.org/schema/beans"
  1219.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1220.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1221.     <bean name="user"  scope="prototype"></bean>
  1222. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1223. <?xml version="1.0" encoding="UTF-8"?>
  1224. <beans xmlns="http://www.springframework.org/schema/beans"
  1225.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1226.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1227.     <bean name="user"  scope="prototype"></bean>
  1228. </beans><bean name="user"  scope="singleton"></bean>
  1229. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1230. <?xml version="1.0" encoding="UTF-8"?>
  1231. <beans xmlns="http://www.springframework.org/schema/beans"
  1232. <?xml version="1.0" encoding="UTF-8"?>
  1233. <beans xmlns="http://www.springframework.org/schema/beans"
  1234.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1235.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1236.     <bean name="user"  scope="prototype"></bean>
  1237. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1238. <?xml version="1.0" encoding="UTF-8"?>
  1239. <beans xmlns="http://www.springframework.org/schema/beans"
  1240.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1241.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1242.     <bean name="user"  scope="prototype"></bean>
  1243. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1244. <?xml version="1.0" encoding="UTF-8"?>
  1245. <beans xmlns="http://www.springframework.org/schema/beans"
  1246.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1247.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1248.     <bean name="user"  scope="prototype"></bean>
  1249. </beans><bean name="user"  scope="singleton"></bean>
  1250. </beans><bean name="user" ></bean>
  1251. </beans><?xml version="1.0" encoding="UTF-8"?>
  1252. <beans xmlns="http://www.springframework.org/schema/beans"
  1253. <?xml version="1.0" encoding="UTF-8"?>
  1254. <beans xmlns="http://www.springframework.org/schema/beans"
  1255. <?xml version="1.0" encoding="UTF-8"?>
  1256. <beans xmlns="http://www.springframework.org/schema/beans"
  1257.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1258.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1259.     <bean name="user"  scope="prototype"></bean>
  1260. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1261. <?xml version="1.0" encoding="UTF-8"?>
  1262. <beans xmlns="http://www.springframework.org/schema/beans"
  1263.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1264.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1265.     <bean name="user"  scope="prototype"></bean>
  1266. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1267. <?xml version="1.0" encoding="UTF-8"?>
  1268. <beans xmlns="http://www.springframework.org/schema/beans"
  1269.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1270.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1271.     <bean name="user"  scope="prototype"></bean>
  1272. </beans><bean name="user"  scope="singleton"></bean>
  1273. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1274. <?xml version="1.0" encoding="UTF-8"?>
  1275. <beans xmlns="http://www.springframework.org/schema/beans"
  1276. <?xml version="1.0" encoding="UTF-8"?>
  1277. <beans xmlns="http://www.springframework.org/schema/beans"
  1278.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1279.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1280.     <bean name="user"  scope="prototype"></bean>
  1281. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1282. <?xml version="1.0" encoding="UTF-8"?>
  1283. <beans xmlns="http://www.springframework.org/schema/beans"
  1284.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1285.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1286.     <bean name="user"  scope="prototype"></bean>
  1287. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1288. <?xml version="1.0" encoding="UTF-8"?>
  1289. <beans xmlns="http://www.springframework.org/schema/beans"
  1290.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1291.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1292.     <bean name="user"  scope="prototype"></bean>
  1293. </beans><bean name="user"  scope="singleton"></bean>
  1294. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1295. <?xml version="1.0" encoding="UTF-8"?>
  1296. <beans xmlns="http://www.springframework.org/schema/beans"
  1297. <?xml version="1.0" encoding="UTF-8"?>
  1298. <beans xmlns="http://www.springframework.org/schema/beans"
  1299.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1300.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1301.     <bean name="user"  scope="prototype"></bean>
  1302. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1303. <?xml version="1.0" encoding="UTF-8"?>
  1304. <beans xmlns="http://www.springframework.org/schema/beans"
  1305.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1306.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1307.     <bean name="user"  scope="prototype"></bean>
  1308. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1309. <?xml version="1.0" encoding="UTF-8"?>
  1310. <beans xmlns="http://www.springframework.org/schema/beans"
  1311.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1312.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1313.     <bean name="user"  scope="prototype"></bean>
  1314. </beans><bean name="user"  scope="singleton"></bean>
  1315. </beans><bean name="user" ></bean>
  1316. </beans><?xml version="1.0" encoding="UTF-8"?>
  1317. <beans xmlns="http://www.springframework.org/schema/beans"
  1318. <?xml version="1.0" encoding="UTF-8"?>
  1319. <beans xmlns="http://www.springframework.org/schema/beans"
  1320. <?xml version="1.0" encoding="UTF-8"?>
  1321. <beans xmlns="http://www.springframework.org/schema/beans"
  1322.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1323.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1324.     <bean name="user"  scope="prototype"></bean>
  1325. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1326. <?xml version="1.0" encoding="UTF-8"?>
  1327. <beans xmlns="http://www.springframework.org/schema/beans"
  1328.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1329.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1330.     <bean name="user"  scope="prototype"></bean>
  1331. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1332. <?xml version="1.0" encoding="UTF-8"?>
  1333. <beans xmlns="http://www.springframework.org/schema/beans"
  1334.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1335.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1336.     <bean name="user"  scope="prototype"></bean>
  1337. </beans><bean name="user"  scope="singleton"></bean>
  1338. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1339. <?xml version="1.0" encoding="UTF-8"?>
  1340. <beans xmlns="http://www.springframework.org/schema/beans"
  1341. <?xml version="1.0" encoding="UTF-8"?>
  1342. <beans xmlns="http://www.springframework.org/schema/beans"
  1343.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1344.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1345.     <bean name="user"  scope="prototype"></bean>
  1346. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1347. <?xml version="1.0" encoding="UTF-8"?>
  1348. <beans xmlns="http://www.springframework.org/schema/beans"
  1349.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1350.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1351.     <bean name="user"  scope="prototype"></bean>
  1352. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1353. <?xml version="1.0" encoding="UTF-8"?>
  1354. <beans xmlns="http://www.springframework.org/schema/beans"
  1355.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1356.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1357.     <bean name="user"  scope="prototype"></bean>
  1358. </beans><bean name="user"  scope="singleton"></bean>
  1359. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1360. <?xml version="1.0" encoding="UTF-8"?>
  1361. <beans xmlns="http://www.springframework.org/schema/beans"
  1362. <?xml version="1.0" encoding="UTF-8"?>
  1363. <beans xmlns="http://www.springframework.org/schema/beans"
  1364.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1365.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1366.     <bean name="user"  scope="prototype"></bean>
  1367. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1368. <?xml version="1.0" encoding="UTF-8"?>
  1369. <beans xmlns="http://www.springframework.org/schema/beans"
  1370.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1371.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1372.     <bean name="user"  scope="prototype"></bean>
  1373. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1374. <?xml version="1.0" encoding="UTF-8"?>
  1375. <beans xmlns="http://www.springframework.org/schema/beans"
  1376.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1377.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1378.     <bean name="user"  scope="prototype"></bean>
  1379. </beans><bean name="user"  scope="singleton"></bean>
  1380. </beans><bean name="user" ></bean>
  1381. </beans><groupId>org.springframework</groupId>
  1382. <?xml version="1.0" encoding="UTF-8"?>
  1383. <beans xmlns="http://www.springframework.org/schema/beans"
  1384. <?xml version="1.0" encoding="UTF-8"?>
  1385. <beans xmlns="http://www.springframework.org/schema/beans"
  1386. <?xml version="1.0" encoding="UTF-8"?>
  1387. <beans xmlns="http://www.springframework.org/schema/beans"
  1388.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1389.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1390.     <bean name="user"  scope="prototype"></bean>
  1391. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1392. <?xml version="1.0" encoding="UTF-8"?>
  1393. <beans xmlns="http://www.springframework.org/schema/beans"
  1394.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1395.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1396.     <bean name="user"  scope="prototype"></bean>
  1397. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1398. <?xml version="1.0" encoding="UTF-8"?>
  1399. <beans xmlns="http://www.springframework.org/schema/beans"
  1400.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1401.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1402.     <bean name="user"  scope="prototype"></bean>
  1403. </beans><bean name="user"  scope="singleton"></bean>
  1404. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1405. <?xml version="1.0" encoding="UTF-8"?>
  1406. <beans xmlns="http://www.springframework.org/schema/beans"
  1407. <?xml version="1.0" encoding="UTF-8"?>
  1408. <beans xmlns="http://www.springframework.org/schema/beans"
  1409.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1410.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1411.     <bean name="user"  scope="prototype"></bean>
  1412. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1413. <?xml version="1.0" encoding="UTF-8"?>
  1414. <beans xmlns="http://www.springframework.org/schema/beans"
  1415.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1416.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1417.     <bean name="user"  scope="prototype"></bean>
  1418. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1419. <?xml version="1.0" encoding="UTF-8"?>
  1420. <beans xmlns="http://www.springframework.org/schema/beans"
  1421.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1422.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1423.     <bean name="user"  scope="prototype"></bean>
  1424. </beans><bean name="user"  scope="singleton"></bean>
  1425. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1426. <?xml version="1.0" encoding="UTF-8"?>
  1427. <beans xmlns="http://www.springframework.org/schema/beans"
  1428. <?xml version="1.0" encoding="UTF-8"?>
  1429. <beans xmlns="http://www.springframework.org/schema/beans"
  1430.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1431.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1432.     <bean name="user"  scope="prototype"></bean>
  1433. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1434. <?xml version="1.0" encoding="UTF-8"?>
  1435. <beans xmlns="http://www.springframework.org/schema/beans"
  1436.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1437.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1438.     <bean name="user"  scope="prototype"></bean>
  1439. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1440. <?xml version="1.0" encoding="UTF-8"?>
  1441. <beans xmlns="http://www.springframework.org/schema/beans"
  1442.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1443.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1444.     <bean name="user"  scope="prototype"></bean>
  1445. </beans><bean name="user"  scope="singleton"></bean>
  1446. </beans><bean name="user" ></bean>
  1447. </beans><?xml version="1.0" encoding="UTF-8"?>
  1448. <beans xmlns="http://www.springframework.org/schema/beans"
  1449. <?xml version="1.0" encoding="UTF-8"?>
  1450. <beans xmlns="http://www.springframework.org/schema/beans"
  1451. <?xml version="1.0" encoding="UTF-8"?>
  1452. <beans xmlns="http://www.springframework.org/schema/beans"
  1453.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1454.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1455.     <bean name="user"  scope="prototype"></bean>
  1456. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1457. <?xml version="1.0" encoding="UTF-8"?>
  1458. <beans xmlns="http://www.springframework.org/schema/beans"
  1459.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1460.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1461.     <bean name="user"  scope="prototype"></bean>
  1462. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1463. <?xml version="1.0" encoding="UTF-8"?>
  1464. <beans xmlns="http://www.springframework.org/schema/beans"
  1465.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1466.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1467.     <bean name="user"  scope="prototype"></bean>
  1468. </beans><bean name="user"  scope="singleton"></bean>
  1469. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1470. <?xml version="1.0" encoding="UTF-8"?>
  1471. <beans xmlns="http://www.springframework.org/schema/beans"
  1472. <?xml version="1.0" encoding="UTF-8"?>
  1473. <beans xmlns="http://www.springframework.org/schema/beans"
  1474.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1475.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1476.     <bean name="user"  scope="prototype"></bean>
  1477. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1478. <?xml version="1.0" encoding="UTF-8"?>
  1479. <beans xmlns="http://www.springframework.org/schema/beans"
  1480.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1481.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1482.     <bean name="user"  scope="prototype"></bean>
  1483. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1484. <?xml version="1.0" encoding="UTF-8"?>
  1485. <beans xmlns="http://www.springframework.org/schema/beans"
  1486.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1487.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1488.     <bean name="user"  scope="prototype"></bean>
  1489. </beans><bean name="user"  scope="singleton"></bean>
  1490. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1491. <?xml version="1.0" encoding="UTF-8"?>
  1492. <beans xmlns="http://www.springframework.org/schema/beans"
  1493. <?xml version="1.0" encoding="UTF-8"?>
  1494. <beans xmlns="http://www.springframework.org/schema/beans"
  1495.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1496.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1497.     <bean name="user"  scope="prototype"></bean>
  1498. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1499. <?xml version="1.0" encoding="UTF-8"?>
  1500. <beans xmlns="http://www.springframework.org/schema/beans"
  1501.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1502.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1503.     <bean name="user"  scope="prototype"></bean>
  1504. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1505. <?xml version="1.0" encoding="UTF-8"?>
  1506. <beans xmlns="http://www.springframework.org/schema/beans"
  1507.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1508.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1509.     <bean name="user"  scope="prototype"></bean>
  1510. </beans><bean name="user"  scope="singleton"></bean>
  1511. </beans><bean name="user" ></bean>
  1512. </beans><?xml version="1.0" encoding="UTF-8"?>
  1513. <beans xmlns="http://www.springframework.org/schema/beans"
  1514. <?xml version="1.0" encoding="UTF-8"?>
  1515. <beans xmlns="http://www.springframework.org/schema/beans"
  1516. <?xml version="1.0" encoding="UTF-8"?>
  1517. <beans xmlns="http://www.springframework.org/schema/beans"
  1518.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1519.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1520.     <bean name="user"  scope="prototype"></bean>
  1521. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1522. <?xml version="1.0" encoding="UTF-8"?>
  1523. <beans xmlns="http://www.springframework.org/schema/beans"
  1524.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1525.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1526.     <bean name="user"  scope="prototype"></bean>
  1527. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1528. <?xml version="1.0" encoding="UTF-8"?>
  1529. <beans xmlns="http://www.springframework.org/schema/beans"
  1530.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1531.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1532.     <bean name="user"  scope="prototype"></bean>
  1533. </beans><bean name="user"  scope="singleton"></bean>
  1534. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1535. <?xml version="1.0" encoding="UTF-8"?>
  1536. <beans xmlns="http://www.springframework.org/schema/beans"
  1537. <?xml version="1.0" encoding="UTF-8"?>
  1538. <beans xmlns="http://www.springframework.org/schema/beans"
  1539.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1540.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1541.     <bean name="user"  scope="prototype"></bean>
  1542. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1543. <?xml version="1.0" encoding="UTF-8"?>
  1544. <beans xmlns="http://www.springframework.org/schema/beans"
  1545.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1546.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1547.     <bean name="user"  scope="prototype"></bean>
  1548. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1549. <?xml version="1.0" encoding="UTF-8"?>
  1550. <beans xmlns="http://www.springframework.org/schema/beans"
  1551.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1552.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1553.     <bean name="user"  scope="prototype"></bean>
  1554. </beans><bean name="user"  scope="singleton"></bean>
  1555. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1556. <?xml version="1.0" encoding="UTF-8"?>
  1557. <beans xmlns="http://www.springframework.org/schema/beans"
  1558. <?xml version="1.0" encoding="UTF-8"?>
  1559. <beans xmlns="http://www.springframework.org/schema/beans"
  1560.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1561.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1562.     <bean name="user"  scope="prototype"></bean>
  1563. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1564. <?xml version="1.0" encoding="UTF-8"?>
  1565. <beans xmlns="http://www.springframework.org/schema/beans"
  1566.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1567.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1568.     <bean name="user"  scope="prototype"></bean>
  1569. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1570. <?xml version="1.0" encoding="UTF-8"?>
  1571. <beans xmlns="http://www.springframework.org/schema/beans"
  1572.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1573.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1574.     <bean name="user"  scope="prototype"></bean>
  1575. </beans><bean name="user"  scope="singleton"></bean>
  1576. </beans><bean name="user" ></bean>
  1577. </beans><artifactId>spring-context</artifactId>
  1578. <?xml version="1.0" encoding="UTF-8"?>
  1579. <beans xmlns="http://www.springframework.org/schema/beans"
  1580. <?xml version="1.0" encoding="UTF-8"?>
  1581. <beans xmlns="http://www.springframework.org/schema/beans"
  1582. <?xml version="1.0" encoding="UTF-8"?>
  1583. <beans xmlns="http://www.springframework.org/schema/beans"
  1584.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1585.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1586.     <bean name="user"  scope="prototype"></bean>
  1587. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1588. <?xml version="1.0" encoding="UTF-8"?>
  1589. <beans xmlns="http://www.springframework.org/schema/beans"
  1590.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1591.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1592.     <bean name="user"  scope="prototype"></bean>
  1593. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1594. <?xml version="1.0" encoding="UTF-8"?>
  1595. <beans xmlns="http://www.springframework.org/schema/beans"
  1596.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1597.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1598.     <bean name="user"  scope="prototype"></bean>
  1599. </beans><bean name="user"  scope="singleton"></bean>
  1600. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1601. <?xml version="1.0" encoding="UTF-8"?>
  1602. <beans xmlns="http://www.springframework.org/schema/beans"
  1603. <?xml version="1.0" encoding="UTF-8"?>
  1604. <beans xmlns="http://www.springframework.org/schema/beans"
  1605.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1606.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1607.     <bean name="user"  scope="prototype"></bean>
  1608. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1609. <?xml version="1.0" encoding="UTF-8"?>
  1610. <beans xmlns="http://www.springframework.org/schema/beans"
  1611.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1612.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1613.     <bean name="user"  scope="prototype"></bean>
  1614. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1615. <?xml version="1.0" encoding="UTF-8"?>
  1616. <beans xmlns="http://www.springframework.org/schema/beans"
  1617.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1618.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1619.     <bean name="user"  scope="prototype"></bean>
  1620. </beans><bean name="user"  scope="singleton"></bean>
  1621. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1622. <?xml version="1.0" encoding="UTF-8"?>
  1623. <beans xmlns="http://www.springframework.org/schema/beans"
  1624. <?xml version="1.0" encoding="UTF-8"?>
  1625. <beans xmlns="http://www.springframework.org/schema/beans"
  1626.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1627.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1628.     <bean name="user"  scope="prototype"></bean>
  1629. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1630. <?xml version="1.0" encoding="UTF-8"?>
  1631. <beans xmlns="http://www.springframework.org/schema/beans"
  1632.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1633.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1634.     <bean name="user"  scope="prototype"></bean>
  1635. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1636. <?xml version="1.0" encoding="UTF-8"?>
  1637. <beans xmlns="http://www.springframework.org/schema/beans"
  1638.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1639.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1640.     <bean name="user"  scope="prototype"></bean>
  1641. </beans><bean name="user"  scope="singleton"></bean>
  1642. </beans><bean name="user" ></bean>
  1643. </beans><?xml version="1.0" encoding="UTF-8"?>
  1644. <beans xmlns="http://www.springframework.org/schema/beans"
  1645. <?xml version="1.0" encoding="UTF-8"?>
  1646. <beans xmlns="http://www.springframework.org/schema/beans"
  1647. <?xml version="1.0" encoding="UTF-8"?>
  1648. <beans xmlns="http://www.springframework.org/schema/beans"
  1649.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1650.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1651.     <bean name="user"  scope="prototype"></bean>
  1652. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1653. <?xml version="1.0" encoding="UTF-8"?>
  1654. <beans xmlns="http://www.springframework.org/schema/beans"
  1655.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1656.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1657.     <bean name="user"  scope="prototype"></bean>
  1658. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1659. <?xml version="1.0" encoding="UTF-8"?>
  1660. <beans xmlns="http://www.springframework.org/schema/beans"
  1661.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1662.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1663.     <bean name="user"  scope="prototype"></bean>
  1664. </beans><bean name="user"  scope="singleton"></bean>
  1665. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1666. <?xml version="1.0" encoding="UTF-8"?>
  1667. <beans xmlns="http://www.springframework.org/schema/beans"
  1668. <?xml version="1.0" encoding="UTF-8"?>
  1669. <beans xmlns="http://www.springframework.org/schema/beans"
  1670.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1671.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1672.     <bean name="user"  scope="prototype"></bean>
  1673. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1674. <?xml version="1.0" encoding="UTF-8"?>
  1675. <beans xmlns="http://www.springframework.org/schema/beans"
  1676.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1677.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1678.     <bean name="user"  scope="prototype"></bean>
  1679. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1680. <?xml version="1.0" encoding="UTF-8"?>
  1681. <beans xmlns="http://www.springframework.org/schema/beans"
  1682.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1683.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1684.     <bean name="user"  scope="prototype"></bean>
  1685. </beans><bean name="user"  scope="singleton"></bean>
  1686. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1687. <?xml version="1.0" encoding="UTF-8"?>
  1688. <beans xmlns="http://www.springframework.org/schema/beans"
  1689. <?xml version="1.0" encoding="UTF-8"?>
  1690. <beans xmlns="http://www.springframework.org/schema/beans"
  1691.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1692.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1693.     <bean name="user"  scope="prototype"></bean>
  1694. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1695. <?xml version="1.0" encoding="UTF-8"?>
  1696. <beans xmlns="http://www.springframework.org/schema/beans"
  1697.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1698.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1699.     <bean name="user"  scope="prototype"></bean>
  1700. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1701. <?xml version="1.0" encoding="UTF-8"?>
  1702. <beans xmlns="http://www.springframework.org/schema/beans"
  1703.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1704.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1705.     <bean name="user"  scope="prototype"></bean>
  1706. </beans><bean name="user"  scope="singleton"></bean>
  1707. </beans><bean name="user" ></bean>
  1708. </beans><?xml version="1.0" encoding="UTF-8"?>
  1709. <beans xmlns="http://www.springframework.org/schema/beans"
  1710. <?xml version="1.0" encoding="UTF-8"?>
  1711. <beans xmlns="http://www.springframework.org/schema/beans"
  1712. <?xml version="1.0" encoding="UTF-8"?>
  1713. <beans xmlns="http://www.springframework.org/schema/beans"
  1714.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1715.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1716.     <bean name="user"  scope="prototype"></bean>
  1717. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1718. <?xml version="1.0" encoding="UTF-8"?>
  1719. <beans xmlns="http://www.springframework.org/schema/beans"
  1720.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1721.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1722.     <bean name="user"  scope="prototype"></bean>
  1723. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1724. <?xml version="1.0" encoding="UTF-8"?>
  1725. <beans xmlns="http://www.springframework.org/schema/beans"
  1726.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1727.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1728.     <bean name="user"  scope="prototype"></bean>
  1729. </beans><bean name="user"  scope="singleton"></bean>
  1730. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1731. <?xml version="1.0" encoding="UTF-8"?>
  1732. <beans xmlns="http://www.springframework.org/schema/beans"
  1733. <?xml version="1.0" encoding="UTF-8"?>
  1734. <beans xmlns="http://www.springframework.org/schema/beans"
  1735.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1736.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1737.     <bean name="user"  scope="prototype"></bean>
  1738. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1739. <?xml version="1.0" encoding="UTF-8"?>
  1740. <beans xmlns="http://www.springframework.org/schema/beans"
  1741.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1742.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1743.     <bean name="user"  scope="prototype"></bean>
  1744. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1745. <?xml version="1.0" encoding="UTF-8"?>
  1746. <beans xmlns="http://www.springframework.org/schema/beans"
  1747.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1748.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1749.     <bean name="user"  scope="prototype"></bean>
  1750. </beans><bean name="user"  scope="singleton"></bean>
  1751. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1752. <?xml version="1.0" encoding="UTF-8"?>
  1753. <beans xmlns="http://www.springframework.org/schema/beans"
  1754. <?xml version="1.0" encoding="UTF-8"?>
  1755. <beans xmlns="http://www.springframework.org/schema/beans"
  1756.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1757.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1758.     <bean name="user"  scope="prototype"></bean>
  1759. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1760. <?xml version="1.0" encoding="UTF-8"?>
  1761. <beans xmlns="http://www.springframework.org/schema/beans"
  1762.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1763.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1764.     <bean name="user"  scope="prototype"></bean>
  1765. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1766. <?xml version="1.0" encoding="UTF-8"?>
  1767. <beans xmlns="http://www.springframework.org/schema/beans"
  1768.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1769.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1770.     <bean name="user"  scope="prototype"></bean>
  1771. </beans><bean name="user"  scope="singleton"></bean>
  1772. </beans><bean name="user" ></bean>
  1773. </beans><version>6.0.11</version>
  1774. <?xml version="1.0" encoding="UTF-8"?>
  1775. <beans xmlns="http://www.springframework.org/schema/beans"
  1776. <?xml version="1.0" encoding="UTF-8"?>
  1777. <beans xmlns="http://www.springframework.org/schema/beans"
  1778. <?xml version="1.0" encoding="UTF-8"?>
  1779. <beans xmlns="http://www.springframework.org/schema/beans"
  1780.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1781.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1782.     <bean name="user"  scope="prototype"></bean>
  1783. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1784. <?xml version="1.0" encoding="UTF-8"?>
  1785. <beans xmlns="http://www.springframework.org/schema/beans"
  1786.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1787.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1788.     <bean name="user"  scope="prototype"></bean>
  1789. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1790. <?xml version="1.0" encoding="UTF-8"?>
  1791. <beans xmlns="http://www.springframework.org/schema/beans"
  1792.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1793.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1794.     <bean name="user"  scope="prototype"></bean>
  1795. </beans><bean name="user"  scope="singleton"></bean>
  1796. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1797. <?xml version="1.0" encoding="UTF-8"?>
  1798. <beans xmlns="http://www.springframework.org/schema/beans"
  1799. <?xml version="1.0" encoding="UTF-8"?>
  1800. <beans xmlns="http://www.springframework.org/schema/beans"
  1801.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1802.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1803.     <bean name="user"  scope="prototype"></bean>
  1804. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1805. <?xml version="1.0" encoding="UTF-8"?>
  1806. <beans xmlns="http://www.springframework.org/schema/beans"
  1807.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1808.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1809.     <bean name="user"  scope="prototype"></bean>
  1810. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1811. <?xml version="1.0" encoding="UTF-8"?>
  1812. <beans xmlns="http://www.springframework.org/schema/beans"
  1813.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1814.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1815.     <bean name="user"  scope="prototype"></bean>
  1816. </beans><bean name="user"  scope="singleton"></bean>
  1817. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1818. <?xml version="1.0" encoding="UTF-8"?>
  1819. <beans xmlns="http://www.springframework.org/schema/beans"
  1820. <?xml version="1.0" encoding="UTF-8"?>
  1821. <beans xmlns="http://www.springframework.org/schema/beans"
  1822.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1823.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1824.     <bean name="user"  scope="prototype"></bean>
  1825. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1826. <?xml version="1.0" encoding="UTF-8"?>
  1827. <beans xmlns="http://www.springframework.org/schema/beans"
  1828.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1829.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1830.     <bean name="user"  scope="prototype"></bean>
  1831. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1832. <?xml version="1.0" encoding="UTF-8"?>
  1833. <beans xmlns="http://www.springframework.org/schema/beans"
  1834.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1835.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1836.     <bean name="user"  scope="prototype"></bean>
  1837. </beans><bean name="user"  scope="singleton"></bean>
  1838. </beans><bean name="user" ></bean>
  1839. </beans><?xml version="1.0" encoding="UTF-8"?>
  1840. <beans xmlns="http://www.springframework.org/schema/beans"
  1841. <?xml version="1.0" encoding="UTF-8"?>
  1842. <beans xmlns="http://www.springframework.org/schema/beans"
  1843. <?xml version="1.0" encoding="UTF-8"?>
  1844. <beans xmlns="http://www.springframework.org/schema/beans"
  1845.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1846.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1847.     <bean name="user"  scope="prototype"></bean>
  1848. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1849. <?xml version="1.0" encoding="UTF-8"?>
  1850. <beans xmlns="http://www.springframework.org/schema/beans"
  1851.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1852.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1853.     <bean name="user"  scope="prototype"></bean>
  1854. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1855. <?xml version="1.0" encoding="UTF-8"?>
  1856. <beans xmlns="http://www.springframework.org/schema/beans"
  1857.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1858.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1859.     <bean name="user"  scope="prototype"></bean>
  1860. </beans><bean name="user"  scope="singleton"></bean>
  1861. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1862. <?xml version="1.0" encoding="UTF-8"?>
  1863. <beans xmlns="http://www.springframework.org/schema/beans"
  1864. <?xml version="1.0" encoding="UTF-8"?>
  1865. <beans xmlns="http://www.springframework.org/schema/beans"
  1866.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1867.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1868.     <bean name="user"  scope="prototype"></bean>
  1869. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1870. <?xml version="1.0" encoding="UTF-8"?>
  1871. <beans xmlns="http://www.springframework.org/schema/beans"
  1872.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1873.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1874.     <bean name="user"  scope="prototype"></bean>
  1875. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1876. <?xml version="1.0" encoding="UTF-8"?>
  1877. <beans xmlns="http://www.springframework.org/schema/beans"
  1878.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1879.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1880.     <bean name="user"  scope="prototype"></bean>
  1881. </beans><bean name="user"  scope="singleton"></bean>
  1882. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1883. <?xml version="1.0" encoding="UTF-8"?>
  1884. <beans xmlns="http://www.springframework.org/schema/beans"
  1885. <?xml version="1.0" encoding="UTF-8"?>
  1886. <beans xmlns="http://www.springframework.org/schema/beans"
  1887.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1888.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1889.     <bean name="user"  scope="prototype"></bean>
  1890. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1891. <?xml version="1.0" encoding="UTF-8"?>
  1892. <beans xmlns="http://www.springframework.org/schema/beans"
  1893.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1894.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1895.     <bean name="user"  scope="prototype"></bean>
  1896. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1897. <?xml version="1.0" encoding="UTF-8"?>
  1898. <beans xmlns="http://www.springframework.org/schema/beans"
  1899.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1900.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1901.     <bean name="user"  scope="prototype"></bean>
  1902. </beans><bean name="user"  scope="singleton"></bean>
  1903. </beans><bean name="user" ></bean>
  1904. </beans></dependency>
  1905. <?xml version="1.0" encoding="UTF-8"?>
  1906. <beans xmlns="http://www.springframework.org/schema/beans"
  1907. <?xml version="1.0" encoding="UTF-8"?>
  1908. <beans xmlns="http://www.springframework.org/schema/beans"
  1909. <?xml version="1.0" encoding="UTF-8"?>
  1910. <beans xmlns="http://www.springframework.org/schema/beans"
  1911.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1912.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1913.     <bean name="user"  scope="prototype"></bean>
  1914. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1915. <?xml version="1.0" encoding="UTF-8"?>
  1916. <beans xmlns="http://www.springframework.org/schema/beans"
  1917.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1918.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1919.     <bean name="user"  scope="prototype"></bean>
  1920. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1921. <?xml version="1.0" encoding="UTF-8"?>
  1922. <beans xmlns="http://www.springframework.org/schema/beans"
  1923.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1924.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1925.     <bean name="user"  scope="prototype"></bean>
  1926. </beans><bean name="user"  scope="singleton"></bean>
  1927. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1928. <?xml version="1.0" encoding="UTF-8"?>
  1929. <beans xmlns="http://www.springframework.org/schema/beans"
  1930. <?xml version="1.0" encoding="UTF-8"?>
  1931. <beans xmlns="http://www.springframework.org/schema/beans"
  1932.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1933.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1934.     <bean name="user"  scope="prototype"></bean>
  1935. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1936. <?xml version="1.0" encoding="UTF-8"?>
  1937. <beans xmlns="http://www.springframework.org/schema/beans"
  1938.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1939.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1940.     <bean name="user"  scope="prototype"></bean>
  1941. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1942. <?xml version="1.0" encoding="UTF-8"?>
  1943. <beans xmlns="http://www.springframework.org/schema/beans"
  1944.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1945.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1946.     <bean name="user"  scope="prototype"></bean>
  1947. </beans><bean name="user"  scope="singleton"></bean>
  1948. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1949. <?xml version="1.0" encoding="UTF-8"?>
  1950. <beans xmlns="http://www.springframework.org/schema/beans"
  1951. <?xml version="1.0" encoding="UTF-8"?>
  1952. <beans xmlns="http://www.springframework.org/schema/beans"
  1953.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1954.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1955.     <bean name="user"  scope="prototype"></bean>
  1956. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1957. <?xml version="1.0" encoding="UTF-8"?>
  1958. <beans xmlns="http://www.springframework.org/schema/beans"
  1959.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1960.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1961.     <bean name="user"  scope="prototype"></bean>
  1962. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1963. <?xml version="1.0" encoding="UTF-8"?>
  1964. <beans xmlns="http://www.springframework.org/schema/beans"
  1965.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1966.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1967.     <bean name="user"  scope="prototype"></bean>
  1968. </beans><bean name="user"  scope="singleton"></bean>
  1969. </beans><bean name="user" ></bean>
  1970. </beans><?xml version="1.0" encoding="UTF-8"?>
  1971. <beans xmlns="http://www.springframework.org/schema/beans"
  1972. <?xml version="1.0" encoding="UTF-8"?>
  1973. <beans xmlns="http://www.springframework.org/schema/beans"
  1974. <?xml version="1.0" encoding="UTF-8"?>
  1975. <beans xmlns="http://www.springframework.org/schema/beans"
  1976.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1977.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1978.     <bean name="user"  scope="prototype"></bean>
  1979. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1980. <?xml version="1.0" encoding="UTF-8"?>
  1981. <beans xmlns="http://www.springframework.org/schema/beans"
  1982.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1983.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1984.     <bean name="user"  scope="prototype"></bean>
  1985. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1986. <?xml version="1.0" encoding="UTF-8"?>
  1987. <beans xmlns="http://www.springframework.org/schema/beans"
  1988.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1989.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1990.     <bean name="user"  scope="prototype"></bean>
  1991. </beans><bean name="user"  scope="singleton"></bean>
  1992. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1993. <?xml version="1.0" encoding="UTF-8"?>
  1994. <beans xmlns="http://www.springframework.org/schema/beans"
  1995. <?xml version="1.0" encoding="UTF-8"?>
  1996. <beans xmlns="http://www.springframework.org/schema/beans"
  1997.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1998.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1999.     <bean name="user"  scope="prototype"></bean>
  2000. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2001. <?xml version="1.0" encoding="UTF-8"?>
  2002. <beans xmlns="http://www.springframework.org/schema/beans"
  2003.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2004.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2005.     <bean name="user"  scope="prototype"></bean>
  2006. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2007. <?xml version="1.0" encoding="UTF-8"?>
  2008. <beans xmlns="http://www.springframework.org/schema/beans"
  2009.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2010.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2011.     <bean name="user"  scope="prototype"></bean>
  2012. </beans><bean name="user"  scope="singleton"></bean>
  2013. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2014. <?xml version="1.0" encoding="UTF-8"?>
  2015. <beans xmlns="http://www.springframework.org/schema/beans"
  2016. <?xml version="1.0" encoding="UTF-8"?>
  2017. <beans xmlns="http://www.springframework.org/schema/beans"
  2018.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2019.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2020.     <bean name="user"  scope="prototype"></bean>
  2021. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2022. <?xml version="1.0" encoding="UTF-8"?>
  2023. <beans xmlns="http://www.springframework.org/schema/beans"
  2024.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2025.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2026.     <bean name="user"  scope="prototype"></bean>
  2027. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2028. <?xml version="1.0" encoding="UTF-8"?>
  2029. <beans xmlns="http://www.springframework.org/schema/beans"
  2030.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2031.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2032.     <bean name="user"  scope="prototype"></bean>
  2033. </beans><bean name="user"  scope="singleton"></bean>
  2034. </beans><bean name="user" ></bean>
  2035. </beans>
  2036. <?xml version="1.0" encoding="UTF-8"?>
  2037. <beans xmlns="http://www.springframework.org/schema/beans"
  2038. <?xml version="1.0" encoding="UTF-8"?>
  2039. <beans xmlns="http://www.springframework.org/schema/beans"
  2040. <?xml version="1.0" encoding="UTF-8"?>
  2041. <beans xmlns="http://www.springframework.org/schema/beans"
  2042.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2043.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2044.     <bean name="user"  scope="prototype"></bean>
  2045. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2046. <?xml version="1.0" encoding="UTF-8"?>
  2047. <beans xmlns="http://www.springframework.org/schema/beans"
  2048.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2049.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2050.     <bean name="user"  scope="prototype"></bean>
  2051. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2052. <?xml version="1.0" encoding="UTF-8"?>
  2053. <beans xmlns="http://www.springframework.org/schema/beans"
  2054.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2055.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2056.     <bean name="user"  scope="prototype"></bean>
  2057. </beans><bean name="user"  scope="singleton"></bean>
  2058. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2059. <?xml version="1.0" encoding="UTF-8"?>
  2060. <beans xmlns="http://www.springframework.org/schema/beans"
  2061. <?xml version="1.0" encoding="UTF-8"?>
  2062. <beans xmlns="http://www.springframework.org/schema/beans"
  2063.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2064.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2065.     <bean name="user"  scope="prototype"></bean>
  2066. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2067. <?xml version="1.0" encoding="UTF-8"?>
  2068. <beans xmlns="http://www.springframework.org/schema/beans"
  2069.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2070.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2071.     <bean name="user"  scope="prototype"></bean>
  2072. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2073. <?xml version="1.0" encoding="UTF-8"?>
  2074. <beans xmlns="http://www.springframework.org/schema/beans"
  2075.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2076.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2077.     <bean name="user"  scope="prototype"></bean>
  2078. </beans><bean name="user"  scope="singleton"></bean>
  2079. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2080. <?xml version="1.0" encoding="UTF-8"?>
  2081. <beans xmlns="http://www.springframework.org/schema/beans"
  2082. <?xml version="1.0" encoding="UTF-8"?>
  2083. <beans xmlns="http://www.springframework.org/schema/beans"
  2084.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2085.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2086.     <bean name="user"  scope="prototype"></bean>
  2087. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2088. <?xml version="1.0" encoding="UTF-8"?>
  2089. <beans xmlns="http://www.springframework.org/schema/beans"
  2090.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2091.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2092.     <bean name="user"  scope="prototype"></bean>
  2093. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2094. <?xml version="1.0" encoding="UTF-8"?>
  2095. <beans xmlns="http://www.springframework.org/schema/beans"
  2096.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2097.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2098.     <bean name="user"  scope="prototype"></bean>
  2099. </beans><bean name="user"  scope="singleton"></bean>
  2100. </beans><bean name="user" ></bean>
  2101. </beans><?xml version="1.0" encoding="UTF-8"?>
  2102. <beans xmlns="http://www.springframework.org/schema/beans"
  2103. <?xml version="1.0" encoding="UTF-8"?>
  2104. <beans xmlns="http://www.springframework.org/schema/beans"
  2105. <?xml version="1.0" encoding="UTF-8"?>
  2106. <beans xmlns="http://www.springframework.org/schema/beans"
  2107.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2108.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2109.     <bean name="user"  scope="prototype"></bean>
  2110. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2111. <?xml version="1.0" encoding="UTF-8"?>
  2112. <beans xmlns="http://www.springframework.org/schema/beans"
  2113.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2114.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2115.     <bean name="user"  scope="prototype"></bean>
  2116. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2117. <?xml version="1.0" encoding="UTF-8"?>
  2118. <beans xmlns="http://www.springframework.org/schema/beans"
  2119.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2120.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2121.     <bean name="user"  scope="prototype"></bean>
  2122. </beans><bean name="user"  scope="singleton"></bean>
  2123. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2124. <?xml version="1.0" encoding="UTF-8"?>
  2125. <beans xmlns="http://www.springframework.org/schema/beans"
  2126. <?xml version="1.0" encoding="UTF-8"?>
  2127. <beans xmlns="http://www.springframework.org/schema/beans"
  2128.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2129.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2130.     <bean name="user"  scope="prototype"></bean>
  2131. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2132. <?xml version="1.0" encoding="UTF-8"?>
  2133. <beans xmlns="http://www.springframework.org/schema/beans"
  2134.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2135.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2136.     <bean name="user"  scope="prototype"></bean>
  2137. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2138. <?xml version="1.0" encoding="UTF-8"?>
  2139. <beans xmlns="http://www.springframework.org/schema/beans"
  2140.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2141.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2142.     <bean name="user"  scope="prototype"></bean>
  2143. </beans><bean name="user"  scope="singleton"></bean>
  2144. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2145. <?xml version="1.0" encoding="UTF-8"?>
  2146. <beans xmlns="http://www.springframework.org/schema/beans"
  2147. <?xml version="1.0" encoding="UTF-8"?>
  2148. <beans xmlns="http://www.springframework.org/schema/beans"
  2149.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2150.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2151.     <bean name="user"  scope="prototype"></bean>
  2152. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2153. <?xml version="1.0" encoding="UTF-8"?>
  2154. <beans xmlns="http://www.springframework.org/schema/beans"
  2155.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2156.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2157.     <bean name="user"  scope="prototype"></bean>
  2158. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2159. <?xml version="1.0" encoding="UTF-8"?>
  2160. <beans xmlns="http://www.springframework.org/schema/beans"
  2161.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2162.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2163.     <bean name="user"  scope="prototype"></bean>
  2164. </beans><bean name="user"  scope="singleton"></bean>
  2165. </beans><bean name="user" ></bean>
  2166. </beans><dependency>
  2167. <?xml version="1.0" encoding="UTF-8"?>
  2168. <beans xmlns="http://www.springframework.org/schema/beans"
  2169. <?xml version="1.0" encoding="UTF-8"?>
  2170. <beans xmlns="http://www.springframework.org/schema/beans"
  2171. <?xml version="1.0" encoding="UTF-8"?>
  2172. <beans xmlns="http://www.springframework.org/schema/beans"
  2173.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2174.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2175.     <bean name="user"  scope="prototype"></bean>
  2176. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2177. <?xml version="1.0" encoding="UTF-8"?>
  2178. <beans xmlns="http://www.springframework.org/schema/beans"
  2179.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2180.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2181.     <bean name="user"  scope="prototype"></bean>
  2182. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2183. <?xml version="1.0" encoding="UTF-8"?>
  2184. <beans xmlns="http://www.springframework.org/schema/beans"
  2185.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2186.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2187.     <bean name="user"  scope="prototype"></bean>
  2188. </beans><bean name="user"  scope="singleton"></bean>
  2189. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2190. <?xml version="1.0" encoding="UTF-8"?>
  2191. <beans xmlns="http://www.springframework.org/schema/beans"
  2192. <?xml version="1.0" encoding="UTF-8"?>
  2193. <beans xmlns="http://www.springframework.org/schema/beans"
  2194.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2195.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2196.     <bean name="user"  scope="prototype"></bean>
  2197. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2198. <?xml version="1.0" encoding="UTF-8"?>
  2199. <beans xmlns="http://www.springframework.org/schema/beans"
  2200.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2201.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2202.     <bean name="user"  scope="prototype"></bean>
  2203. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2204. <?xml version="1.0" encoding="UTF-8"?>
  2205. <beans xmlns="http://www.springframework.org/schema/beans"
  2206.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2207.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2208.     <bean name="user"  scope="prototype"></bean>
  2209. </beans><bean name="user"  scope="singleton"></bean>
  2210. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2211. <?xml version="1.0" encoding="UTF-8"?>
  2212. <beans xmlns="http://www.springframework.org/schema/beans"
  2213. <?xml version="1.0" encoding="UTF-8"?>
  2214. <beans xmlns="http://www.springframework.org/schema/beans"
  2215.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2216.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2217.     <bean name="user"  scope="prototype"></bean>
  2218. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2219. <?xml version="1.0" encoding="UTF-8"?>
  2220. <beans xmlns="http://www.springframework.org/schema/beans"
  2221.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2222.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2223.     <bean name="user"  scope="prototype"></bean>
  2224. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2225. <?xml version="1.0" encoding="UTF-8"?>
  2226. <beans xmlns="http://www.springframework.org/schema/beans"
  2227.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2228.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2229.     <bean name="user"  scope="prototype"></bean>
  2230. </beans><bean name="user"  scope="singleton"></bean>
  2231. </beans><bean name="user" ></bean>
  2232. </beans><?xml version="1.0" encoding="UTF-8"?>
  2233. <beans xmlns="http://www.springframework.org/schema/beans"
  2234. <?xml version="1.0" encoding="UTF-8"?>
  2235. <beans xmlns="http://www.springframework.org/schema/beans"
  2236. <?xml version="1.0" encoding="UTF-8"?>
  2237. <beans xmlns="http://www.springframework.org/schema/beans"
  2238.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2239.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2240.     <bean name="user"  scope="prototype"></bean>
  2241. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2242. <?xml version="1.0" encoding="UTF-8"?>
  2243. <beans xmlns="http://www.springframework.org/schema/beans"
  2244.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2245.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2246.     <bean name="user"  scope="prototype"></bean>
  2247. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2248. <?xml version="1.0" encoding="UTF-8"?>
  2249. <beans xmlns="http://www.springframework.org/schema/beans"
  2250.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2251.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2252.     <bean name="user"  scope="prototype"></bean>
  2253. </beans><bean name="user"  scope="singleton"></bean>
  2254. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2255. <?xml version="1.0" encoding="UTF-8"?>
  2256. <beans xmlns="http://www.springframework.org/schema/beans"
  2257. <?xml version="1.0" encoding="UTF-8"?>
  2258. <beans xmlns="http://www.springframework.org/schema/beans"
  2259.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2260.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2261.     <bean name="user"  scope="prototype"></bean>
  2262. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2263. <?xml version="1.0" encoding="UTF-8"?>
  2264. <beans xmlns="http://www.springframework.org/schema/beans"
  2265.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2266.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2267.     <bean name="user"  scope="prototype"></bean>
  2268. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2269. <?xml version="1.0" encoding="UTF-8"?>
  2270. <beans xmlns="http://www.springframework.org/schema/beans"
  2271.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2272.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2273.     <bean name="user"  scope="prototype"></bean>
  2274. </beans><bean name="user"  scope="singleton"></bean>
  2275. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2276. <?xml version="1.0" encoding="UTF-8"?>
  2277. <beans xmlns="http://www.springframework.org/schema/beans"
  2278. <?xml version="1.0" encoding="UTF-8"?>
  2279. <beans xmlns="http://www.springframework.org/schema/beans"
  2280.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2281.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2282.     <bean name="user"  scope="prototype"></bean>
  2283. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2284. <?xml version="1.0" encoding="UTF-8"?>
  2285. <beans xmlns="http://www.springframework.org/schema/beans"
  2286.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2287.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2288.     <bean name="user"  scope="prototype"></bean>
  2289. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2290. <?xml version="1.0" encoding="UTF-8"?>
  2291. <beans xmlns="http://www.springframework.org/schema/beans"
  2292.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2293.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2294.     <bean name="user"  scope="prototype"></bean>
  2295. </beans><bean name="user"  scope="singleton"></bean>
  2296. </beans><bean name="user" ></bean>
  2297. </beans><?xml version="1.0" encoding="UTF-8"?>
  2298. <beans xmlns="http://www.springframework.org/schema/beans"
  2299. <?xml version="1.0" encoding="UTF-8"?>
  2300. <beans xmlns="http://www.springframework.org/schema/beans"
  2301. <?xml version="1.0" encoding="UTF-8"?>
  2302. <beans xmlns="http://www.springframework.org/schema/beans"
  2303.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2304.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2305.     <bean name="user"  scope="prototype"></bean>
  2306. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2307. <?xml version="1.0" encoding="UTF-8"?>
  2308. <beans xmlns="http://www.springframework.org/schema/beans"
  2309.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2310.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2311.     <bean name="user"  scope="prototype"></bean>
  2312. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2313. <?xml version="1.0" encoding="UTF-8"?>
  2314. <beans xmlns="http://www.springframework.org/schema/beans"
  2315.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2316.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2317.     <bean name="user"  scope="prototype"></bean>
  2318. </beans><bean name="user"  scope="singleton"></bean>
  2319. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2320. <?xml version="1.0" encoding="UTF-8"?>
  2321. <beans xmlns="http://www.springframework.org/schema/beans"
  2322. <?xml version="1.0" encoding="UTF-8"?>
  2323. <beans xmlns="http://www.springframework.org/schema/beans"
  2324.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2325.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2326.     <bean name="user"  scope="prototype"></bean>
  2327. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2328. <?xml version="1.0" encoding="UTF-8"?>
  2329. <beans xmlns="http://www.springframework.org/schema/beans"
  2330.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2331.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2332.     <bean name="user"  scope="prototype"></bean>
  2333. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2334. <?xml version="1.0" encoding="UTF-8"?>
  2335. <beans xmlns="http://www.springframework.org/schema/beans"
  2336.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2337.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2338.     <bean name="user"  scope="prototype"></bean>
  2339. </beans><bean name="user"  scope="singleton"></bean>
  2340. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2341. <?xml version="1.0" encoding="UTF-8"?>
  2342. <beans xmlns="http://www.springframework.org/schema/beans"
  2343. <?xml version="1.0" encoding="UTF-8"?>
  2344. <beans xmlns="http://www.springframework.org/schema/beans"
  2345.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2346.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2347.     <bean name="user"  scope="prototype"></bean>
  2348. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2349. <?xml version="1.0" encoding="UTF-8"?>
  2350. <beans xmlns="http://www.springframework.org/schema/beans"
  2351.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2352.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2353.     <bean name="user"  scope="prototype"></bean>
  2354. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2355. <?xml version="1.0" encoding="UTF-8"?>
  2356. <beans xmlns="http://www.springframework.org/schema/beans"
  2357.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2358.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2359.     <bean name="user"  scope="prototype"></bean>
  2360. </beans><bean name="user"  scope="singleton"></bean>
  2361. </beans><bean name="user" ></bean>
  2362. </beans><groupId>junit</groupId>
  2363. <?xml version="1.0" encoding="UTF-8"?>
  2364. <beans xmlns="http://www.springframework.org/schema/beans"
  2365. <?xml version="1.0" encoding="UTF-8"?>
  2366. <beans xmlns="http://www.springframework.org/schema/beans"
  2367. <?xml version="1.0" encoding="UTF-8"?>
  2368. <beans xmlns="http://www.springframework.org/schema/beans"
  2369.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2370.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2371.     <bean name="user"  scope="prototype"></bean>
  2372. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2373. <?xml version="1.0" encoding="UTF-8"?>
  2374. <beans xmlns="http://www.springframework.org/schema/beans"
  2375.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2376.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2377.     <bean name="user"  scope="prototype"></bean>
  2378. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2379. <?xml version="1.0" encoding="UTF-8"?>
  2380. <beans xmlns="http://www.springframework.org/schema/beans"
  2381.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2382.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2383.     <bean name="user"  scope="prototype"></bean>
  2384. </beans><bean name="user"  scope="singleton"></bean>
  2385. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2386. <?xml version="1.0" encoding="UTF-8"?>
  2387. <beans xmlns="http://www.springframework.org/schema/beans"
  2388. <?xml version="1.0" encoding="UTF-8"?>
  2389. <beans xmlns="http://www.springframework.org/schema/beans"
  2390.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2391.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2392.     <bean name="user"  scope="prototype"></bean>
  2393. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2394. <?xml version="1.0" encoding="UTF-8"?>
  2395. <beans xmlns="http://www.springframework.org/schema/beans"
  2396.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2397.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2398.     <bean name="user"  scope="prototype"></bean>
  2399. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2400. <?xml version="1.0" encoding="UTF-8"?>
  2401. <beans xmlns="http://www.springframework.org/schema/beans"
  2402.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2403.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2404.     <bean name="user"  scope="prototype"></bean>
  2405. </beans><bean name="user"  scope="singleton"></bean>
  2406. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2407. <?xml version="1.0" encoding="UTF-8"?>
  2408. <beans xmlns="http://www.springframework.org/schema/beans"
  2409. <?xml version="1.0" encoding="UTF-8"?>
  2410. <beans xmlns="http://www.springframework.org/schema/beans"
  2411.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2412.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2413.     <bean name="user"  scope="prototype"></bean>
  2414. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2415. <?xml version="1.0" encoding="UTF-8"?>
  2416. <beans xmlns="http://www.springframework.org/schema/beans"
  2417.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2418.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2419.     <bean name="user"  scope="prototype"></bean>
  2420. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2421. <?xml version="1.0" encoding="UTF-8"?>
  2422. <beans xmlns="http://www.springframework.org/schema/beans"
  2423.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2424.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2425.     <bean name="user"  scope="prototype"></bean>
  2426. </beans><bean name="user"  scope="singleton"></bean>
  2427. </beans><bean name="user" ></bean>
  2428. </beans><?xml version="1.0" encoding="UTF-8"?>
  2429. <beans xmlns="http://www.springframework.org/schema/beans"
  2430. <?xml version="1.0" encoding="UTF-8"?>
  2431. <beans xmlns="http://www.springframework.org/schema/beans"
  2432. <?xml version="1.0" encoding="UTF-8"?>
  2433. <beans xmlns="http://www.springframework.org/schema/beans"
  2434.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2435.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2436.     <bean name="user"  scope="prototype"></bean>
  2437. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2438. <?xml version="1.0" encoding="UTF-8"?>
  2439. <beans xmlns="http://www.springframework.org/schema/beans"
  2440.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2441.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2442.     <bean name="user"  scope="prototype"></bean>
  2443. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2444. <?xml version="1.0" encoding="UTF-8"?>
  2445. <beans xmlns="http://www.springframework.org/schema/beans"
  2446.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2447.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2448.     <bean name="user"  scope="prototype"></bean>
  2449. </beans><bean name="user"  scope="singleton"></bean>
  2450. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2451. <?xml version="1.0" encoding="UTF-8"?>
  2452. <beans xmlns="http://www.springframework.org/schema/beans"
  2453. <?xml version="1.0" encoding="UTF-8"?>
  2454. <beans xmlns="http://www.springframework.org/schema/beans"
  2455.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2456.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2457.     <bean name="user"  scope="prototype"></bean>
  2458. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2459. <?xml version="1.0" encoding="UTF-8"?>
  2460. <beans xmlns="http://www.springframework.org/schema/beans"
  2461.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2462.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2463.     <bean name="user"  scope="prototype"></bean>
  2464. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2465. <?xml version="1.0" encoding="UTF-8"?>
  2466. <beans xmlns="http://www.springframework.org/schema/beans"
  2467.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2468.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2469.     <bean name="user"  scope="prototype"></bean>
  2470. </beans><bean name="user"  scope="singleton"></bean>
  2471. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2472. <?xml version="1.0" encoding="UTF-8"?>
  2473. <beans xmlns="http://www.springframework.org/schema/beans"
  2474. <?xml version="1.0" encoding="UTF-8"?>
  2475. <beans xmlns="http://www.springframework.org/schema/beans"
  2476.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2477.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2478.     <bean name="user"  scope="prototype"></bean>
  2479. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2480. <?xml version="1.0" encoding="UTF-8"?>
  2481. <beans xmlns="http://www.springframework.org/schema/beans"
  2482.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2483.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2484.     <bean name="user"  scope="prototype"></bean>
  2485. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2486. <?xml version="1.0" encoding="UTF-8"?>
  2487. <beans xmlns="http://www.springframework.org/schema/beans"
  2488.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2489.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2490.     <bean name="user"  scope="prototype"></bean>
  2491. </beans><bean name="user"  scope="singleton"></bean>
  2492. </beans><bean name="user" ></bean>
  2493. </beans><?xml version="1.0" encoding="UTF-8"?>
  2494. <beans xmlns="http://www.springframework.org/schema/beans"
  2495. <?xml version="1.0" encoding="UTF-8"?>
  2496. <beans xmlns="http://www.springframework.org/schema/beans"
  2497. <?xml version="1.0" encoding="UTF-8"?>
  2498. <beans xmlns="http://www.springframework.org/schema/beans"
  2499.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2500.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2501.     <bean name="user"  scope="prototype"></bean>
  2502. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2503. <?xml version="1.0" encoding="UTF-8"?>
  2504. <beans xmlns="http://www.springframework.org/schema/beans"
  2505.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2506.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2507.     <bean name="user"  scope="prototype"></bean>
  2508. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2509. <?xml version="1.0" encoding="UTF-8"?>
  2510. <beans xmlns="http://www.springframework.org/schema/beans"
  2511.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2512.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2513.     <bean name="user"  scope="prototype"></bean>
  2514. </beans><bean name="user"  scope="singleton"></bean>
  2515. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2516. <?xml version="1.0" encoding="UTF-8"?>
  2517. <beans xmlns="http://www.springframework.org/schema/beans"
  2518. <?xml version="1.0" encoding="UTF-8"?>
  2519. <beans xmlns="http://www.springframework.org/schema/beans"
  2520.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2521.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2522.     <bean name="user"  scope="prototype"></bean>
  2523. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2524. <?xml version="1.0" encoding="UTF-8"?>
  2525. <beans xmlns="http://www.springframework.org/schema/beans"
  2526.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2527.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2528.     <bean name="user"  scope="prototype"></bean>
  2529. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2530. <?xml version="1.0" encoding="UTF-8"?>
  2531. <beans xmlns="http://www.springframework.org/schema/beans"
  2532.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2533.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2534.     <bean name="user"  scope="prototype"></bean>
  2535. </beans><bean name="user"  scope="singleton"></bean>
  2536. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2537. <?xml version="1.0" encoding="UTF-8"?>
  2538. <beans xmlns="http://www.springframework.org/schema/beans"
  2539. <?xml version="1.0" encoding="UTF-8"?>
  2540. <beans xmlns="http://www.springframework.org/schema/beans"
  2541.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2542.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2543.     <bean name="user"  scope="prototype"></bean>
  2544. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2545. <?xml version="1.0" encoding="UTF-8"?>
  2546. <beans xmlns="http://www.springframework.org/schema/beans"
  2547.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2548.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2549.     <bean name="user"  scope="prototype"></bean>
  2550. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2551. <?xml version="1.0" encoding="UTF-8"?>
  2552. <beans xmlns="http://www.springframework.org/schema/beans"
  2553.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2554.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2555.     <bean name="user"  scope="prototype"></bean>
  2556. </beans><bean name="user"  scope="singleton"></bean>
  2557. </beans><bean name="user" ></bean>
  2558. </beans><artifactId>junit</artifactId>
  2559. <?xml version="1.0" encoding="UTF-8"?>
  2560. <beans xmlns="http://www.springframework.org/schema/beans"
  2561. <?xml version="1.0" encoding="UTF-8"?>
  2562. <beans xmlns="http://www.springframework.org/schema/beans"
  2563. <?xml version="1.0" encoding="UTF-8"?>
  2564. <beans xmlns="http://www.springframework.org/schema/beans"
  2565.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2566.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2567.     <bean name="user"  scope="prototype"></bean>
  2568. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2569. <?xml version="1.0" encoding="UTF-8"?>
  2570. <beans xmlns="http://www.springframework.org/schema/beans"
  2571.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2572.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2573.     <bean name="user"  scope="prototype"></bean>
  2574. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2575. <?xml version="1.0" encoding="UTF-8"?>
  2576. <beans xmlns="http://www.springframework.org/schema/beans"
  2577.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2578.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2579.     <bean name="user"  scope="prototype"></bean>
  2580. </beans><bean name="user"  scope="singleton"></bean>
  2581. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2582. <?xml version="1.0" encoding="UTF-8"?>
  2583. <beans xmlns="http://www.springframework.org/schema/beans"
  2584. <?xml version="1.0" encoding="UTF-8"?>
  2585. <beans xmlns="http://www.springframework.org/schema/beans"
  2586.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2587.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2588.     <bean name="user"  scope="prototype"></bean>
  2589. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2590. <?xml version="1.0" encoding="UTF-8"?>
  2591. <beans xmlns="http://www.springframework.org/schema/beans"
  2592.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2593.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2594.     <bean name="user"  scope="prototype"></bean>
  2595. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2596. <?xml version="1.0" encoding="UTF-8"?>
  2597. <beans xmlns="http://www.springframework.org/schema/beans"
  2598.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2599.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2600.     <bean name="user"  scope="prototype"></bean>
  2601. </beans><bean name="user"  scope="singleton"></bean>
  2602. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2603. <?xml version="1.0" encoding="UTF-8"?>
  2604. <beans xmlns="http://www.springframework.org/schema/beans"
  2605. <?xml version="1.0" encoding="UTF-8"?>
  2606. <beans xmlns="http://www.springframework.org/schema/beans"
  2607.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2608.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2609.     <bean name="user"  scope="prototype"></bean>
  2610. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2611. <?xml version="1.0" encoding="UTF-8"?>
  2612. <beans xmlns="http://www.springframework.org/schema/beans"
  2613.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2614.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2615.     <bean name="user"  scope="prototype"></bean>
  2616. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2617. <?xml version="1.0" encoding="UTF-8"?>
  2618. <beans xmlns="http://www.springframework.org/schema/beans"
  2619.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2620.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2621.     <bean name="user"  scope="prototype"></bean>
  2622. </beans><bean name="user"  scope="singleton"></bean>
  2623. </beans><bean name="user" ></bean>
  2624. </beans><?xml version="1.0" encoding="UTF-8"?>
  2625. <beans xmlns="http://www.springframework.org/schema/beans"
  2626. <?xml version="1.0" encoding="UTF-8"?>
  2627. <beans xmlns="http://www.springframework.org/schema/beans"
  2628. <?xml version="1.0" encoding="UTF-8"?>
  2629. <beans xmlns="http://www.springframework.org/schema/beans"
  2630.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2631.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2632.     <bean name="user"  scope="prototype"></bean>
  2633. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2634. <?xml version="1.0" encoding="UTF-8"?>
  2635. <beans xmlns="http://www.springframework.org/schema/beans"
  2636.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2637.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2638.     <bean name="user"  scope="prototype"></bean>
  2639. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2640. <?xml version="1.0" encoding="UTF-8"?>
  2641. <beans xmlns="http://www.springframework.org/schema/beans"
  2642.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2643.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2644.     <bean name="user"  scope="prototype"></bean>
  2645. </beans><bean name="user"  scope="singleton"></bean>
  2646. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2647. <?xml version="1.0" encoding="UTF-8"?>
  2648. <beans xmlns="http://www.springframework.org/schema/beans"
  2649. <?xml version="1.0" encoding="UTF-8"?>
  2650. <beans xmlns="http://www.springframework.org/schema/beans"
  2651.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2652.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2653.     <bean name="user"  scope="prototype"></bean>
  2654. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2655. <?xml version="1.0" encoding="UTF-8"?>
  2656. <beans xmlns="http://www.springframework.org/schema/beans"
  2657.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2658.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2659.     <bean name="user"  scope="prototype"></bean>
  2660. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2661. <?xml version="1.0" encoding="UTF-8"?>
  2662. <beans xmlns="http://www.springframework.org/schema/beans"
  2663.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2664.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2665.     <bean name="user"  scope="prototype"></bean>
  2666. </beans><bean name="user"  scope="singleton"></bean>
  2667. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2668. <?xml version="1.0" encoding="UTF-8"?>
  2669. <beans xmlns="http://www.springframework.org/schema/beans"
  2670. <?xml version="1.0" encoding="UTF-8"?>
  2671. <beans xmlns="http://www.springframework.org/schema/beans"
  2672.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2673.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2674.     <bean name="user"  scope="prototype"></bean>
  2675. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2676. <?xml version="1.0" encoding="UTF-8"?>
  2677. <beans xmlns="http://www.springframework.org/schema/beans"
  2678.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2679.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2680.     <bean name="user"  scope="prototype"></bean>
  2681. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2682. <?xml version="1.0" encoding="UTF-8"?>
  2683. <beans xmlns="http://www.springframework.org/schema/beans"
  2684.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2685.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2686.     <bean name="user"  scope="prototype"></bean>
  2687. </beans><bean name="user"  scope="singleton"></bean>
  2688. </beans><bean name="user" ></bean>
  2689. </beans><?xml version="1.0" encoding="UTF-8"?>
  2690. <beans xmlns="http://www.springframework.org/schema/beans"
  2691. <?xml version="1.0" encoding="UTF-8"?>
  2692. <beans xmlns="http://www.springframework.org/schema/beans"
  2693. <?xml version="1.0" encoding="UTF-8"?>
  2694. <beans xmlns="http://www.springframework.org/schema/beans"
  2695.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2696.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2697.     <bean name="user"  scope="prototype"></bean>
  2698. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2699. <?xml version="1.0" encoding="UTF-8"?>
  2700. <beans xmlns="http://www.springframework.org/schema/beans"
  2701.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2702.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2703.     <bean name="user"  scope="prototype"></bean>
  2704. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2705. <?xml version="1.0" encoding="UTF-8"?>
  2706. <beans xmlns="http://www.springframework.org/schema/beans"
  2707.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2708.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2709.     <bean name="user"  scope="prototype"></bean>
  2710. </beans><bean name="user"  scope="singleton"></bean>
  2711. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2712. <?xml version="1.0" encoding="UTF-8"?>
  2713. <beans xmlns="http://www.springframework.org/schema/beans"
  2714. <?xml version="1.0" encoding="UTF-8"?>
  2715. <beans xmlns="http://www.springframework.org/schema/beans"
  2716.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2717.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2718.     <bean name="user"  scope="prototype"></bean>
  2719. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2720. <?xml version="1.0" encoding="UTF-8"?>
  2721. <beans xmlns="http://www.springframework.org/schema/beans"
  2722.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2723.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2724.     <bean name="user"  scope="prototype"></bean>
  2725. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2726. <?xml version="1.0" encoding="UTF-8"?>
  2727. <beans xmlns="http://www.springframework.org/schema/beans"
  2728.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2729.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2730.     <bean name="user"  scope="prototype"></bean>
  2731. </beans><bean name="user"  scope="singleton"></bean>
  2732. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2733. <?xml version="1.0" encoding="UTF-8"?>
  2734. <beans xmlns="http://www.springframework.org/schema/beans"
  2735. <?xml version="1.0" encoding="UTF-8"?>
  2736. <beans xmlns="http://www.springframework.org/schema/beans"
  2737.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2738.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2739.     <bean name="user"  scope="prototype"></bean>
  2740. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2741. <?xml version="1.0" encoding="UTF-8"?>
  2742. <beans xmlns="http://www.springframework.org/schema/beans"
  2743.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2744.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2745.     <bean name="user"  scope="prototype"></bean>
  2746. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2747. <?xml version="1.0" encoding="UTF-8"?>
  2748. <beans xmlns="http://www.springframework.org/schema/beans"
  2749.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2750.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2751.     <bean name="user"  scope="prototype"></bean>
  2752. </beans><bean name="user"  scope="singleton"></bean>
  2753. </beans><bean name="user" ></bean>
  2754. </beans><version>4.13.2</version>
  2755. <?xml version="1.0" encoding="UTF-8"?>
  2756. <beans xmlns="http://www.springframework.org/schema/beans"
  2757. <?xml version="1.0" encoding="UTF-8"?>
  2758. <beans xmlns="http://www.springframework.org/schema/beans"
  2759. <?xml version="1.0" encoding="UTF-8"?>
  2760. <beans xmlns="http://www.springframework.org/schema/beans"
  2761.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2762.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2763.     <bean name="user"  scope="prototype"></bean>
  2764. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2765. <?xml version="1.0" encoding="UTF-8"?>
  2766. <beans xmlns="http://www.springframework.org/schema/beans"
  2767.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2768.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2769.     <bean name="user"  scope="prototype"></bean>
  2770. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2771. <?xml version="1.0" encoding="UTF-8"?>
  2772. <beans xmlns="http://www.springframework.org/schema/beans"
  2773.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2774.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2775.     <bean name="user"  scope="prototype"></bean>
  2776. </beans><bean name="user"  scope="singleton"></bean>
  2777. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2778. <?xml version="1.0" encoding="UTF-8"?>
  2779. <beans xmlns="http://www.springframework.org/schema/beans"
  2780. <?xml version="1.0" encoding="UTF-8"?>
  2781. <beans xmlns="http://www.springframework.org/schema/beans"
  2782.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2783.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2784.     <bean name="user"  scope="prototype"></bean>
  2785. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2786. <?xml version="1.0" encoding="UTF-8"?>
  2787. <beans xmlns="http://www.springframework.org/schema/beans"
  2788.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2789.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2790.     <bean name="user"  scope="prototype"></bean>
  2791. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2792. <?xml version="1.0" encoding="UTF-8"?>
  2793. <beans xmlns="http://www.springframework.org/schema/beans"
  2794.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2795.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2796.     <bean name="user"  scope="prototype"></bean>
  2797. </beans><bean name="user"  scope="singleton"></bean>
  2798. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2799. <?xml version="1.0" encoding="UTF-8"?>
  2800. <beans xmlns="http://www.springframework.org/schema/beans"
  2801. <?xml version="1.0" encoding="UTF-8"?>
  2802. <beans xmlns="http://www.springframework.org/schema/beans"
  2803.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2804.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2805.     <bean name="user"  scope="prototype"></bean>
  2806. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2807. <?xml version="1.0" encoding="UTF-8"?>
  2808. <beans xmlns="http://www.springframework.org/schema/beans"
  2809.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2810.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2811.     <bean name="user"  scope="prototype"></bean>
  2812. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2813. <?xml version="1.0" encoding="UTF-8"?>
  2814. <beans xmlns="http://www.springframework.org/schema/beans"
  2815.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2816.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2817.     <bean name="user"  scope="prototype"></bean>
  2818. </beans><bean name="user"  scope="singleton"></bean>
  2819. </beans><bean name="user" ></bean>
  2820. </beans><?xml version="1.0" encoding="UTF-8"?>
  2821. <beans xmlns="http://www.springframework.org/schema/beans"
  2822. <?xml version="1.0" encoding="UTF-8"?>
  2823. <beans xmlns="http://www.springframework.org/schema/beans"
  2824. <?xml version="1.0" encoding="UTF-8"?>
  2825. <beans xmlns="http://www.springframework.org/schema/beans"
  2826.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2827.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2828.     <bean name="user"  scope="prototype"></bean>
  2829. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2830. <?xml version="1.0" encoding="UTF-8"?>
  2831. <beans xmlns="http://www.springframework.org/schema/beans"
  2832.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2833.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2834.     <bean name="user"  scope="prototype"></bean>
  2835. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2836. <?xml version="1.0" encoding="UTF-8"?>
  2837. <beans xmlns="http://www.springframework.org/schema/beans"
  2838.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2839.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2840.     <bean name="user"  scope="prototype"></bean>
  2841. </beans><bean name="user"  scope="singleton"></bean>
  2842. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2843. <?xml version="1.0" encoding="UTF-8"?>
  2844. <beans xmlns="http://www.springframework.org/schema/beans"
  2845. <?xml version="1.0" encoding="UTF-8"?>
  2846. <beans xmlns="http://www.springframework.org/schema/beans"
  2847.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2848.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2849.     <bean name="user"  scope="prototype"></bean>
  2850. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2851. <?xml version="1.0" encoding="UTF-8"?>
  2852. <beans xmlns="http://www.springframework.org/schema/beans"
  2853.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2854.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2855.     <bean name="user"  scope="prototype"></bean>
  2856. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2857. <?xml version="1.0" encoding="UTF-8"?>
  2858. <beans xmlns="http://www.springframework.org/schema/beans"
  2859.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2860.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2861.     <bean name="user"  scope="prototype"></bean>
  2862. </beans><bean name="user"  scope="singleton"></bean>
  2863. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2864. <?xml version="1.0" encoding="UTF-8"?>
  2865. <beans xmlns="http://www.springframework.org/schema/beans"
  2866. <?xml version="1.0" encoding="UTF-8"?>
  2867. <beans xmlns="http://www.springframework.org/schema/beans"
  2868.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2869.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2870.     <bean name="user"  scope="prototype"></bean>
  2871. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2872. <?xml version="1.0" encoding="UTF-8"?>
  2873. <beans xmlns="http://www.springframework.org/schema/beans"
  2874.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2875.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2876.     <bean name="user"  scope="prototype"></bean>
  2877. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2878. <?xml version="1.0" encoding="UTF-8"?>
  2879. <beans xmlns="http://www.springframework.org/schema/beans"
  2880.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2881.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2882.     <bean name="user"  scope="prototype"></bean>
  2883. </beans><bean name="user"  scope="singleton"></bean>
  2884. </beans><bean name="user" ></bean>
  2885. </beans><?xml version="1.0" encoding="UTF-8"?>
  2886. <beans xmlns="http://www.springframework.org/schema/beans"
  2887. <?xml version="1.0" encoding="UTF-8"?>
  2888. <beans xmlns="http://www.springframework.org/schema/beans"
  2889. <?xml version="1.0" encoding="UTF-8"?>
  2890. <beans xmlns="http://www.springframework.org/schema/beans"
  2891.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2892.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2893.     <bean name="user"  scope="prototype"></bean>
  2894. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2895. <?xml version="1.0" encoding="UTF-8"?>
  2896. <beans xmlns="http://www.springframework.org/schema/beans"
  2897.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2898.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2899.     <bean name="user"  scope="prototype"></bean>
  2900. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2901. <?xml version="1.0" encoding="UTF-8"?>
  2902. <beans xmlns="http://www.springframework.org/schema/beans"
  2903.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2904.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2905.     <bean name="user"  scope="prototype"></bean>
  2906. </beans><bean name="user"  scope="singleton"></bean>
  2907. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2908. <?xml version="1.0" encoding="UTF-8"?>
  2909. <beans xmlns="http://www.springframework.org/schema/beans"
  2910. <?xml version="1.0" encoding="UTF-8"?>
  2911. <beans xmlns="http://www.springframework.org/schema/beans"
  2912.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2913.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2914.     <bean name="user"  scope="prototype"></bean>
  2915. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2916. <?xml version="1.0" encoding="UTF-8"?>
  2917. <beans xmlns="http://www.springframework.org/schema/beans"
  2918.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2919.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2920.     <bean name="user"  scope="prototype"></bean>
  2921. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2922. <?xml version="1.0" encoding="UTF-8"?>
  2923. <beans xmlns="http://www.springframework.org/schema/beans"
  2924.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2925.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2926.     <bean name="user"  scope="prototype"></bean>
  2927. </beans><bean name="user"  scope="singleton"></bean>
  2928. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2929. <?xml version="1.0" encoding="UTF-8"?>
  2930. <beans xmlns="http://www.springframework.org/schema/beans"
  2931. <?xml version="1.0" encoding="UTF-8"?>
  2932. <beans xmlns="http://www.springframework.org/schema/beans"
  2933.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2934.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2935.     <bean name="user"  scope="prototype"></bean>
  2936. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2937. <?xml version="1.0" encoding="UTF-8"?>
  2938. <beans xmlns="http://www.springframework.org/schema/beans"
  2939.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2940.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2941.     <bean name="user"  scope="prototype"></bean>
  2942. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2943. <?xml version="1.0" encoding="UTF-8"?>
  2944. <beans xmlns="http://www.springframework.org/schema/beans"
  2945.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2946.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2947.     <bean name="user"  scope="prototype"></bean>
  2948. </beans><bean name="user"  scope="singleton"></bean>
  2949. </beans><bean name="user" ></bean>
  2950. </beans><scope>test</scope>
  2951. <?xml version="1.0" encoding="UTF-8"?>
  2952. <beans xmlns="http://www.springframework.org/schema/beans"
  2953. <?xml version="1.0" encoding="UTF-8"?>
  2954. <beans xmlns="http://www.springframework.org/schema/beans"
  2955. <?xml version="1.0" encoding="UTF-8"?>
  2956. <beans xmlns="http://www.springframework.org/schema/beans"
  2957.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2958.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2959.     <bean name="user"  scope="prototype"></bean>
  2960. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2961. <?xml version="1.0" encoding="UTF-8"?>
  2962. <beans xmlns="http://www.springframework.org/schema/beans"
  2963.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2964.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2965.     <bean name="user"  scope="prototype"></bean>
  2966. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2967. <?xml version="1.0" encoding="UTF-8"?>
  2968. <beans xmlns="http://www.springframework.org/schema/beans"
  2969.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2970.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2971.     <bean name="user"  scope="prototype"></bean>
  2972. </beans><bean name="user"  scope="singleton"></bean>
  2973. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2974. <?xml version="1.0" encoding="UTF-8"?>
  2975. <beans xmlns="http://www.springframework.org/schema/beans"
  2976. <?xml version="1.0" encoding="UTF-8"?>
  2977. <beans xmlns="http://www.springframework.org/schema/beans"
  2978.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2979.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2980.     <bean name="user"  scope="prototype"></bean>
  2981. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2982. <?xml version="1.0" encoding="UTF-8"?>
  2983. <beans xmlns="http://www.springframework.org/schema/beans"
  2984.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2985.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2986.     <bean name="user"  scope="prototype"></bean>
  2987. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2988. <?xml version="1.0" encoding="UTF-8"?>
  2989. <beans xmlns="http://www.springframework.org/schema/beans"
  2990.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2991.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2992.     <bean name="user"  scope="prototype"></bean>
  2993. </beans><bean name="user"  scope="singleton"></bean>
  2994. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2995. <?xml version="1.0" encoding="UTF-8"?>
  2996. <beans xmlns="http://www.springframework.org/schema/beans"
  2997. <?xml version="1.0" encoding="UTF-8"?>
  2998. <beans xmlns="http://www.springframework.org/schema/beans"
  2999.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3000.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3001.     <bean name="user"  scope="prototype"></bean>
  3002. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3003. <?xml version="1.0" encoding="UTF-8"?>
  3004. <beans xmlns="http://www.springframework.org/schema/beans"
  3005.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3006.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3007.     <bean name="user"  scope="prototype"></bean>
  3008. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3009. <?xml version="1.0" encoding="UTF-8"?>
  3010. <beans xmlns="http://www.springframework.org/schema/beans"
  3011.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3012.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3013.     <bean name="user"  scope="prototype"></bean>
  3014. </beans><bean name="user"  scope="singleton"></bean>
  3015. </beans><bean name="user" ></bean>
  3016. </beans><?xml version="1.0" encoding="UTF-8"?>
  3017. <beans xmlns="http://www.springframework.org/schema/beans"
  3018. <?xml version="1.0" encoding="UTF-8"?>
  3019. <beans xmlns="http://www.springframework.org/schema/beans"
  3020. <?xml version="1.0" encoding="UTF-8"?>
  3021. <beans xmlns="http://www.springframework.org/schema/beans"
  3022.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3023.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3024.     <bean name="user"  scope="prototype"></bean>
  3025. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3026. <?xml version="1.0" encoding="UTF-8"?>
  3027. <beans xmlns="http://www.springframework.org/schema/beans"
  3028.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3029.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3030.     <bean name="user"  scope="prototype"></bean>
  3031. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3032. <?xml version="1.0" encoding="UTF-8"?>
  3033. <beans xmlns="http://www.springframework.org/schema/beans"
  3034.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3035.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3036.     <bean name="user"  scope="prototype"></bean>
  3037. </beans><bean name="user"  scope="singleton"></bean>
  3038. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3039. <?xml version="1.0" encoding="UTF-8"?>
  3040. <beans xmlns="http://www.springframework.org/schema/beans"
  3041. <?xml version="1.0" encoding="UTF-8"?>
  3042. <beans xmlns="http://www.springframework.org/schema/beans"
  3043.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3044.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3045.     <bean name="user"  scope="prototype"></bean>
  3046. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3047. <?xml version="1.0" encoding="UTF-8"?>
  3048. <beans xmlns="http://www.springframework.org/schema/beans"
  3049.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3050.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3051.     <bean name="user"  scope="prototype"></bean>
  3052. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3053. <?xml version="1.0" encoding="UTF-8"?>
  3054. <beans xmlns="http://www.springframework.org/schema/beans"
  3055.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3056.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3057.     <bean name="user"  scope="prototype"></bean>
  3058. </beans><bean name="user"  scope="singleton"></bean>
  3059. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3060. <?xml version="1.0" encoding="UTF-8"?>
  3061. <beans xmlns="http://www.springframework.org/schema/beans"
  3062. <?xml version="1.0" encoding="UTF-8"?>
  3063. <beans xmlns="http://www.springframework.org/schema/beans"
  3064.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3065.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3066.     <bean name="user"  scope="prototype"></bean>
  3067. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3068. <?xml version="1.0" encoding="UTF-8"?>
  3069. <beans xmlns="http://www.springframework.org/schema/beans"
  3070.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3071.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3072.     <bean name="user"  scope="prototype"></bean>
  3073. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3074. <?xml version="1.0" encoding="UTF-8"?>
  3075. <beans xmlns="http://www.springframework.org/schema/beans"
  3076.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3077.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3078.     <bean name="user"  scope="prototype"></bean>
  3079. </beans><bean name="user"  scope="singleton"></bean>
  3080. </beans><bean name="user" ></bean>
  3081. </beans></dependency>
  3082. <?xml version="1.0" encoding="UTF-8"?>
  3083. <beans xmlns="http://www.springframework.org/schema/beans"
  3084. <?xml version="1.0" encoding="UTF-8"?>
  3085. <beans xmlns="http://www.springframework.org/schema/beans"
  3086. <?xml version="1.0" encoding="UTF-8"?>
  3087. <beans xmlns="http://www.springframework.org/schema/beans"
  3088.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3089.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3090.     <bean name="user"  scope="prototype"></bean>
  3091. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3092. <?xml version="1.0" encoding="UTF-8"?>
  3093. <beans xmlns="http://www.springframework.org/schema/beans"
  3094.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3095.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3096.     <bean name="user"  scope="prototype"></bean>
  3097. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3098. <?xml version="1.0" encoding="UTF-8"?>
  3099. <beans xmlns="http://www.springframework.org/schema/beans"
  3100.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3101.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3102.     <bean name="user"  scope="prototype"></bean>
  3103. </beans><bean name="user"  scope="singleton"></bean>
  3104. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3105. <?xml version="1.0" encoding="UTF-8"?>
  3106. <beans xmlns="http://www.springframework.org/schema/beans"
  3107. <?xml version="1.0" encoding="UTF-8"?>
  3108. <beans xmlns="http://www.springframework.org/schema/beans"
  3109.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3110.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3111.     <bean name="user"  scope="prototype"></bean>
  3112. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3113. <?xml version="1.0" encoding="UTF-8"?>
  3114. <beans xmlns="http://www.springframework.org/schema/beans"
  3115.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3116.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3117.     <bean name="user"  scope="prototype"></bean>
  3118. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3119. <?xml version="1.0" encoding="UTF-8"?>
  3120. <beans xmlns="http://www.springframework.org/schema/beans"
  3121.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3122.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3123.     <bean name="user"  scope="prototype"></bean>
  3124. </beans><bean name="user"  scope="singleton"></bean>
  3125. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3126. <?xml version="1.0" encoding="UTF-8"?>
  3127. <beans xmlns="http://www.springframework.org/schema/beans"
  3128. <?xml version="1.0" encoding="UTF-8"?>
  3129. <beans xmlns="http://www.springframework.org/schema/beans"
  3130.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3131.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3132.     <bean name="user"  scope="prototype"></bean>
  3133. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3134. <?xml version="1.0" encoding="UTF-8"?>
  3135. <beans xmlns="http://www.springframework.org/schema/beans"
  3136.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3137.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3138.     <bean name="user"  scope="prototype"></bean>
  3139. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3140. <?xml version="1.0" encoding="UTF-8"?>
  3141. <beans xmlns="http://www.springframework.org/schema/beans"
  3142.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3143.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3144.     <bean name="user"  scope="prototype"></bean>
  3145. </beans><bean name="user"  scope="singleton"></bean>
  3146. </beans><bean name="user" ></bean>
  3147. </beans></dependencies>
  3148. </project>
复制代码
对应设置的 bean 的类是 User 这个类 ,为了方便辨析,简单明白,这个 类,就不设置属性了。就是一个空空的类。
  1. package com.rainbowsea.spirngBean;
  2. public class User {
  3. <?xml version="1.0" encoding="UTF-8"?>
  4. <beans xmlns="http://www.springframework.org/schema/beans"
  5. <?xml version="1.0" encoding="UTF-8"?>
  6. <beans xmlns="http://www.springframework.org/schema/beans"
  7. <?xml version="1.0" encoding="UTF-8"?>
  8. <beans xmlns="http://www.springframework.org/schema/beans"
  9.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  10.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  11.     <bean name="user"  scope="prototype"></bean>
  12. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  13. <?xml version="1.0" encoding="UTF-8"?>
  14. <beans xmlns="http://www.springframework.org/schema/beans"
  15.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  16.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  17.     <bean name="user"  scope="prototype"></bean>
  18. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  19. <?xml version="1.0" encoding="UTF-8"?>
  20. <beans xmlns="http://www.springframework.org/schema/beans"
  21.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  22.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  23.     <bean name="user"  scope="prototype"></bean>
  24. </beans><bean name="user"  scope="singleton"></bean>
  25. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  26. <?xml version="1.0" encoding="UTF-8"?>
  27. <beans xmlns="http://www.springframework.org/schema/beans"
  28. <?xml version="1.0" encoding="UTF-8"?>
  29. <beans xmlns="http://www.springframework.org/schema/beans"
  30.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  31.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  32.     <bean name="user"  scope="prototype"></bean>
  33. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  34. <?xml version="1.0" encoding="UTF-8"?>
  35. <beans xmlns="http://www.springframework.org/schema/beans"
  36.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  37.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  38.     <bean name="user"  scope="prototype"></bean>
  39. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  40. <?xml version="1.0" encoding="UTF-8"?>
  41. <beans xmlns="http://www.springframework.org/schema/beans"
  42.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  43.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  44.     <bean name="user"  scope="prototype"></bean>
  45. </beans><bean name="user"  scope="singleton"></bean>
  46. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  47. <?xml version="1.0" encoding="UTF-8"?>
  48. <beans xmlns="http://www.springframework.org/schema/beans"
  49. <?xml version="1.0" encoding="UTF-8"?>
  50. <beans xmlns="http://www.springframework.org/schema/beans"
  51.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  52.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  53.     <bean name="user"  scope="prototype"></bean>
  54. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  55. <?xml version="1.0" encoding="UTF-8"?>
  56. <beans xmlns="http://www.springframework.org/schema/beans"
  57.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  58.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  59.     <bean name="user"  scope="prototype"></bean>
  60. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  61. <?xml version="1.0" encoding="UTF-8"?>
  62. <beans xmlns="http://www.springframework.org/schema/beans"
  63.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  64.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  65.     <bean name="user"  scope="prototype"></bean>
  66. </beans><bean name="user"  scope="singleton"></bean>
  67. </beans><bean name="user" ></bean>
  68. </beans>public User() {
  69. <?xml version="1.0" encoding="UTF-8"?>
  70. <beans xmlns="http://www.springframework.org/schema/beans"
  71. <?xml version="1.0" encoding="UTF-8"?>
  72. <beans xmlns="http://www.springframework.org/schema/beans"
  73. <?xml version="1.0" encoding="UTF-8"?>
  74. <beans xmlns="http://www.springframework.org/schema/beans"
  75.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  76.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  77.     <bean name="user"  scope="prototype"></bean>
  78. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  79. <?xml version="1.0" encoding="UTF-8"?>
  80. <beans xmlns="http://www.springframework.org/schema/beans"
  81.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  82.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  83.     <bean name="user"  scope="prototype"></bean>
  84. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  85. <?xml version="1.0" encoding="UTF-8"?>
  86. <beans xmlns="http://www.springframework.org/schema/beans"
  87.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  88.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  89.     <bean name="user"  scope="prototype"></bean>
  90. </beans><bean name="user"  scope="singleton"></bean>
  91. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  92. <?xml version="1.0" encoding="UTF-8"?>
  93. <beans xmlns="http://www.springframework.org/schema/beans"
  94. <?xml version="1.0" encoding="UTF-8"?>
  95. <beans xmlns="http://www.springframework.org/schema/beans"
  96.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  97.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  98.     <bean name="user"  scope="prototype"></bean>
  99. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  100. <?xml version="1.0" encoding="UTF-8"?>
  101. <beans xmlns="http://www.springframework.org/schema/beans"
  102.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  103.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  104.     <bean name="user"  scope="prototype"></bean>
  105. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  106. <?xml version="1.0" encoding="UTF-8"?>
  107. <beans xmlns="http://www.springframework.org/schema/beans"
  108.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  109.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  110.     <bean name="user"  scope="prototype"></bean>
  111. </beans><bean name="user"  scope="singleton"></bean>
  112. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  113. <?xml version="1.0" encoding="UTF-8"?>
  114. <beans xmlns="http://www.springframework.org/schema/beans"
  115. <?xml version="1.0" encoding="UTF-8"?>
  116. <beans xmlns="http://www.springframework.org/schema/beans"
  117.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  118.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  119.     <bean name="user"  scope="prototype"></bean>
  120. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  121. <?xml version="1.0" encoding="UTF-8"?>
  122. <beans xmlns="http://www.springframework.org/schema/beans"
  123.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  124.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  125.     <bean name="user"  scope="prototype"></bean>
  126. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  127. <?xml version="1.0" encoding="UTF-8"?>
  128. <beans xmlns="http://www.springframework.org/schema/beans"
  129.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  130.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  131.     <bean name="user"  scope="prototype"></bean>
  132. </beans><bean name="user"  scope="singleton"></bean>
  133. </beans><bean name="user" ></bean>
  134. </beans><?xml version="1.0" encoding="UTF-8"?>
  135. <beans xmlns="http://www.springframework.org/schema/beans"
  136. <?xml version="1.0" encoding="UTF-8"?>
  137. <beans xmlns="http://www.springframework.org/schema/beans"
  138. <?xml version="1.0" encoding="UTF-8"?>
  139. <beans xmlns="http://www.springframework.org/schema/beans"
  140.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  141.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  142.     <bean name="user"  scope="prototype"></bean>
  143. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  144. <?xml version="1.0" encoding="UTF-8"?>
  145. <beans xmlns="http://www.springframework.org/schema/beans"
  146.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  147.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  148.     <bean name="user"  scope="prototype"></bean>
  149. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  150. <?xml version="1.0" encoding="UTF-8"?>
  151. <beans xmlns="http://www.springframework.org/schema/beans"
  152.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  153.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  154.     <bean name="user"  scope="prototype"></bean>
  155. </beans><bean name="user"  scope="singleton"></bean>
  156. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  157. <?xml version="1.0" encoding="UTF-8"?>
  158. <beans xmlns="http://www.springframework.org/schema/beans"
  159. <?xml version="1.0" encoding="UTF-8"?>
  160. <beans xmlns="http://www.springframework.org/schema/beans"
  161.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  162.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  163.     <bean name="user"  scope="prototype"></bean>
  164. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  165. <?xml version="1.0" encoding="UTF-8"?>
  166. <beans xmlns="http://www.springframework.org/schema/beans"
  167.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  168.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  169.     <bean name="user"  scope="prototype"></bean>
  170. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  171. <?xml version="1.0" encoding="UTF-8"?>
  172. <beans xmlns="http://www.springframework.org/schema/beans"
  173.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  174.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  175.     <bean name="user"  scope="prototype"></bean>
  176. </beans><bean name="user"  scope="singleton"></bean>
  177. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  178. <?xml version="1.0" encoding="UTF-8"?>
  179. <beans xmlns="http://www.springframework.org/schema/beans"
  180. <?xml version="1.0" encoding="UTF-8"?>
  181. <beans xmlns="http://www.springframework.org/schema/beans"
  182.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  183.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  184.     <bean name="user"  scope="prototype"></bean>
  185. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  186. <?xml version="1.0" encoding="UTF-8"?>
  187. <beans xmlns="http://www.springframework.org/schema/beans"
  188.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  189.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  190.     <bean name="user"  scope="prototype"></bean>
  191. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  192. <?xml version="1.0" encoding="UTF-8"?>
  193. <beans xmlns="http://www.springframework.org/schema/beans"
  194.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  195.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  196.     <bean name="user"  scope="prototype"></bean>
  197. </beans><bean name="user"  scope="singleton"></bean>
  198. </beans><bean name="user" ></bean>
  199. </beans>System.out.println("User() 的无参数构成方法");
  200. <?xml version="1.0" encoding="UTF-8"?>
  201. <beans xmlns="http://www.springframework.org/schema/beans"
  202. <?xml version="1.0" encoding="UTF-8"?>
  203. <beans xmlns="http://www.springframework.org/schema/beans"
  204. <?xml version="1.0" encoding="UTF-8"?>
  205. <beans xmlns="http://www.springframework.org/schema/beans"
  206.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  207.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  208.     <bean name="user"  scope="prototype"></bean>
  209. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  210. <?xml version="1.0" encoding="UTF-8"?>
  211. <beans xmlns="http://www.springframework.org/schema/beans"
  212.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  213.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  214.     <bean name="user"  scope="prototype"></bean>
  215. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  216. <?xml version="1.0" encoding="UTF-8"?>
  217. <beans xmlns="http://www.springframework.org/schema/beans"
  218.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  219.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  220.     <bean name="user"  scope="prototype"></bean>
  221. </beans><bean name="user"  scope="singleton"></bean>
  222. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  223. <?xml version="1.0" encoding="UTF-8"?>
  224. <beans xmlns="http://www.springframework.org/schema/beans"
  225. <?xml version="1.0" encoding="UTF-8"?>
  226. <beans xmlns="http://www.springframework.org/schema/beans"
  227.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  228.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  229.     <bean name="user"  scope="prototype"></bean>
  230. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  231. <?xml version="1.0" encoding="UTF-8"?>
  232. <beans xmlns="http://www.springframework.org/schema/beans"
  233.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  234.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  235.     <bean name="user"  scope="prototype"></bean>
  236. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  237. <?xml version="1.0" encoding="UTF-8"?>
  238. <beans xmlns="http://www.springframework.org/schema/beans"
  239.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  240.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  241.     <bean name="user"  scope="prototype"></bean>
  242. </beans><bean name="user"  scope="singleton"></bean>
  243. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  244. <?xml version="1.0" encoding="UTF-8"?>
  245. <beans xmlns="http://www.springframework.org/schema/beans"
  246. <?xml version="1.0" encoding="UTF-8"?>
  247. <beans xmlns="http://www.springframework.org/schema/beans"
  248.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  249.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  250.     <bean name="user"  scope="prototype"></bean>
  251. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  252. <?xml version="1.0" encoding="UTF-8"?>
  253. <beans xmlns="http://www.springframework.org/schema/beans"
  254.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  255.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  256.     <bean name="user"  scope="prototype"></bean>
  257. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  258. <?xml version="1.0" encoding="UTF-8"?>
  259. <beans xmlns="http://www.springframework.org/schema/beans"
  260.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  261.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  262.     <bean name="user"  scope="prototype"></bean>
  263. </beans><bean name="user"  scope="singleton"></bean>
  264. </beans><bean name="user" ></bean>
  265. </beans>}
  266. }
复制代码
设置 Spring框架当中的xml 设置文件,让 Spring 知道我们的 User 这个类,并进行管理
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <beans xmlns="http://www.springframework.org/schema/beans"
  3. <?xml version="1.0" encoding="UTF-8"?>
  4. <beans xmlns="http://www.springframework.org/schema/beans"
  5. <?xml version="1.0" encoding="UTF-8"?>
  6. <beans xmlns="http://www.springframework.org/schema/beans"
  7.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  8.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  9.     <bean name="user"  scope="prototype"></bean>
  10. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  11. <?xml version="1.0" encoding="UTF-8"?>
  12. <beans xmlns="http://www.springframework.org/schema/beans"
  13.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  14.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  15.     <bean name="user"  scope="prototype"></bean>
  16. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  17. <?xml version="1.0" encoding="UTF-8"?>
  18. <beans xmlns="http://www.springframework.org/schema/beans"
  19.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  20.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  21.     <bean name="user"  scope="prototype"></bean>
  22. </beans><bean name="user"  scope="singleton"></bean>
  23. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  24. <?xml version="1.0" encoding="UTF-8"?>
  25. <beans xmlns="http://www.springframework.org/schema/beans"
  26. <?xml version="1.0" encoding="UTF-8"?>
  27. <beans xmlns="http://www.springframework.org/schema/beans"
  28.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  29.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  30.     <bean name="user"  scope="prototype"></bean>
  31. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  32. <?xml version="1.0" encoding="UTF-8"?>
  33. <beans xmlns="http://www.springframework.org/schema/beans"
  34.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  35.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  36.     <bean name="user"  scope="prototype"></bean>
  37. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  38. <?xml version="1.0" encoding="UTF-8"?>
  39. <beans xmlns="http://www.springframework.org/schema/beans"
  40.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  41.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  42.     <bean name="user"  scope="prototype"></bean>
  43. </beans><bean name="user"  scope="singleton"></bean>
  44. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  45. <?xml version="1.0" encoding="UTF-8"?>
  46. <beans xmlns="http://www.springframework.org/schema/beans"
  47. <?xml version="1.0" encoding="UTF-8"?>
  48. <beans xmlns="http://www.springframework.org/schema/beans"
  49.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  50.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  51.     <bean name="user"  scope="prototype"></bean>
  52. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  53. <?xml version="1.0" encoding="UTF-8"?>
  54. <beans xmlns="http://www.springframework.org/schema/beans"
  55.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  56.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  57.     <bean name="user"  scope="prototype"></bean>
  58. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  59. <?xml version="1.0" encoding="UTF-8"?>
  60. <beans xmlns="http://www.springframework.org/schema/beans"
  61.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  62.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  63.     <bean name="user"  scope="prototype"></bean>
  64. </beans><bean name="user"  scope="singleton"></bean>
  65. </beans><bean name="user" ></bean>
  66. </beans>
复制代码
下面编写测试:代码,进行一个测试,验证,Spring 默认是否是 单例的 。这里我们启动多线程,进行一个测试
  1. package com.ranbowsea.test;import com.rainbowsea.spirngBean.User;import org.junit.Test;import org.springframework.context.ApplicationContext;import org.springframework.context.support.ClassPathXmlApplicationContext;public class testScope {<?xml version="1.0" encoding="UTF-8"?>
  2. <beans xmlns="http://www.springframework.org/schema/beans"
  3. <?xml version="1.0" encoding="UTF-8"?>
  4. <beans xmlns="http://www.springframework.org/schema/beans"
  5. <?xml version="1.0" encoding="UTF-8"?>
  6. <beans xmlns="http://www.springframework.org/schema/beans"
  7.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  8.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  9.     <bean name="user"  scope="prototype"></bean>
  10. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  11. <?xml version="1.0" encoding="UTF-8"?>
  12. <beans xmlns="http://www.springframework.org/schema/beans"
  13.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  14.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  15.     <bean name="user"  scope="prototype"></bean>
  16. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  17. <?xml version="1.0" encoding="UTF-8"?>
  18. <beans xmlns="http://www.springframework.org/schema/beans"
  19.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  20.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  21.     <bean name="user"  scope="prototype"></bean>
  22. </beans><bean name="user"  scope="singleton"></bean>
  23. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  24. <?xml version="1.0" encoding="UTF-8"?>
  25. <beans xmlns="http://www.springframework.org/schema/beans"
  26. <?xml version="1.0" encoding="UTF-8"?>
  27. <beans xmlns="http://www.springframework.org/schema/beans"
  28.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  29.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  30.     <bean name="user"  scope="prototype"></bean>
  31. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  32. <?xml version="1.0" encoding="UTF-8"?>
  33. <beans xmlns="http://www.springframework.org/schema/beans"
  34.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  35.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  36.     <bean name="user"  scope="prototype"></bean>
  37. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  38. <?xml version="1.0" encoding="UTF-8"?>
  39. <beans xmlns="http://www.springframework.org/schema/beans"
  40.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  41.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  42.     <bean name="user"  scope="prototype"></bean>
  43. </beans><bean name="user"  scope="singleton"></bean>
  44. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  45. <?xml version="1.0" encoding="UTF-8"?>
  46. <beans xmlns="http://www.springframework.org/schema/beans"
  47. <?xml version="1.0" encoding="UTF-8"?>
  48. <beans xmlns="http://www.springframework.org/schema/beans"
  49.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  50.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  51.     <bean name="user"  scope="prototype"></bean>
  52. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  53. <?xml version="1.0" encoding="UTF-8"?>
  54. <beans xmlns="http://www.springframework.org/schema/beans"
  55.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  56.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  57.     <bean name="user"  scope="prototype"></bean>
  58. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  59. <?xml version="1.0" encoding="UTF-8"?>
  60. <beans xmlns="http://www.springframework.org/schema/beans"
  61.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  62.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  63.     <bean name="user"  scope="prototype"></bean>
  64. </beans><bean name="user"  scope="singleton"></bean>
  65. </beans><bean name="user" ></bean>
  66. </beans>@Test<?xml version="1.0" encoding="UTF-8"?>
  67. <beans xmlns="http://www.springframework.org/schema/beans"
  68. <?xml version="1.0" encoding="UTF-8"?>
  69. <beans xmlns="http://www.springframework.org/schema/beans"
  70. <?xml version="1.0" encoding="UTF-8"?>
  71. <beans xmlns="http://www.springframework.org/schema/beans"
  72.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  73.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  74.     <bean name="user"  scope="prototype"></bean>
  75. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  76. <?xml version="1.0" encoding="UTF-8"?>
  77. <beans xmlns="http://www.springframework.org/schema/beans"
  78.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  79.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  80.     <bean name="user"  scope="prototype"></bean>
  81. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  82. <?xml version="1.0" encoding="UTF-8"?>
  83. <beans xmlns="http://www.springframework.org/schema/beans"
  84.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  85.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  86.     <bean name="user"  scope="prototype"></bean>
  87. </beans><bean name="user"  scope="singleton"></bean>
  88. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  89. <?xml version="1.0" encoding="UTF-8"?>
  90. <beans xmlns="http://www.springframework.org/schema/beans"
  91. <?xml version="1.0" encoding="UTF-8"?>
  92. <beans xmlns="http://www.springframework.org/schema/beans"
  93.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  94.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  95.     <bean name="user"  scope="prototype"></bean>
  96. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  97. <?xml version="1.0" encoding="UTF-8"?>
  98. <beans xmlns="http://www.springframework.org/schema/beans"
  99.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  100.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  101.     <bean name="user"  scope="prototype"></bean>
  102. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  103. <?xml version="1.0" encoding="UTF-8"?>
  104. <beans xmlns="http://www.springframework.org/schema/beans"
  105.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  106.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  107.     <bean name="user"  scope="prototype"></bean>
  108. </beans><bean name="user"  scope="singleton"></bean>
  109. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  110. <?xml version="1.0" encoding="UTF-8"?>
  111. <beans xmlns="http://www.springframework.org/schema/beans"
  112. <?xml version="1.0" encoding="UTF-8"?>
  113. <beans xmlns="http://www.springframework.org/schema/beans"
  114.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  115.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  116.     <bean name="user"  scope="prototype"></bean>
  117. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  118. <?xml version="1.0" encoding="UTF-8"?>
  119. <beans xmlns="http://www.springframework.org/schema/beans"
  120.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  121.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  122.     <bean name="user"  scope="prototype"></bean>
  123. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  124. <?xml version="1.0" encoding="UTF-8"?>
  125. <beans xmlns="http://www.springframework.org/schema/beans"
  126.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  127.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  128.     <bean name="user"  scope="prototype"></bean>
  129. </beans><bean name="user"  scope="singleton"></bean>
  130. </beans><bean name="user" ></bean>
  131. </beans>public void test01() {<?xml version="1.0" encoding="UTF-8"?>
  132. <beans xmlns="http://www.springframework.org/schema/beans"
  133. <?xml version="1.0" encoding="UTF-8"?>
  134. <beans xmlns="http://www.springframework.org/schema/beans"
  135. <?xml version="1.0" encoding="UTF-8"?>
  136. <beans xmlns="http://www.springframework.org/schema/beans"
  137.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  138.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  139.     <bean name="user"  scope="prototype"></bean>
  140. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  141. <?xml version="1.0" encoding="UTF-8"?>
  142. <beans xmlns="http://www.springframework.org/schema/beans"
  143.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  144.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  145.     <bean name="user"  scope="prototype"></bean>
  146. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  147. <?xml version="1.0" encoding="UTF-8"?>
  148. <beans xmlns="http://www.springframework.org/schema/beans"
  149.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  150.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  151.     <bean name="user"  scope="prototype"></bean>
  152. </beans><bean name="user"  scope="singleton"></bean>
  153. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  154. <?xml version="1.0" encoding="UTF-8"?>
  155. <beans xmlns="http://www.springframework.org/schema/beans"
  156. <?xml version="1.0" encoding="UTF-8"?>
  157. <beans xmlns="http://www.springframework.org/schema/beans"
  158.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  159.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  160.     <bean name="user"  scope="prototype"></bean>
  161. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  162. <?xml version="1.0" encoding="UTF-8"?>
  163. <beans xmlns="http://www.springframework.org/schema/beans"
  164.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  165.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  166.     <bean name="user"  scope="prototype"></bean>
  167. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  168. <?xml version="1.0" encoding="UTF-8"?>
  169. <beans xmlns="http://www.springframework.org/schema/beans"
  170.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  171.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  172.     <bean name="user"  scope="prototype"></bean>
  173. </beans><bean name="user"  scope="singleton"></bean>
  174. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  175. <?xml version="1.0" encoding="UTF-8"?>
  176. <beans xmlns="http://www.springframework.org/schema/beans"
  177. <?xml version="1.0" encoding="UTF-8"?>
  178. <beans xmlns="http://www.springframework.org/schema/beans"
  179.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  180.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  181.     <bean name="user"  scope="prototype"></bean>
  182. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  183. <?xml version="1.0" encoding="UTF-8"?>
  184. <beans xmlns="http://www.springframework.org/schema/beans"
  185.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  186.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  187.     <bean name="user"  scope="prototype"></bean>
  188. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  189. <?xml version="1.0" encoding="UTF-8"?>
  190. <beans xmlns="http://www.springframework.org/schema/beans"
  191.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  192.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  193.     <bean name="user"  scope="prototype"></bean>
  194. </beans><bean name="user"  scope="singleton"></bean>
  195. </beans><bean name="user" ></bean>
  196. </beans><?xml version="1.0" encoding="UTF-8"?>
  197. <beans xmlns="http://www.springframework.org/schema/beans"
  198. <?xml version="1.0" encoding="UTF-8"?>
  199. <beans xmlns="http://www.springframework.org/schema/beans"
  200. <?xml version="1.0" encoding="UTF-8"?>
  201. <beans xmlns="http://www.springframework.org/schema/beans"
  202.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  203.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  204.     <bean name="user"  scope="prototype"></bean>
  205. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  206. <?xml version="1.0" encoding="UTF-8"?>
  207. <beans xmlns="http://www.springframework.org/schema/beans"
  208.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  209.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  210.     <bean name="user"  scope="prototype"></bean>
  211. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  212. <?xml version="1.0" encoding="UTF-8"?>
  213. <beans xmlns="http://www.springframework.org/schema/beans"
  214.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  215.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  216.     <bean name="user"  scope="prototype"></bean>
  217. </beans><bean name="user"  scope="singleton"></bean>
  218. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  219. <?xml version="1.0" encoding="UTF-8"?>
  220. <beans xmlns="http://www.springframework.org/schema/beans"
  221. <?xml version="1.0" encoding="UTF-8"?>
  222. <beans xmlns="http://www.springframework.org/schema/beans"
  223.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  224.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  225.     <bean name="user"  scope="prototype"></bean>
  226. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  227. <?xml version="1.0" encoding="UTF-8"?>
  228. <beans xmlns="http://www.springframework.org/schema/beans"
  229.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  230.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  231.     <bean name="user"  scope="prototype"></bean>
  232. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  233. <?xml version="1.0" encoding="UTF-8"?>
  234. <beans xmlns="http://www.springframework.org/schema/beans"
  235.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  236.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  237.     <bean name="user"  scope="prototype"></bean>
  238. </beans><bean name="user"  scope="singleton"></bean>
  239. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  240. <?xml version="1.0" encoding="UTF-8"?>
  241. <beans xmlns="http://www.springframework.org/schema/beans"
  242. <?xml version="1.0" encoding="UTF-8"?>
  243. <beans xmlns="http://www.springframework.org/schema/beans"
  244.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  245.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  246.     <bean name="user"  scope="prototype"></bean>
  247. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  248. <?xml version="1.0" encoding="UTF-8"?>
  249. <beans xmlns="http://www.springframework.org/schema/beans"
  250.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  251.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  252.     <bean name="user"  scope="prototype"></bean>
  253. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  254. <?xml version="1.0" encoding="UTF-8"?>
  255. <beans xmlns="http://www.springframework.org/schema/beans"
  256.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  257.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  258.     <bean name="user"  scope="prototype"></bean>
  259. </beans><bean name="user"  scope="singleton"></bean>
  260. </beans><bean name="user" ></bean>
  261. </beans>ApplicationContext applicationContext = new ClassPathXmlApplicationContext("spring6.xml");<?xml version="1.0" encoding="UTF-8"?>
  262. <beans xmlns="http://www.springframework.org/schema/beans"
  263. <?xml version="1.0" encoding="UTF-8"?>
  264. <beans xmlns="http://www.springframework.org/schema/beans"
  265. <?xml version="1.0" encoding="UTF-8"?>
  266. <beans xmlns="http://www.springframework.org/schema/beans"
  267.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  268.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  269.     <bean name="user"  scope="prototype"></bean>
  270. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  271. <?xml version="1.0" encoding="UTF-8"?>
  272. <beans xmlns="http://www.springframework.org/schema/beans"
  273.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  274.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  275.     <bean name="user"  scope="prototype"></bean>
  276. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  277. <?xml version="1.0" encoding="UTF-8"?>
  278. <beans xmlns="http://www.springframework.org/schema/beans"
  279.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  280.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  281.     <bean name="user"  scope="prototype"></bean>
  282. </beans><bean name="user"  scope="singleton"></bean>
  283. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  284. <?xml version="1.0" encoding="UTF-8"?>
  285. <beans xmlns="http://www.springframework.org/schema/beans"
  286. <?xml version="1.0" encoding="UTF-8"?>
  287. <beans xmlns="http://www.springframework.org/schema/beans"
  288.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  289.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  290.     <bean name="user"  scope="prototype"></bean>
  291. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  292. <?xml version="1.0" encoding="UTF-8"?>
  293. <beans xmlns="http://www.springframework.org/schema/beans"
  294.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  295.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  296.     <bean name="user"  scope="prototype"></bean>
  297. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  298. <?xml version="1.0" encoding="UTF-8"?>
  299. <beans xmlns="http://www.springframework.org/schema/beans"
  300.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  301.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  302.     <bean name="user"  scope="prototype"></bean>
  303. </beans><bean name="user"  scope="singleton"></bean>
  304. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  305. <?xml version="1.0" encoding="UTF-8"?>
  306. <beans xmlns="http://www.springframework.org/schema/beans"
  307. <?xml version="1.0" encoding="UTF-8"?>
  308. <beans xmlns="http://www.springframework.org/schema/beans"
  309.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  310.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  311.     <bean name="user"  scope="prototype"></bean>
  312. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  313. <?xml version="1.0" encoding="UTF-8"?>
  314. <beans xmlns="http://www.springframework.org/schema/beans"
  315.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  316.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  317.     <bean name="user"  scope="prototype"></bean>
  318. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  319. <?xml version="1.0" encoding="UTF-8"?>
  320. <beans xmlns="http://www.springframework.org/schema/beans"
  321.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  322.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  323.     <bean name="user"  scope="prototype"></bean>
  324. </beans><bean name="user"  scope="singleton"></bean>
  325. </beans><bean name="user" ></bean>
  326. </beans><?xml version="1.0" encoding="UTF-8"?>
  327. <beans xmlns="http://www.springframework.org/schema/beans"
  328. <?xml version="1.0" encoding="UTF-8"?>
  329. <beans xmlns="http://www.springframework.org/schema/beans"
  330. <?xml version="1.0" encoding="UTF-8"?>
  331. <beans xmlns="http://www.springframework.org/schema/beans"
  332.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  333.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  334.     <bean name="user"  scope="prototype"></bean>
  335. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  336. <?xml version="1.0" encoding="UTF-8"?>
  337. <beans xmlns="http://www.springframework.org/schema/beans"
  338.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  339.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  340.     <bean name="user"  scope="prototype"></bean>
  341. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  342. <?xml version="1.0" encoding="UTF-8"?>
  343. <beans xmlns="http://www.springframework.org/schema/beans"
  344.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  345.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  346.     <bean name="user"  scope="prototype"></bean>
  347. </beans><bean name="user"  scope="singleton"></bean>
  348. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  349. <?xml version="1.0" encoding="UTF-8"?>
  350. <beans xmlns="http://www.springframework.org/schema/beans"
  351. <?xml version="1.0" encoding="UTF-8"?>
  352. <beans xmlns="http://www.springframework.org/schema/beans"
  353.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  354.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  355.     <bean name="user"  scope="prototype"></bean>
  356. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  357. <?xml version="1.0" encoding="UTF-8"?>
  358. <beans xmlns="http://www.springframework.org/schema/beans"
  359.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  360.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  361.     <bean name="user"  scope="prototype"></bean>
  362. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  363. <?xml version="1.0" encoding="UTF-8"?>
  364. <beans xmlns="http://www.springframework.org/schema/beans"
  365.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  366.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  367.     <bean name="user"  scope="prototype"></bean>
  368. </beans><bean name="user"  scope="singleton"></bean>
  369. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  370. <?xml version="1.0" encoding="UTF-8"?>
  371. <beans xmlns="http://www.springframework.org/schema/beans"
  372. <?xml version="1.0" encoding="UTF-8"?>
  373. <beans xmlns="http://www.springframework.org/schema/beans"
  374.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  375.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  376.     <bean name="user"  scope="prototype"></bean>
  377. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  378. <?xml version="1.0" encoding="UTF-8"?>
  379. <beans xmlns="http://www.springframework.org/schema/beans"
  380.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  381.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  382.     <bean name="user"  scope="prototype"></bean>
  383. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  384. <?xml version="1.0" encoding="UTF-8"?>
  385. <beans xmlns="http://www.springframework.org/schema/beans"
  386.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  387.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  388.     <bean name="user"  scope="prototype"></bean>
  389. </beans><bean name="user"  scope="singleton"></bean>
  390. </beans><bean name="user" ></bean>
  391. </beans>User user = applicationContext.getBean("user", User.class);<?xml version="1.0" encoding="UTF-8"?>
  392. <beans xmlns="http://www.springframework.org/schema/beans"
  393. <?xml version="1.0" encoding="UTF-8"?>
  394. <beans xmlns="http://www.springframework.org/schema/beans"
  395. <?xml version="1.0" encoding="UTF-8"?>
  396. <beans xmlns="http://www.springframework.org/schema/beans"
  397.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  398.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  399.     <bean name="user"  scope="prototype"></bean>
  400. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  401. <?xml version="1.0" encoding="UTF-8"?>
  402. <beans xmlns="http://www.springframework.org/schema/beans"
  403.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  404.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  405.     <bean name="user"  scope="prototype"></bean>
  406. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  407. <?xml version="1.0" encoding="UTF-8"?>
  408. <beans xmlns="http://www.springframework.org/schema/beans"
  409.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  410.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  411.     <bean name="user"  scope="prototype"></bean>
  412. </beans><bean name="user"  scope="singleton"></bean>
  413. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  414. <?xml version="1.0" encoding="UTF-8"?>
  415. <beans xmlns="http://www.springframework.org/schema/beans"
  416. <?xml version="1.0" encoding="UTF-8"?>
  417. <beans xmlns="http://www.springframework.org/schema/beans"
  418.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  419.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  420.     <bean name="user"  scope="prototype"></bean>
  421. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  422. <?xml version="1.0" encoding="UTF-8"?>
  423. <beans xmlns="http://www.springframework.org/schema/beans"
  424.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  425.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  426.     <bean name="user"  scope="prototype"></bean>
  427. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  428. <?xml version="1.0" encoding="UTF-8"?>
  429. <beans xmlns="http://www.springframework.org/schema/beans"
  430.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  431.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  432.     <bean name="user"  scope="prototype"></bean>
  433. </beans><bean name="user"  scope="singleton"></bean>
  434. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  435. <?xml version="1.0" encoding="UTF-8"?>
  436. <beans xmlns="http://www.springframework.org/schema/beans"
  437. <?xml version="1.0" encoding="UTF-8"?>
  438. <beans xmlns="http://www.springframework.org/schema/beans"
  439.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  440.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  441.     <bean name="user"  scope="prototype"></bean>
  442. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  443. <?xml version="1.0" encoding="UTF-8"?>
  444. <beans xmlns="http://www.springframework.org/schema/beans"
  445.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  446.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  447.     <bean name="user"  scope="prototype"></bean>
  448. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  449. <?xml version="1.0" encoding="UTF-8"?>
  450. <beans xmlns="http://www.springframework.org/schema/beans"
  451.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  452.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  453.     <bean name="user"  scope="prototype"></bean>
  454. </beans><bean name="user"  scope="singleton"></bean>
  455. </beans><bean name="user" ></bean>
  456. </beans><?xml version="1.0" encoding="UTF-8"?>
  457. <beans xmlns="http://www.springframework.org/schema/beans"
  458. <?xml version="1.0" encoding="UTF-8"?>
  459. <beans xmlns="http://www.springframework.org/schema/beans"
  460. <?xml version="1.0" encoding="UTF-8"?>
  461. <beans xmlns="http://www.springframework.org/schema/beans"
  462.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  463.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  464.     <bean name="user"  scope="prototype"></bean>
  465. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  466. <?xml version="1.0" encoding="UTF-8"?>
  467. <beans xmlns="http://www.springframework.org/schema/beans"
  468.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  469.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  470.     <bean name="user"  scope="prototype"></bean>
  471. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  472. <?xml version="1.0" encoding="UTF-8"?>
  473. <beans xmlns="http://www.springframework.org/schema/beans"
  474.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  475.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  476.     <bean name="user"  scope="prototype"></bean>
  477. </beans><bean name="user"  scope="singleton"></bean>
  478. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  479. <?xml version="1.0" encoding="UTF-8"?>
  480. <beans xmlns="http://www.springframework.org/schema/beans"
  481. <?xml version="1.0" encoding="UTF-8"?>
  482. <beans xmlns="http://www.springframework.org/schema/beans"
  483.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  484.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  485.     <bean name="user"  scope="prototype"></bean>
  486. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  487. <?xml version="1.0" encoding="UTF-8"?>
  488. <beans xmlns="http://www.springframework.org/schema/beans"
  489.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  490.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  491.     <bean name="user"  scope="prototype"></bean>
  492. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  493. <?xml version="1.0" encoding="UTF-8"?>
  494. <beans xmlns="http://www.springframework.org/schema/beans"
  495.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  496.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  497.     <bean name="user"  scope="prototype"></bean>
  498. </beans><bean name="user"  scope="singleton"></bean>
  499. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  500. <?xml version="1.0" encoding="UTF-8"?>
  501. <beans xmlns="http://www.springframework.org/schema/beans"
  502. <?xml version="1.0" encoding="UTF-8"?>
  503. <beans xmlns="http://www.springframework.org/schema/beans"
  504.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  505.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  506.     <bean name="user"  scope="prototype"></bean>
  507. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  508. <?xml version="1.0" encoding="UTF-8"?>
  509. <beans xmlns="http://www.springframework.org/schema/beans"
  510.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  511.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  512.     <bean name="user"  scope="prototype"></bean>
  513. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  514. <?xml version="1.0" encoding="UTF-8"?>
  515. <beans xmlns="http://www.springframework.org/schema/beans"
  516.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  517.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  518.     <bean name="user"  scope="prototype"></bean>
  519. </beans><bean name="user"  scope="singleton"></bean>
  520. </beans><bean name="user" ></bean>
  521. </beans>User user1 = applicationContext.getBean("user", User.class);<?xml version="1.0" encoding="UTF-8"?>
  522. <beans xmlns="http://www.springframework.org/schema/beans"
  523. <?xml version="1.0" encoding="UTF-8"?>
  524. <beans xmlns="http://www.springframework.org/schema/beans"
  525. <?xml version="1.0" encoding="UTF-8"?>
  526. <beans xmlns="http://www.springframework.org/schema/beans"
  527.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  528.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  529.     <bean name="user"  scope="prototype"></bean>
  530. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  531. <?xml version="1.0" encoding="UTF-8"?>
  532. <beans xmlns="http://www.springframework.org/schema/beans"
  533.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  534.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  535.     <bean name="user"  scope="prototype"></bean>
  536. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  537. <?xml version="1.0" encoding="UTF-8"?>
  538. <beans xmlns="http://www.springframework.org/schema/beans"
  539.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  540.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  541.     <bean name="user"  scope="prototype"></bean>
  542. </beans><bean name="user"  scope="singleton"></bean>
  543. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  544. <?xml version="1.0" encoding="UTF-8"?>
  545. <beans xmlns="http://www.springframework.org/schema/beans"
  546. <?xml version="1.0" encoding="UTF-8"?>
  547. <beans xmlns="http://www.springframework.org/schema/beans"
  548.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  549.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  550.     <bean name="user"  scope="prototype"></bean>
  551. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  552. <?xml version="1.0" encoding="UTF-8"?>
  553. <beans xmlns="http://www.springframework.org/schema/beans"
  554.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  555.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  556.     <bean name="user"  scope="prototype"></bean>
  557. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  558. <?xml version="1.0" encoding="UTF-8"?>
  559. <beans xmlns="http://www.springframework.org/schema/beans"
  560.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  561.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  562.     <bean name="user"  scope="prototype"></bean>
  563. </beans><bean name="user"  scope="singleton"></bean>
  564. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  565. <?xml version="1.0" encoding="UTF-8"?>
  566. <beans xmlns="http://www.springframework.org/schema/beans"
  567. <?xml version="1.0" encoding="UTF-8"?>
  568. <beans xmlns="http://www.springframework.org/schema/beans"
  569.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  570.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  571.     <bean name="user"  scope="prototype"></bean>
  572. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  573. <?xml version="1.0" encoding="UTF-8"?>
  574. <beans xmlns="http://www.springframework.org/schema/beans"
  575.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  576.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  577.     <bean name="user"  scope="prototype"></bean>
  578. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  579. <?xml version="1.0" encoding="UTF-8"?>
  580. <beans xmlns="http://www.springframework.org/schema/beans"
  581.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  582.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  583.     <bean name="user"  scope="prototype"></bean>
  584. </beans><bean name="user"  scope="singleton"></bean>
  585. </beans><bean name="user" ></bean>
  586. </beans><?xml version="1.0" encoding="UTF-8"?>
  587. <beans xmlns="http://www.springframework.org/schema/beans"
  588. <?xml version="1.0" encoding="UTF-8"?>
  589. <beans xmlns="http://www.springframework.org/schema/beans"
  590. <?xml version="1.0" encoding="UTF-8"?>
  591. <beans xmlns="http://www.springframework.org/schema/beans"
  592.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  593.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  594.     <bean name="user"  scope="prototype"></bean>
  595. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  596. <?xml version="1.0" encoding="UTF-8"?>
  597. <beans xmlns="http://www.springframework.org/schema/beans"
  598.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  599.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  600.     <bean name="user"  scope="prototype"></bean>
  601. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  602. <?xml version="1.0" encoding="UTF-8"?>
  603. <beans xmlns="http://www.springframework.org/schema/beans"
  604.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  605.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  606.     <bean name="user"  scope="prototype"></bean>
  607. </beans><bean name="user"  scope="singleton"></bean>
  608. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  609. <?xml version="1.0" encoding="UTF-8"?>
  610. <beans xmlns="http://www.springframework.org/schema/beans"
  611. <?xml version="1.0" encoding="UTF-8"?>
  612. <beans xmlns="http://www.springframework.org/schema/beans"
  613.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  614.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  615.     <bean name="user"  scope="prototype"></bean>
  616. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  617. <?xml version="1.0" encoding="UTF-8"?>
  618. <beans xmlns="http://www.springframework.org/schema/beans"
  619.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  620.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  621.     <bean name="user"  scope="prototype"></bean>
  622. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  623. <?xml version="1.0" encoding="UTF-8"?>
  624. <beans xmlns="http://www.springframework.org/schema/beans"
  625.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  626.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  627.     <bean name="user"  scope="prototype"></bean>
  628. </beans><bean name="user"  scope="singleton"></bean>
  629. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  630. <?xml version="1.0" encoding="UTF-8"?>
  631. <beans xmlns="http://www.springframework.org/schema/beans"
  632. <?xml version="1.0" encoding="UTF-8"?>
  633. <beans xmlns="http://www.springframework.org/schema/beans"
  634.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  635.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  636.     <bean name="user"  scope="prototype"></bean>
  637. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  638. <?xml version="1.0" encoding="UTF-8"?>
  639. <beans xmlns="http://www.springframework.org/schema/beans"
  640.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  641.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  642.     <bean name="user"  scope="prototype"></bean>
  643. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  644. <?xml version="1.0" encoding="UTF-8"?>
  645. <beans xmlns="http://www.springframework.org/schema/beans"
  646.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  647.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  648.     <bean name="user"  scope="prototype"></bean>
  649. </beans><bean name="user"  scope="singleton"></bean>
  650. </beans><bean name="user" ></bean>
  651. </beans>System.out.println(user);<?xml version="1.0" encoding="UTF-8"?>
  652. <beans xmlns="http://www.springframework.org/schema/beans"
  653. <?xml version="1.0" encoding="UTF-8"?>
  654. <beans xmlns="http://www.springframework.org/schema/beans"
  655. <?xml version="1.0" encoding="UTF-8"?>
  656. <beans xmlns="http://www.springframework.org/schema/beans"
  657.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  658.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  659.     <bean name="user"  scope="prototype"></bean>
  660. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  661. <?xml version="1.0" encoding="UTF-8"?>
  662. <beans xmlns="http://www.springframework.org/schema/beans"
  663.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  664.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  665.     <bean name="user"  scope="prototype"></bean>
  666. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  667. <?xml version="1.0" encoding="UTF-8"?>
  668. <beans xmlns="http://www.springframework.org/schema/beans"
  669.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  670.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  671.     <bean name="user"  scope="prototype"></bean>
  672. </beans><bean name="user"  scope="singleton"></bean>
  673. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  674. <?xml version="1.0" encoding="UTF-8"?>
  675. <beans xmlns="http://www.springframework.org/schema/beans"
  676. <?xml version="1.0" encoding="UTF-8"?>
  677. <beans xmlns="http://www.springframework.org/schema/beans"
  678.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  679.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  680.     <bean name="user"  scope="prototype"></bean>
  681. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  682. <?xml version="1.0" encoding="UTF-8"?>
  683. <beans xmlns="http://www.springframework.org/schema/beans"
  684.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  685.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  686.     <bean name="user"  scope="prototype"></bean>
  687. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  688. <?xml version="1.0" encoding="UTF-8"?>
  689. <beans xmlns="http://www.springframework.org/schema/beans"
  690.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  691.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  692.     <bean name="user"  scope="prototype"></bean>
  693. </beans><bean name="user"  scope="singleton"></bean>
  694. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  695. <?xml version="1.0" encoding="UTF-8"?>
  696. <beans xmlns="http://www.springframework.org/schema/beans"
  697. <?xml version="1.0" encoding="UTF-8"?>
  698. <beans xmlns="http://www.springframework.org/schema/beans"
  699.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  700.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  701.     <bean name="user"  scope="prototype"></bean>
  702. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  703. <?xml version="1.0" encoding="UTF-8"?>
  704. <beans xmlns="http://www.springframework.org/schema/beans"
  705.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  706.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  707.     <bean name="user"  scope="prototype"></bean>
  708. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  709. <?xml version="1.0" encoding="UTF-8"?>
  710. <beans xmlns="http://www.springframework.org/schema/beans"
  711.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  712.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  713.     <bean name="user"  scope="prototype"></bean>
  714. </beans><bean name="user"  scope="singleton"></bean>
  715. </beans><bean name="user" ></bean>
  716. </beans><?xml version="1.0" encoding="UTF-8"?>
  717. <beans xmlns="http://www.springframework.org/schema/beans"
  718. <?xml version="1.0" encoding="UTF-8"?>
  719. <beans xmlns="http://www.springframework.org/schema/beans"
  720. <?xml version="1.0" encoding="UTF-8"?>
  721. <beans xmlns="http://www.springframework.org/schema/beans"
  722.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  723.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  724.     <bean name="user"  scope="prototype"></bean>
  725. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  726. <?xml version="1.0" encoding="UTF-8"?>
  727. <beans xmlns="http://www.springframework.org/schema/beans"
  728.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  729.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  730.     <bean name="user"  scope="prototype"></bean>
  731. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  732. <?xml version="1.0" encoding="UTF-8"?>
  733. <beans xmlns="http://www.springframework.org/schema/beans"
  734.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  735.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  736.     <bean name="user"  scope="prototype"></bean>
  737. </beans><bean name="user"  scope="singleton"></bean>
  738. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  739. <?xml version="1.0" encoding="UTF-8"?>
  740. <beans xmlns="http://www.springframework.org/schema/beans"
  741. <?xml version="1.0" encoding="UTF-8"?>
  742. <beans xmlns="http://www.springframework.org/schema/beans"
  743.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  744.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  745.     <bean name="user"  scope="prototype"></bean>
  746. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  747. <?xml version="1.0" encoding="UTF-8"?>
  748. <beans xmlns="http://www.springframework.org/schema/beans"
  749.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  750.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  751.     <bean name="user"  scope="prototype"></bean>
  752. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  753. <?xml version="1.0" encoding="UTF-8"?>
  754. <beans xmlns="http://www.springframework.org/schema/beans"
  755.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  756.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  757.     <bean name="user"  scope="prototype"></bean>
  758. </beans><bean name="user"  scope="singleton"></bean>
  759. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  760. <?xml version="1.0" encoding="UTF-8"?>
  761. <beans xmlns="http://www.springframework.org/schema/beans"
  762. <?xml version="1.0" encoding="UTF-8"?>
  763. <beans xmlns="http://www.springframework.org/schema/beans"
  764.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  765.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  766.     <bean name="user"  scope="prototype"></bean>
  767. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  768. <?xml version="1.0" encoding="UTF-8"?>
  769. <beans xmlns="http://www.springframework.org/schema/beans"
  770.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  771.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  772.     <bean name="user"  scope="prototype"></bean>
  773. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  774. <?xml version="1.0" encoding="UTF-8"?>
  775. <beans xmlns="http://www.springframework.org/schema/beans"
  776.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  777.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  778.     <bean name="user"  scope="prototype"></bean>
  779. </beans><bean name="user"  scope="singleton"></bean>
  780. </beans><bean name="user" ></bean>
  781. </beans>System.out.println(user1);<?xml version="1.0" encoding="UTF-8"?>
  782. <beans xmlns="http://www.springframework.org/schema/beans"
  783. <?xml version="1.0" encoding="UTF-8"?>
  784. <beans xmlns="http://www.springframework.org/schema/beans"
  785. <?xml version="1.0" encoding="UTF-8"?>
  786. <beans xmlns="http://www.springframework.org/schema/beans"
  787.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  788.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  789.     <bean name="user"  scope="prototype"></bean>
  790. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  791. <?xml version="1.0" encoding="UTF-8"?>
  792. <beans xmlns="http://www.springframework.org/schema/beans"
  793.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  794.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  795.     <bean name="user"  scope="prototype"></bean>
  796. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  797. <?xml version="1.0" encoding="UTF-8"?>
  798. <beans xmlns="http://www.springframework.org/schema/beans"
  799.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  800.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  801.     <bean name="user"  scope="prototype"></bean>
  802. </beans><bean name="user"  scope="singleton"></bean>
  803. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  804. <?xml version="1.0" encoding="UTF-8"?>
  805. <beans xmlns="http://www.springframework.org/schema/beans"
  806. <?xml version="1.0" encoding="UTF-8"?>
  807. <beans xmlns="http://www.springframework.org/schema/beans"
  808.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  809.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  810.     <bean name="user"  scope="prototype"></bean>
  811. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  812. <?xml version="1.0" encoding="UTF-8"?>
  813. <beans xmlns="http://www.springframework.org/schema/beans"
  814.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  815.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  816.     <bean name="user"  scope="prototype"></bean>
  817. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  818. <?xml version="1.0" encoding="UTF-8"?>
  819. <beans xmlns="http://www.springframework.org/schema/beans"
  820.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  821.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  822.     <bean name="user"  scope="prototype"></bean>
  823. </beans><bean name="user"  scope="singleton"></bean>
  824. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  825. <?xml version="1.0" encoding="UTF-8"?>
  826. <beans xmlns="http://www.springframework.org/schema/beans"
  827. <?xml version="1.0" encoding="UTF-8"?>
  828. <beans xmlns="http://www.springframework.org/schema/beans"
  829.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  830.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  831.     <bean name="user"  scope="prototype"></bean>
  832. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  833. <?xml version="1.0" encoding="UTF-8"?>
  834. <beans xmlns="http://www.springframework.org/schema/beans"
  835.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  836.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  837.     <bean name="user"  scope="prototype"></bean>
  838. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  839. <?xml version="1.0" encoding="UTF-8"?>
  840. <beans xmlns="http://www.springframework.org/schema/beans"
  841.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  842.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  843.     <bean name="user"  scope="prototype"></bean>
  844. </beans><bean name="user"  scope="singleton"></bean>
  845. </beans><bean name="user" ></bean>
  846. </beans><?xml version="1.0" encoding="UTF-8"?>
  847. <beans xmlns="http://www.springframework.org/schema/beans"
  848. <?xml version="1.0" encoding="UTF-8"?>
  849. <beans xmlns="http://www.springframework.org/schema/beans"
  850. <?xml version="1.0" encoding="UTF-8"?>
  851. <beans xmlns="http://www.springframework.org/schema/beans"
  852.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  853.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  854.     <bean name="user"  scope="prototype"></bean>
  855. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  856. <?xml version="1.0" encoding="UTF-8"?>
  857. <beans xmlns="http://www.springframework.org/schema/beans"
  858.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  859.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  860.     <bean name="user"  scope="prototype"></bean>
  861. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  862. <?xml version="1.0" encoding="UTF-8"?>
  863. <beans xmlns="http://www.springframework.org/schema/beans"
  864.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  865.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  866.     <bean name="user"  scope="prototype"></bean>
  867. </beans><bean name="user"  scope="singleton"></bean>
  868. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  869. <?xml version="1.0" encoding="UTF-8"?>
  870. <beans xmlns="http://www.springframework.org/schema/beans"
  871. <?xml version="1.0" encoding="UTF-8"?>
  872. <beans xmlns="http://www.springframework.org/schema/beans"
  873.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  874.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  875.     <bean name="user"  scope="prototype"></bean>
  876. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  877. <?xml version="1.0" encoding="UTF-8"?>
  878. <beans xmlns="http://www.springframework.org/schema/beans"
  879.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  880.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  881.     <bean name="user"  scope="prototype"></bean>
  882. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  883. <?xml version="1.0" encoding="UTF-8"?>
  884. <beans xmlns="http://www.springframework.org/schema/beans"
  885.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  886.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  887.     <bean name="user"  scope="prototype"></bean>
  888. </beans><bean name="user"  scope="singleton"></bean>
  889. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  890. <?xml version="1.0" encoding="UTF-8"?>
  891. <beans xmlns="http://www.springframework.org/schema/beans"
  892. <?xml version="1.0" encoding="UTF-8"?>
  893. <beans xmlns="http://www.springframework.org/schema/beans"
  894.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  895.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  896.     <bean name="user"  scope="prototype"></bean>
  897. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  898. <?xml version="1.0" encoding="UTF-8"?>
  899. <beans xmlns="http://www.springframework.org/schema/beans"
  900.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  901.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  902.     <bean name="user"  scope="prototype"></bean>
  903. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  904. <?xml version="1.0" encoding="UTF-8"?>
  905. <beans xmlns="http://www.springframework.org/schema/beans"
  906.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  907.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  908.     <bean name="user"  scope="prototype"></bean>
  909. </beans><bean name="user"  scope="singleton"></bean>
  910. </beans><bean name="user" ></bean>
  911. </beans>// 启动线程<?xml version="1.0" encoding="UTF-8"?>
  912. <beans xmlns="http://www.springframework.org/schema/beans"
  913. <?xml version="1.0" encoding="UTF-8"?>
  914. <beans xmlns="http://www.springframework.org/schema/beans"
  915. <?xml version="1.0" encoding="UTF-8"?>
  916. <beans xmlns="http://www.springframework.org/schema/beans"
  917.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  918.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  919.     <bean name="user"  scope="prototype"></bean>
  920. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  921. <?xml version="1.0" encoding="UTF-8"?>
  922. <beans xmlns="http://www.springframework.org/schema/beans"
  923.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  924.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  925.     <bean name="user"  scope="prototype"></bean>
  926. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  927. <?xml version="1.0" encoding="UTF-8"?>
  928. <beans xmlns="http://www.springframework.org/schema/beans"
  929.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  930.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  931.     <bean name="user"  scope="prototype"></bean>
  932. </beans><bean name="user"  scope="singleton"></bean>
  933. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  934. <?xml version="1.0" encoding="UTF-8"?>
  935. <beans xmlns="http://www.springframework.org/schema/beans"
  936. <?xml version="1.0" encoding="UTF-8"?>
  937. <beans xmlns="http://www.springframework.org/schema/beans"
  938.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  939.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  940.     <bean name="user"  scope="prototype"></bean>
  941. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  942. <?xml version="1.0" encoding="UTF-8"?>
  943. <beans xmlns="http://www.springframework.org/schema/beans"
  944.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  945.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  946.     <bean name="user"  scope="prototype"></bean>
  947. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  948. <?xml version="1.0" encoding="UTF-8"?>
  949. <beans xmlns="http://www.springframework.org/schema/beans"
  950.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  951.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  952.     <bean name="user"  scope="prototype"></bean>
  953. </beans><bean name="user"  scope="singleton"></bean>
  954. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  955. <?xml version="1.0" encoding="UTF-8"?>
  956. <beans xmlns="http://www.springframework.org/schema/beans"
  957. <?xml version="1.0" encoding="UTF-8"?>
  958. <beans xmlns="http://www.springframework.org/schema/beans"
  959.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  960.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  961.     <bean name="user"  scope="prototype"></bean>
  962. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  963. <?xml version="1.0" encoding="UTF-8"?>
  964. <beans xmlns="http://www.springframework.org/schema/beans"
  965.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  966.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  967.     <bean name="user"  scope="prototype"></bean>
  968. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  969. <?xml version="1.0" encoding="UTF-8"?>
  970. <beans xmlns="http://www.springframework.org/schema/beans"
  971.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  972.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  973.     <bean name="user"  scope="prototype"></bean>
  974. </beans><bean name="user"  scope="singleton"></bean>
  975. </beans><bean name="user" ></bean>
  976. </beans><?xml version="1.0" encoding="UTF-8"?>
  977. <beans xmlns="http://www.springframework.org/schema/beans"
  978. <?xml version="1.0" encoding="UTF-8"?>
  979. <beans xmlns="http://www.springframework.org/schema/beans"
  980. <?xml version="1.0" encoding="UTF-8"?>
  981. <beans xmlns="http://www.springframework.org/schema/beans"
  982.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  983.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  984.     <bean name="user"  scope="prototype"></bean>
  985. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  986. <?xml version="1.0" encoding="UTF-8"?>
  987. <beans xmlns="http://www.springframework.org/schema/beans"
  988.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  989.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  990.     <bean name="user"  scope="prototype"></bean>
  991. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  992. <?xml version="1.0" encoding="UTF-8"?>
  993. <beans xmlns="http://www.springframework.org/schema/beans"
  994.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  995.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  996.     <bean name="user"  scope="prototype"></bean>
  997. </beans><bean name="user"  scope="singleton"></bean>
  998. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  999. <?xml version="1.0" encoding="UTF-8"?>
  1000. <beans xmlns="http://www.springframework.org/schema/beans"
  1001. <?xml version="1.0" encoding="UTF-8"?>
  1002. <beans xmlns="http://www.springframework.org/schema/beans"
  1003.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1004.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1005.     <bean name="user"  scope="prototype"></bean>
  1006. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1007. <?xml version="1.0" encoding="UTF-8"?>
  1008. <beans xmlns="http://www.springframework.org/schema/beans"
  1009.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1010.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1011.     <bean name="user"  scope="prototype"></bean>
  1012. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1013. <?xml version="1.0" encoding="UTF-8"?>
  1014. <beans xmlns="http://www.springframework.org/schema/beans"
  1015.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1016.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1017.     <bean name="user"  scope="prototype"></bean>
  1018. </beans><bean name="user"  scope="singleton"></bean>
  1019. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1020. <?xml version="1.0" encoding="UTF-8"?>
  1021. <beans xmlns="http://www.springframework.org/schema/beans"
  1022. <?xml version="1.0" encoding="UTF-8"?>
  1023. <beans xmlns="http://www.springframework.org/schema/beans"
  1024.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1025.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1026.     <bean name="user"  scope="prototype"></bean>
  1027. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1028. <?xml version="1.0" encoding="UTF-8"?>
  1029. <beans xmlns="http://www.springframework.org/schema/beans"
  1030.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1031.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1032.     <bean name="user"  scope="prototype"></bean>
  1033. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1034. <?xml version="1.0" encoding="UTF-8"?>
  1035. <beans xmlns="http://www.springframework.org/schema/beans"
  1036.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1037.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1038.     <bean name="user"  scope="prototype"></bean>
  1039. </beans><bean name="user"  scope="singleton"></bean>
  1040. </beans><bean name="user" ></bean>
  1041. </beans>new Thread(new Runnable() {<?xml version="1.0" encoding="UTF-8"?>
  1042. <beans xmlns="http://www.springframework.org/schema/beans"
  1043. <?xml version="1.0" encoding="UTF-8"?>
  1044. <beans xmlns="http://www.springframework.org/schema/beans"
  1045. <?xml version="1.0" encoding="UTF-8"?>
  1046. <beans xmlns="http://www.springframework.org/schema/beans"
  1047.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1048.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1049.     <bean name="user"  scope="prototype"></bean>
  1050. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1051. <?xml version="1.0" encoding="UTF-8"?>
  1052. <beans xmlns="http://www.springframework.org/schema/beans"
  1053.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1054.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1055.     <bean name="user"  scope="prototype"></bean>
  1056. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1057. <?xml version="1.0" encoding="UTF-8"?>
  1058. <beans xmlns="http://www.springframework.org/schema/beans"
  1059.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1060.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1061.     <bean name="user"  scope="prototype"></bean>
  1062. </beans><bean name="user"  scope="singleton"></bean>
  1063. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1064. <?xml version="1.0" encoding="UTF-8"?>
  1065. <beans xmlns="http://www.springframework.org/schema/beans"
  1066. <?xml version="1.0" encoding="UTF-8"?>
  1067. <beans xmlns="http://www.springframework.org/schema/beans"
  1068.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1069.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1070.     <bean name="user"  scope="prototype"></bean>
  1071. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1072. <?xml version="1.0" encoding="UTF-8"?>
  1073. <beans xmlns="http://www.springframework.org/schema/beans"
  1074.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1075.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1076.     <bean name="user"  scope="prototype"></bean>
  1077. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1078. <?xml version="1.0" encoding="UTF-8"?>
  1079. <beans xmlns="http://www.springframework.org/schema/beans"
  1080.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1081.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1082.     <bean name="user"  scope="prototype"></bean>
  1083. </beans><bean name="user"  scope="singleton"></bean>
  1084. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1085. <?xml version="1.0" encoding="UTF-8"?>
  1086. <beans xmlns="http://www.springframework.org/schema/beans"
  1087. <?xml version="1.0" encoding="UTF-8"?>
  1088. <beans xmlns="http://www.springframework.org/schema/beans"
  1089.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1090.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1091.     <bean name="user"  scope="prototype"></bean>
  1092. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1093. <?xml version="1.0" encoding="UTF-8"?>
  1094. <beans xmlns="http://www.springframework.org/schema/beans"
  1095.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1096.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1097.     <bean name="user"  scope="prototype"></bean>
  1098. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1099. <?xml version="1.0" encoding="UTF-8"?>
  1100. <beans xmlns="http://www.springframework.org/schema/beans"
  1101.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1102.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1103.     <bean name="user"  scope="prototype"></bean>
  1104. </beans><bean name="user"  scope="singleton"></bean>
  1105. </beans><bean name="user" ></bean>
  1106. </beans><?xml version="1.0" encoding="UTF-8"?>
  1107. <beans xmlns="http://www.springframework.org/schema/beans"
  1108. <?xml version="1.0" encoding="UTF-8"?>
  1109. <beans xmlns="http://www.springframework.org/schema/beans"
  1110. <?xml version="1.0" encoding="UTF-8"?>
  1111. <beans xmlns="http://www.springframework.org/schema/beans"
  1112.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1113.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1114.     <bean name="user"  scope="prototype"></bean>
  1115. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1116. <?xml version="1.0" encoding="UTF-8"?>
  1117. <beans xmlns="http://www.springframework.org/schema/beans"
  1118.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1119.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1120.     <bean name="user"  scope="prototype"></bean>
  1121. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1122. <?xml version="1.0" encoding="UTF-8"?>
  1123. <beans xmlns="http://www.springframework.org/schema/beans"
  1124.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1125.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1126.     <bean name="user"  scope="prototype"></bean>
  1127. </beans><bean name="user"  scope="singleton"></bean>
  1128. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1129. <?xml version="1.0" encoding="UTF-8"?>
  1130. <beans xmlns="http://www.springframework.org/schema/beans"
  1131. <?xml version="1.0" encoding="UTF-8"?>
  1132. <beans xmlns="http://www.springframework.org/schema/beans"
  1133.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1134.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1135.     <bean name="user"  scope="prototype"></bean>
  1136. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1137. <?xml version="1.0" encoding="UTF-8"?>
  1138. <beans xmlns="http://www.springframework.org/schema/beans"
  1139.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1140.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1141.     <bean name="user"  scope="prototype"></bean>
  1142. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1143. <?xml version="1.0" encoding="UTF-8"?>
  1144. <beans xmlns="http://www.springframework.org/schema/beans"
  1145.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1146.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1147.     <bean name="user"  scope="prototype"></bean>
  1148. </beans><bean name="user"  scope="singleton"></bean>
  1149. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1150. <?xml version="1.0" encoding="UTF-8"?>
  1151. <beans xmlns="http://www.springframework.org/schema/beans"
  1152. <?xml version="1.0" encoding="UTF-8"?>
  1153. <beans xmlns="http://www.springframework.org/schema/beans"
  1154.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1155.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1156.     <bean name="user"  scope="prototype"></bean>
  1157. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1158. <?xml version="1.0" encoding="UTF-8"?>
  1159. <beans xmlns="http://www.springframework.org/schema/beans"
  1160.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1161.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1162.     <bean name="user"  scope="prototype"></bean>
  1163. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1164. <?xml version="1.0" encoding="UTF-8"?>
  1165. <beans xmlns="http://www.springframework.org/schema/beans"
  1166.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1167.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1168.     <bean name="user"  scope="prototype"></bean>
  1169. </beans><bean name="user"  scope="singleton"></bean>
  1170. </beans><bean name="user" ></bean>
  1171. </beans><?xml version="1.0" encoding="UTF-8"?>
  1172. <beans xmlns="http://www.springframework.org/schema/beans"
  1173. <?xml version="1.0" encoding="UTF-8"?>
  1174. <beans xmlns="http://www.springframework.org/schema/beans"
  1175. <?xml version="1.0" encoding="UTF-8"?>
  1176. <beans xmlns="http://www.springframework.org/schema/beans"
  1177.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1178.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1179.     <bean name="user"  scope="prototype"></bean>
  1180. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1181. <?xml version="1.0" encoding="UTF-8"?>
  1182. <beans xmlns="http://www.springframework.org/schema/beans"
  1183.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1184.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1185.     <bean name="user"  scope="prototype"></bean>
  1186. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1187. <?xml version="1.0" encoding="UTF-8"?>
  1188. <beans xmlns="http://www.springframework.org/schema/beans"
  1189.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1190.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1191.     <bean name="user"  scope="prototype"></bean>
  1192. </beans><bean name="user"  scope="singleton"></bean>
  1193. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1194. <?xml version="1.0" encoding="UTF-8"?>
  1195. <beans xmlns="http://www.springframework.org/schema/beans"
  1196. <?xml version="1.0" encoding="UTF-8"?>
  1197. <beans xmlns="http://www.springframework.org/schema/beans"
  1198.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1199.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1200.     <bean name="user"  scope="prototype"></bean>
  1201. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1202. <?xml version="1.0" encoding="UTF-8"?>
  1203. <beans xmlns="http://www.springframework.org/schema/beans"
  1204.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1205.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1206.     <bean name="user"  scope="prototype"></bean>
  1207. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1208. <?xml version="1.0" encoding="UTF-8"?>
  1209. <beans xmlns="http://www.springframework.org/schema/beans"
  1210.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1211.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1212.     <bean name="user"  scope="prototype"></bean>
  1213. </beans><bean name="user"  scope="singleton"></bean>
  1214. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1215. <?xml version="1.0" encoding="UTF-8"?>
  1216. <beans xmlns="http://www.springframework.org/schema/beans"
  1217. <?xml version="1.0" encoding="UTF-8"?>
  1218. <beans xmlns="http://www.springframework.org/schema/beans"
  1219.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1220.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1221.     <bean name="user"  scope="prototype"></bean>
  1222. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1223. <?xml version="1.0" encoding="UTF-8"?>
  1224. <beans xmlns="http://www.springframework.org/schema/beans"
  1225.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1226.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1227.     <bean name="user"  scope="prototype"></bean>
  1228. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1229. <?xml version="1.0" encoding="UTF-8"?>
  1230. <beans xmlns="http://www.springframework.org/schema/beans"
  1231.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1232.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1233.     <bean name="user"  scope="prototype"></bean>
  1234. </beans><bean name="user"  scope="singleton"></bean>
  1235. </beans><bean name="user" ></bean>
  1236. </beans>@Override<?xml version="1.0" encoding="UTF-8"?>
  1237. <beans xmlns="http://www.springframework.org/schema/beans"
  1238. <?xml version="1.0" encoding="UTF-8"?>
  1239. <beans xmlns="http://www.springframework.org/schema/beans"
  1240. <?xml version="1.0" encoding="UTF-8"?>
  1241. <beans xmlns="http://www.springframework.org/schema/beans"
  1242.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1243.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1244.     <bean name="user"  scope="prototype"></bean>
  1245. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1246. <?xml version="1.0" encoding="UTF-8"?>
  1247. <beans xmlns="http://www.springframework.org/schema/beans"
  1248.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1249.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1250.     <bean name="user"  scope="prototype"></bean>
  1251. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1252. <?xml version="1.0" encoding="UTF-8"?>
  1253. <beans xmlns="http://www.springframework.org/schema/beans"
  1254.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1255.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1256.     <bean name="user"  scope="prototype"></bean>
  1257. </beans><bean name="user"  scope="singleton"></bean>
  1258. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1259. <?xml version="1.0" encoding="UTF-8"?>
  1260. <beans xmlns="http://www.springframework.org/schema/beans"
  1261. <?xml version="1.0" encoding="UTF-8"?>
  1262. <beans xmlns="http://www.springframework.org/schema/beans"
  1263.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1264.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1265.     <bean name="user"  scope="prototype"></bean>
  1266. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1267. <?xml version="1.0" encoding="UTF-8"?>
  1268. <beans xmlns="http://www.springframework.org/schema/beans"
  1269.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1270.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1271.     <bean name="user"  scope="prototype"></bean>
  1272. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1273. <?xml version="1.0" encoding="UTF-8"?>
  1274. <beans xmlns="http://www.springframework.org/schema/beans"
  1275.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1276.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1277.     <bean name="user"  scope="prototype"></bean>
  1278. </beans><bean name="user"  scope="singleton"></bean>
  1279. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1280. <?xml version="1.0" encoding="UTF-8"?>
  1281. <beans xmlns="http://www.springframework.org/schema/beans"
  1282. <?xml version="1.0" encoding="UTF-8"?>
  1283. <beans xmlns="http://www.springframework.org/schema/beans"
  1284.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1285.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1286.     <bean name="user"  scope="prototype"></bean>
  1287. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1288. <?xml version="1.0" encoding="UTF-8"?>
  1289. <beans xmlns="http://www.springframework.org/schema/beans"
  1290.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1291.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1292.     <bean name="user"  scope="prototype"></bean>
  1293. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1294. <?xml version="1.0" encoding="UTF-8"?>
  1295. <beans xmlns="http://www.springframework.org/schema/beans"
  1296.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1297.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1298.     <bean name="user"  scope="prototype"></bean>
  1299. </beans><bean name="user"  scope="singleton"></bean>
  1300. </beans><bean name="user" ></bean>
  1301. </beans><?xml version="1.0" encoding="UTF-8"?>
  1302. <beans xmlns="http://www.springframework.org/schema/beans"
  1303. <?xml version="1.0" encoding="UTF-8"?>
  1304. <beans xmlns="http://www.springframework.org/schema/beans"
  1305. <?xml version="1.0" encoding="UTF-8"?>
  1306. <beans xmlns="http://www.springframework.org/schema/beans"
  1307.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1308.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1309.     <bean name="user"  scope="prototype"></bean>
  1310. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1311. <?xml version="1.0" encoding="UTF-8"?>
  1312. <beans xmlns="http://www.springframework.org/schema/beans"
  1313.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1314.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1315.     <bean name="user"  scope="prototype"></bean>
  1316. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1317. <?xml version="1.0" encoding="UTF-8"?>
  1318. <beans xmlns="http://www.springframework.org/schema/beans"
  1319.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1320.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1321.     <bean name="user"  scope="prototype"></bean>
  1322. </beans><bean name="user"  scope="singleton"></bean>
  1323. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1324. <?xml version="1.0" encoding="UTF-8"?>
  1325. <beans xmlns="http://www.springframework.org/schema/beans"
  1326. <?xml version="1.0" encoding="UTF-8"?>
  1327. <beans xmlns="http://www.springframework.org/schema/beans"
  1328.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1329.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1330.     <bean name="user"  scope="prototype"></bean>
  1331. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1332. <?xml version="1.0" encoding="UTF-8"?>
  1333. <beans xmlns="http://www.springframework.org/schema/beans"
  1334.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1335.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1336.     <bean name="user"  scope="prototype"></bean>
  1337. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1338. <?xml version="1.0" encoding="UTF-8"?>
  1339. <beans xmlns="http://www.springframework.org/schema/beans"
  1340.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1341.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1342.     <bean name="user"  scope="prototype"></bean>
  1343. </beans><bean name="user"  scope="singleton"></bean>
  1344. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1345. <?xml version="1.0" encoding="UTF-8"?>
  1346. <beans xmlns="http://www.springframework.org/schema/beans"
  1347. <?xml version="1.0" encoding="UTF-8"?>
  1348. <beans xmlns="http://www.springframework.org/schema/beans"
  1349.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1350.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1351.     <bean name="user"  scope="prototype"></bean>
  1352. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1353. <?xml version="1.0" encoding="UTF-8"?>
  1354. <beans xmlns="http://www.springframework.org/schema/beans"
  1355.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1356.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1357.     <bean name="user"  scope="prototype"></bean>
  1358. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1359. <?xml version="1.0" encoding="UTF-8"?>
  1360. <beans xmlns="http://www.springframework.org/schema/beans"
  1361.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1362.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1363.     <bean name="user"  scope="prototype"></bean>
  1364. </beans><bean name="user"  scope="singleton"></bean>
  1365. </beans><bean name="user" ></bean>
  1366. </beans><?xml version="1.0" encoding="UTF-8"?>
  1367. <beans xmlns="http://www.springframework.org/schema/beans"
  1368. <?xml version="1.0" encoding="UTF-8"?>
  1369. <beans xmlns="http://www.springframework.org/schema/beans"
  1370. <?xml version="1.0" encoding="UTF-8"?>
  1371. <beans xmlns="http://www.springframework.org/schema/beans"
  1372.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1373.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1374.     <bean name="user"  scope="prototype"></bean>
  1375. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1376. <?xml version="1.0" encoding="UTF-8"?>
  1377. <beans xmlns="http://www.springframework.org/schema/beans"
  1378.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1379.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1380.     <bean name="user"  scope="prototype"></bean>
  1381. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1382. <?xml version="1.0" encoding="UTF-8"?>
  1383. <beans xmlns="http://www.springframework.org/schema/beans"
  1384.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1385.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1386.     <bean name="user"  scope="prototype"></bean>
  1387. </beans><bean name="user"  scope="singleton"></bean>
  1388. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1389. <?xml version="1.0" encoding="UTF-8"?>
  1390. <beans xmlns="http://www.springframework.org/schema/beans"
  1391. <?xml version="1.0" encoding="UTF-8"?>
  1392. <beans xmlns="http://www.springframework.org/schema/beans"
  1393.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1394.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1395.     <bean name="user"  scope="prototype"></bean>
  1396. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1397. <?xml version="1.0" encoding="UTF-8"?>
  1398. <beans xmlns="http://www.springframework.org/schema/beans"
  1399.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1400.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1401.     <bean name="user"  scope="prototype"></bean>
  1402. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1403. <?xml version="1.0" encoding="UTF-8"?>
  1404. <beans xmlns="http://www.springframework.org/schema/beans"
  1405.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1406.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1407.     <bean name="user"  scope="prototype"></bean>
  1408. </beans><bean name="user"  scope="singleton"></bean>
  1409. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1410. <?xml version="1.0" encoding="UTF-8"?>
  1411. <beans xmlns="http://www.springframework.org/schema/beans"
  1412. <?xml version="1.0" encoding="UTF-8"?>
  1413. <beans xmlns="http://www.springframework.org/schema/beans"
  1414.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1415.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1416.     <bean name="user"  scope="prototype"></bean>
  1417. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1418. <?xml version="1.0" encoding="UTF-8"?>
  1419. <beans xmlns="http://www.springframework.org/schema/beans"
  1420.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1421.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1422.     <bean name="user"  scope="prototype"></bean>
  1423. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1424. <?xml version="1.0" encoding="UTF-8"?>
  1425. <beans xmlns="http://www.springframework.org/schema/beans"
  1426.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1427.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1428.     <bean name="user"  scope="prototype"></bean>
  1429. </beans><bean name="user"  scope="singleton"></bean>
  1430. </beans><bean name="user" ></bean>
  1431. </beans>public void run() {<?xml version="1.0" encoding="UTF-8"?>
  1432. <beans xmlns="http://www.springframework.org/schema/beans"
  1433. <?xml version="1.0" encoding="UTF-8"?>
  1434. <beans xmlns="http://www.springframework.org/schema/beans"
  1435. <?xml version="1.0" encoding="UTF-8"?>
  1436. <beans xmlns="http://www.springframework.org/schema/beans"
  1437.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1438.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1439.     <bean name="user"  scope="prototype"></bean>
  1440. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1441. <?xml version="1.0" encoding="UTF-8"?>
  1442. <beans xmlns="http://www.springframework.org/schema/beans"
  1443.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1444.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1445.     <bean name="user"  scope="prototype"></bean>
  1446. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1447. <?xml version="1.0" encoding="UTF-8"?>
  1448. <beans xmlns="http://www.springframework.org/schema/beans"
  1449.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1450.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1451.     <bean name="user"  scope="prototype"></bean>
  1452. </beans><bean name="user"  scope="singleton"></bean>
  1453. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1454. <?xml version="1.0" encoding="UTF-8"?>
  1455. <beans xmlns="http://www.springframework.org/schema/beans"
  1456. <?xml version="1.0" encoding="UTF-8"?>
  1457. <beans xmlns="http://www.springframework.org/schema/beans"
  1458.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1459.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1460.     <bean name="user"  scope="prototype"></bean>
  1461. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1462. <?xml version="1.0" encoding="UTF-8"?>
  1463. <beans xmlns="http://www.springframework.org/schema/beans"
  1464.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1465.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1466.     <bean name="user"  scope="prototype"></bean>
  1467. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1468. <?xml version="1.0" encoding="UTF-8"?>
  1469. <beans xmlns="http://www.springframework.org/schema/beans"
  1470.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1471.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1472.     <bean name="user"  scope="prototype"></bean>
  1473. </beans><bean name="user"  scope="singleton"></bean>
  1474. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1475. <?xml version="1.0" encoding="UTF-8"?>
  1476. <beans xmlns="http://www.springframework.org/schema/beans"
  1477. <?xml version="1.0" encoding="UTF-8"?>
  1478. <beans xmlns="http://www.springframework.org/schema/beans"
  1479.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1480.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1481.     <bean name="user"  scope="prototype"></bean>
  1482. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1483. <?xml version="1.0" encoding="UTF-8"?>
  1484. <beans xmlns="http://www.springframework.org/schema/beans"
  1485.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1486.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1487.     <bean name="user"  scope="prototype"></bean>
  1488. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1489. <?xml version="1.0" encoding="UTF-8"?>
  1490. <beans xmlns="http://www.springframework.org/schema/beans"
  1491.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1492.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1493.     <bean name="user"  scope="prototype"></bean>
  1494. </beans><bean name="user"  scope="singleton"></bean>
  1495. </beans><bean name="user" ></bean>
  1496. </beans><?xml version="1.0" encoding="UTF-8"?>
  1497. <beans xmlns="http://www.springframework.org/schema/beans"
  1498. <?xml version="1.0" encoding="UTF-8"?>
  1499. <beans xmlns="http://www.springframework.org/schema/beans"
  1500. <?xml version="1.0" encoding="UTF-8"?>
  1501. <beans xmlns="http://www.springframework.org/schema/beans"
  1502.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1503.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1504.     <bean name="user"  scope="prototype"></bean>
  1505. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1506. <?xml version="1.0" encoding="UTF-8"?>
  1507. <beans xmlns="http://www.springframework.org/schema/beans"
  1508.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1509.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1510.     <bean name="user"  scope="prototype"></bean>
  1511. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1512. <?xml version="1.0" encoding="UTF-8"?>
  1513. <beans xmlns="http://www.springframework.org/schema/beans"
  1514.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1515.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1516.     <bean name="user"  scope="prototype"></bean>
  1517. </beans><bean name="user"  scope="singleton"></bean>
  1518. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1519. <?xml version="1.0" encoding="UTF-8"?>
  1520. <beans xmlns="http://www.springframework.org/schema/beans"
  1521. <?xml version="1.0" encoding="UTF-8"?>
  1522. <beans xmlns="http://www.springframework.org/schema/beans"
  1523.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1524.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1525.     <bean name="user"  scope="prototype"></bean>
  1526. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1527. <?xml version="1.0" encoding="UTF-8"?>
  1528. <beans xmlns="http://www.springframework.org/schema/beans"
  1529.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1530.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1531.     <bean name="user"  scope="prototype"></bean>
  1532. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1533. <?xml version="1.0" encoding="UTF-8"?>
  1534. <beans xmlns="http://www.springframework.org/schema/beans"
  1535.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1536.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1537.     <bean name="user"  scope="prototype"></bean>
  1538. </beans><bean name="user"  scope="singleton"></bean>
  1539. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1540. <?xml version="1.0" encoding="UTF-8"?>
  1541. <beans xmlns="http://www.springframework.org/schema/beans"
  1542. <?xml version="1.0" encoding="UTF-8"?>
  1543. <beans xmlns="http://www.springframework.org/schema/beans"
  1544.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1545.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1546.     <bean name="user"  scope="prototype"></bean>
  1547. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1548. <?xml version="1.0" encoding="UTF-8"?>
  1549. <beans xmlns="http://www.springframework.org/schema/beans"
  1550.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1551.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1552.     <bean name="user"  scope="prototype"></bean>
  1553. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1554. <?xml version="1.0" encoding="UTF-8"?>
  1555. <beans xmlns="http://www.springframework.org/schema/beans"
  1556.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1557.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1558.     <bean name="user"  scope="prototype"></bean>
  1559. </beans><bean name="user"  scope="singleton"></bean>
  1560. </beans><bean name="user" ></bean>
  1561. </beans><?xml version="1.0" encoding="UTF-8"?>
  1562. <beans xmlns="http://www.springframework.org/schema/beans"
  1563. <?xml version="1.0" encoding="UTF-8"?>
  1564. <beans xmlns="http://www.springframework.org/schema/beans"
  1565. <?xml version="1.0" encoding="UTF-8"?>
  1566. <beans xmlns="http://www.springframework.org/schema/beans"
  1567.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1568.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1569.     <bean name="user"  scope="prototype"></bean>
  1570. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1571. <?xml version="1.0" encoding="UTF-8"?>
  1572. <beans xmlns="http://www.springframework.org/schema/beans"
  1573.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1574.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1575.     <bean name="user"  scope="prototype"></bean>
  1576. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1577. <?xml version="1.0" encoding="UTF-8"?>
  1578. <beans xmlns="http://www.springframework.org/schema/beans"
  1579.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1580.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1581.     <bean name="user"  scope="prototype"></bean>
  1582. </beans><bean name="user"  scope="singleton"></bean>
  1583. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1584. <?xml version="1.0" encoding="UTF-8"?>
  1585. <beans xmlns="http://www.springframework.org/schema/beans"
  1586. <?xml version="1.0" encoding="UTF-8"?>
  1587. <beans xmlns="http://www.springframework.org/schema/beans"
  1588.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1589.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1590.     <bean name="user"  scope="prototype"></bean>
  1591. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1592. <?xml version="1.0" encoding="UTF-8"?>
  1593. <beans xmlns="http://www.springframework.org/schema/beans"
  1594.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1595.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1596.     <bean name="user"  scope="prototype"></bean>
  1597. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1598. <?xml version="1.0" encoding="UTF-8"?>
  1599. <beans xmlns="http://www.springframework.org/schema/beans"
  1600.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1601.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1602.     <bean name="user"  scope="prototype"></bean>
  1603. </beans><bean name="user"  scope="singleton"></bean>
  1604. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1605. <?xml version="1.0" encoding="UTF-8"?>
  1606. <beans xmlns="http://www.springframework.org/schema/beans"
  1607. <?xml version="1.0" encoding="UTF-8"?>
  1608. <beans xmlns="http://www.springframework.org/schema/beans"
  1609.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1610.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1611.     <bean name="user"  scope="prototype"></bean>
  1612. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1613. <?xml version="1.0" encoding="UTF-8"?>
  1614. <beans xmlns="http://www.springframework.org/schema/beans"
  1615.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1616.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1617.     <bean name="user"  scope="prototype"></bean>
  1618. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1619. <?xml version="1.0" encoding="UTF-8"?>
  1620. <beans xmlns="http://www.springframework.org/schema/beans"
  1621.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1622.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1623.     <bean name="user"  scope="prototype"></bean>
  1624. </beans><bean name="user"  scope="singleton"></bean>
  1625. </beans><bean name="user" ></bean>
  1626. </beans><?xml version="1.0" encoding="UTF-8"?>
  1627. <beans xmlns="http://www.springframework.org/schema/beans"
  1628. <?xml version="1.0" encoding="UTF-8"?>
  1629. <beans xmlns="http://www.springframework.org/schema/beans"
  1630. <?xml version="1.0" encoding="UTF-8"?>
  1631. <beans xmlns="http://www.springframework.org/schema/beans"
  1632.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1633.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1634.     <bean name="user"  scope="prototype"></bean>
  1635. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1636. <?xml version="1.0" encoding="UTF-8"?>
  1637. <beans xmlns="http://www.springframework.org/schema/beans"
  1638.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1639.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1640.     <bean name="user"  scope="prototype"></bean>
  1641. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1642. <?xml version="1.0" encoding="UTF-8"?>
  1643. <beans xmlns="http://www.springframework.org/schema/beans"
  1644.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1645.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1646.     <bean name="user"  scope="prototype"></bean>
  1647. </beans><bean name="user"  scope="singleton"></bean>
  1648. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1649. <?xml version="1.0" encoding="UTF-8"?>
  1650. <beans xmlns="http://www.springframework.org/schema/beans"
  1651. <?xml version="1.0" encoding="UTF-8"?>
  1652. <beans xmlns="http://www.springframework.org/schema/beans"
  1653.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1654.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1655.     <bean name="user"  scope="prototype"></bean>
  1656. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1657. <?xml version="1.0" encoding="UTF-8"?>
  1658. <beans xmlns="http://www.springframework.org/schema/beans"
  1659.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1660.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1661.     <bean name="user"  scope="prototype"></bean>
  1662. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1663. <?xml version="1.0" encoding="UTF-8"?>
  1664. <beans xmlns="http://www.springframework.org/schema/beans"
  1665.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1666.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1667.     <bean name="user"  scope="prototype"></bean>
  1668. </beans><bean name="user"  scope="singleton"></bean>
  1669. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1670. <?xml version="1.0" encoding="UTF-8"?>
  1671. <beans xmlns="http://www.springframework.org/schema/beans"
  1672. <?xml version="1.0" encoding="UTF-8"?>
  1673. <beans xmlns="http://www.springframework.org/schema/beans"
  1674.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1675.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1676.     <bean name="user"  scope="prototype"></bean>
  1677. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1678. <?xml version="1.0" encoding="UTF-8"?>
  1679. <beans xmlns="http://www.springframework.org/schema/beans"
  1680.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1681.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1682.     <bean name="user"  scope="prototype"></bean>
  1683. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1684. <?xml version="1.0" encoding="UTF-8"?>
  1685. <beans xmlns="http://www.springframework.org/schema/beans"
  1686.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1687.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1688.     <bean name="user"  scope="prototype"></bean>
  1689. </beans><bean name="user"  scope="singleton"></bean>
  1690. </beans><bean name="user" ></bean>
  1691. </beans>User user2 = applicationContext.getBean("user", User.class);<?xml version="1.0" encoding="UTF-8"?>
  1692. <beans xmlns="http://www.springframework.org/schema/beans"
  1693. <?xml version="1.0" encoding="UTF-8"?>
  1694. <beans xmlns="http://www.springframework.org/schema/beans"
  1695. <?xml version="1.0" encoding="UTF-8"?>
  1696. <beans xmlns="http://www.springframework.org/schema/beans"
  1697.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1698.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1699.     <bean name="user"  scope="prototype"></bean>
  1700. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1701. <?xml version="1.0" encoding="UTF-8"?>
  1702. <beans xmlns="http://www.springframework.org/schema/beans"
  1703.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1704.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1705.     <bean name="user"  scope="prototype"></bean>
  1706. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1707. <?xml version="1.0" encoding="UTF-8"?>
  1708. <beans xmlns="http://www.springframework.org/schema/beans"
  1709.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1710.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1711.     <bean name="user"  scope="prototype"></bean>
  1712. </beans><bean name="user"  scope="singleton"></bean>
  1713. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1714. <?xml version="1.0" encoding="UTF-8"?>
  1715. <beans xmlns="http://www.springframework.org/schema/beans"
  1716. <?xml version="1.0" encoding="UTF-8"?>
  1717. <beans xmlns="http://www.springframework.org/schema/beans"
  1718.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1719.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1720.     <bean name="user"  scope="prototype"></bean>
  1721. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1722. <?xml version="1.0" encoding="UTF-8"?>
  1723. <beans xmlns="http://www.springframework.org/schema/beans"
  1724.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1725.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1726.     <bean name="user"  scope="prototype"></bean>
  1727. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1728. <?xml version="1.0" encoding="UTF-8"?>
  1729. <beans xmlns="http://www.springframework.org/schema/beans"
  1730.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1731.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1732.     <bean name="user"  scope="prototype"></bean>
  1733. </beans><bean name="user"  scope="singleton"></bean>
  1734. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1735. <?xml version="1.0" encoding="UTF-8"?>
  1736. <beans xmlns="http://www.springframework.org/schema/beans"
  1737. <?xml version="1.0" encoding="UTF-8"?>
  1738. <beans xmlns="http://www.springframework.org/schema/beans"
  1739.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1740.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1741.     <bean name="user"  scope="prototype"></bean>
  1742. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1743. <?xml version="1.0" encoding="UTF-8"?>
  1744. <beans xmlns="http://www.springframework.org/schema/beans"
  1745.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1746.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1747.     <bean name="user"  scope="prototype"></bean>
  1748. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1749. <?xml version="1.0" encoding="UTF-8"?>
  1750. <beans xmlns="http://www.springframework.org/schema/beans"
  1751.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1752.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1753.     <bean name="user"  scope="prototype"></bean>
  1754. </beans><bean name="user"  scope="singleton"></bean>
  1755. </beans><bean name="user" ></bean>
  1756. </beans><?xml version="1.0" encoding="UTF-8"?>
  1757. <beans xmlns="http://www.springframework.org/schema/beans"
  1758. <?xml version="1.0" encoding="UTF-8"?>
  1759. <beans xmlns="http://www.springframework.org/schema/beans"
  1760. <?xml version="1.0" encoding="UTF-8"?>
  1761. <beans xmlns="http://www.springframework.org/schema/beans"
  1762.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1763.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1764.     <bean name="user"  scope="prototype"></bean>
  1765. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1766. <?xml version="1.0" encoding="UTF-8"?>
  1767. <beans xmlns="http://www.springframework.org/schema/beans"
  1768.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1769.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1770.     <bean name="user"  scope="prototype"></bean>
  1771. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1772. <?xml version="1.0" encoding="UTF-8"?>
  1773. <beans xmlns="http://www.springframework.org/schema/beans"
  1774.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1775.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1776.     <bean name="user"  scope="prototype"></bean>
  1777. </beans><bean name="user"  scope="singleton"></bean>
  1778. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1779. <?xml version="1.0" encoding="UTF-8"?>
  1780. <beans xmlns="http://www.springframework.org/schema/beans"
  1781. <?xml version="1.0" encoding="UTF-8"?>
  1782. <beans xmlns="http://www.springframework.org/schema/beans"
  1783.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1784.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1785.     <bean name="user"  scope="prototype"></bean>
  1786. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1787. <?xml version="1.0" encoding="UTF-8"?>
  1788. <beans xmlns="http://www.springframework.org/schema/beans"
  1789.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1790.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1791.     <bean name="user"  scope="prototype"></bean>
  1792. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1793. <?xml version="1.0" encoding="UTF-8"?>
  1794. <beans xmlns="http://www.springframework.org/schema/beans"
  1795.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1796.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1797.     <bean name="user"  scope="prototype"></bean>
  1798. </beans><bean name="user"  scope="singleton"></bean>
  1799. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1800. <?xml version="1.0" encoding="UTF-8"?>
  1801. <beans xmlns="http://www.springframework.org/schema/beans"
  1802. <?xml version="1.0" encoding="UTF-8"?>
  1803. <beans xmlns="http://www.springframework.org/schema/beans"
  1804.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1805.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1806.     <bean name="user"  scope="prototype"></bean>
  1807. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1808. <?xml version="1.0" encoding="UTF-8"?>
  1809. <beans xmlns="http://www.springframework.org/schema/beans"
  1810.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1811.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1812.     <bean name="user"  scope="prototype"></bean>
  1813. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1814. <?xml version="1.0" encoding="UTF-8"?>
  1815. <beans xmlns="http://www.springframework.org/schema/beans"
  1816.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1817.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1818.     <bean name="user"  scope="prototype"></bean>
  1819. </beans><bean name="user"  scope="singleton"></bean>
  1820. </beans><bean name="user" ></bean>
  1821. </beans><?xml version="1.0" encoding="UTF-8"?>
  1822. <beans xmlns="http://www.springframework.org/schema/beans"
  1823. <?xml version="1.0" encoding="UTF-8"?>
  1824. <beans xmlns="http://www.springframework.org/schema/beans"
  1825. <?xml version="1.0" encoding="UTF-8"?>
  1826. <beans xmlns="http://www.springframework.org/schema/beans"
  1827.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1828.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1829.     <bean name="user"  scope="prototype"></bean>
  1830. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1831. <?xml version="1.0" encoding="UTF-8"?>
  1832. <beans xmlns="http://www.springframework.org/schema/beans"
  1833.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1834.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1835.     <bean name="user"  scope="prototype"></bean>
  1836. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1837. <?xml version="1.0" encoding="UTF-8"?>
  1838. <beans xmlns="http://www.springframework.org/schema/beans"
  1839.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1840.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1841.     <bean name="user"  scope="prototype"></bean>
  1842. </beans><bean name="user"  scope="singleton"></bean>
  1843. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1844. <?xml version="1.0" encoding="UTF-8"?>
  1845. <beans xmlns="http://www.springframework.org/schema/beans"
  1846. <?xml version="1.0" encoding="UTF-8"?>
  1847. <beans xmlns="http://www.springframework.org/schema/beans"
  1848.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1849.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1850.     <bean name="user"  scope="prototype"></bean>
  1851. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1852. <?xml version="1.0" encoding="UTF-8"?>
  1853. <beans xmlns="http://www.springframework.org/schema/beans"
  1854.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1855.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1856.     <bean name="user"  scope="prototype"></bean>
  1857. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1858. <?xml version="1.0" encoding="UTF-8"?>
  1859. <beans xmlns="http://www.springframework.org/schema/beans"
  1860.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1861.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1862.     <bean name="user"  scope="prototype"></bean>
  1863. </beans><bean name="user"  scope="singleton"></bean>
  1864. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1865. <?xml version="1.0" encoding="UTF-8"?>
  1866. <beans xmlns="http://www.springframework.org/schema/beans"
  1867. <?xml version="1.0" encoding="UTF-8"?>
  1868. <beans xmlns="http://www.springframework.org/schema/beans"
  1869.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1870.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1871.     <bean name="user"  scope="prototype"></bean>
  1872. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1873. <?xml version="1.0" encoding="UTF-8"?>
  1874. <beans xmlns="http://www.springframework.org/schema/beans"
  1875.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1876.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1877.     <bean name="user"  scope="prototype"></bean>
  1878. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1879. <?xml version="1.0" encoding="UTF-8"?>
  1880. <beans xmlns="http://www.springframework.org/schema/beans"
  1881.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1882.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1883.     <bean name="user"  scope="prototype"></bean>
  1884. </beans><bean name="user"  scope="singleton"></bean>
  1885. </beans><bean name="user" ></bean>
  1886. </beans><?xml version="1.0" encoding="UTF-8"?>
  1887. <beans xmlns="http://www.springframework.org/schema/beans"
  1888. <?xml version="1.0" encoding="UTF-8"?>
  1889. <beans xmlns="http://www.springframework.org/schema/beans"
  1890. <?xml version="1.0" encoding="UTF-8"?>
  1891. <beans xmlns="http://www.springframework.org/schema/beans"
  1892.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1893.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1894.     <bean name="user"  scope="prototype"></bean>
  1895. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1896. <?xml version="1.0" encoding="UTF-8"?>
  1897. <beans xmlns="http://www.springframework.org/schema/beans"
  1898.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1899.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1900.     <bean name="user"  scope="prototype"></bean>
  1901. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1902. <?xml version="1.0" encoding="UTF-8"?>
  1903. <beans xmlns="http://www.springframework.org/schema/beans"
  1904.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1905.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1906.     <bean name="user"  scope="prototype"></bean>
  1907. </beans><bean name="user"  scope="singleton"></bean>
  1908. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1909. <?xml version="1.0" encoding="UTF-8"?>
  1910. <beans xmlns="http://www.springframework.org/schema/beans"
  1911. <?xml version="1.0" encoding="UTF-8"?>
  1912. <beans xmlns="http://www.springframework.org/schema/beans"
  1913.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1914.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1915.     <bean name="user"  scope="prototype"></bean>
  1916. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1917. <?xml version="1.0" encoding="UTF-8"?>
  1918. <beans xmlns="http://www.springframework.org/schema/beans"
  1919.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1920.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1921.     <bean name="user"  scope="prototype"></bean>
  1922. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1923. <?xml version="1.0" encoding="UTF-8"?>
  1924. <beans xmlns="http://www.springframework.org/schema/beans"
  1925.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1926.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1927.     <bean name="user"  scope="prototype"></bean>
  1928. </beans><bean name="user"  scope="singleton"></bean>
  1929. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1930. <?xml version="1.0" encoding="UTF-8"?>
  1931. <beans xmlns="http://www.springframework.org/schema/beans"
  1932. <?xml version="1.0" encoding="UTF-8"?>
  1933. <beans xmlns="http://www.springframework.org/schema/beans"
  1934.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1935.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1936.     <bean name="user"  scope="prototype"></bean>
  1937. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1938. <?xml version="1.0" encoding="UTF-8"?>
  1939. <beans xmlns="http://www.springframework.org/schema/beans"
  1940.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1941.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1942.     <bean name="user"  scope="prototype"></bean>
  1943. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1944. <?xml version="1.0" encoding="UTF-8"?>
  1945. <beans xmlns="http://www.springframework.org/schema/beans"
  1946.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1947.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1948.     <bean name="user"  scope="prototype"></bean>
  1949. </beans><bean name="user"  scope="singleton"></bean>
  1950. </beans><bean name="user" ></bean>
  1951. </beans>User user3 = applicationContext.getBean("user", User.class);<?xml version="1.0" encoding="UTF-8"?>
  1952. <beans xmlns="http://www.springframework.org/schema/beans"
  1953. <?xml version="1.0" encoding="UTF-8"?>
  1954. <beans xmlns="http://www.springframework.org/schema/beans"
  1955. <?xml version="1.0" encoding="UTF-8"?>
  1956. <beans xmlns="http://www.springframework.org/schema/beans"
  1957.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1958.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1959.     <bean name="user"  scope="prototype"></bean>
  1960. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1961. <?xml version="1.0" encoding="UTF-8"?>
  1962. <beans xmlns="http://www.springframework.org/schema/beans"
  1963.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1964.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1965.     <bean name="user"  scope="prototype"></bean>
  1966. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1967. <?xml version="1.0" encoding="UTF-8"?>
  1968. <beans xmlns="http://www.springframework.org/schema/beans"
  1969.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1970.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1971.     <bean name="user"  scope="prototype"></bean>
  1972. </beans><bean name="user"  scope="singleton"></bean>
  1973. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1974. <?xml version="1.0" encoding="UTF-8"?>
  1975. <beans xmlns="http://www.springframework.org/schema/beans"
  1976. <?xml version="1.0" encoding="UTF-8"?>
  1977. <beans xmlns="http://www.springframework.org/schema/beans"
  1978.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1979.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1980.     <bean name="user"  scope="prototype"></bean>
  1981. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1982. <?xml version="1.0" encoding="UTF-8"?>
  1983. <beans xmlns="http://www.springframework.org/schema/beans"
  1984.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1985.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1986.     <bean name="user"  scope="prototype"></bean>
  1987. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1988. <?xml version="1.0" encoding="UTF-8"?>
  1989. <beans xmlns="http://www.springframework.org/schema/beans"
  1990.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1991.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1992.     <bean name="user"  scope="prototype"></bean>
  1993. </beans><bean name="user"  scope="singleton"></bean>
  1994. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1995. <?xml version="1.0" encoding="UTF-8"?>
  1996. <beans xmlns="http://www.springframework.org/schema/beans"
  1997. <?xml version="1.0" encoding="UTF-8"?>
  1998. <beans xmlns="http://www.springframework.org/schema/beans"
  1999.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2000.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2001.     <bean name="user"  scope="prototype"></bean>
  2002. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2003. <?xml version="1.0" encoding="UTF-8"?>
  2004. <beans xmlns="http://www.springframework.org/schema/beans"
  2005.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2006.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2007.     <bean name="user"  scope="prototype"></bean>
  2008. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2009. <?xml version="1.0" encoding="UTF-8"?>
  2010. <beans xmlns="http://www.springframework.org/schema/beans"
  2011.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2012.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2013.     <bean name="user"  scope="prototype"></bean>
  2014. </beans><bean name="user"  scope="singleton"></bean>
  2015. </beans><bean name="user" ></bean>
  2016. </beans><?xml version="1.0" encoding="UTF-8"?>
  2017. <beans xmlns="http://www.springframework.org/schema/beans"
  2018. <?xml version="1.0" encoding="UTF-8"?>
  2019. <beans xmlns="http://www.springframework.org/schema/beans"
  2020. <?xml version="1.0" encoding="UTF-8"?>
  2021. <beans xmlns="http://www.springframework.org/schema/beans"
  2022.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2023.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2024.     <bean name="user"  scope="prototype"></bean>
  2025. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2026. <?xml version="1.0" encoding="UTF-8"?>
  2027. <beans xmlns="http://www.springframework.org/schema/beans"
  2028.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2029.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2030.     <bean name="user"  scope="prototype"></bean>
  2031. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2032. <?xml version="1.0" encoding="UTF-8"?>
  2033. <beans xmlns="http://www.springframework.org/schema/beans"
  2034.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2035.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2036.     <bean name="user"  scope="prototype"></bean>
  2037. </beans><bean name="user"  scope="singleton"></bean>
  2038. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2039. <?xml version="1.0" encoding="UTF-8"?>
  2040. <beans xmlns="http://www.springframework.org/schema/beans"
  2041. <?xml version="1.0" encoding="UTF-8"?>
  2042. <beans xmlns="http://www.springframework.org/schema/beans"
  2043.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2044.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2045.     <bean name="user"  scope="prototype"></bean>
  2046. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2047. <?xml version="1.0" encoding="UTF-8"?>
  2048. <beans xmlns="http://www.springframework.org/schema/beans"
  2049.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2050.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2051.     <bean name="user"  scope="prototype"></bean>
  2052. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2053. <?xml version="1.0" encoding="UTF-8"?>
  2054. <beans xmlns="http://www.springframework.org/schema/beans"
  2055.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2056.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2057.     <bean name="user"  scope="prototype"></bean>
  2058. </beans><bean name="user"  scope="singleton"></bean>
  2059. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2060. <?xml version="1.0" encoding="UTF-8"?>
  2061. <beans xmlns="http://www.springframework.org/schema/beans"
  2062. <?xml version="1.0" encoding="UTF-8"?>
  2063. <beans xmlns="http://www.springframework.org/schema/beans"
  2064.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2065.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2066.     <bean name="user"  scope="prototype"></bean>
  2067. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2068. <?xml version="1.0" encoding="UTF-8"?>
  2069. <beans xmlns="http://www.springframework.org/schema/beans"
  2070.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2071.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2072.     <bean name="user"  scope="prototype"></bean>
  2073. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2074. <?xml version="1.0" encoding="UTF-8"?>
  2075. <beans xmlns="http://www.springframework.org/schema/beans"
  2076.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2077.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2078.     <bean name="user"  scope="prototype"></bean>
  2079. </beans><bean name="user"  scope="singleton"></bean>
  2080. </beans><bean name="user" ></bean>
  2081. </beans><?xml version="1.0" encoding="UTF-8"?>
  2082. <beans xmlns="http://www.springframework.org/schema/beans"
  2083. <?xml version="1.0" encoding="UTF-8"?>
  2084. <beans xmlns="http://www.springframework.org/schema/beans"
  2085. <?xml version="1.0" encoding="UTF-8"?>
  2086. <beans xmlns="http://www.springframework.org/schema/beans"
  2087.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2088.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2089.     <bean name="user"  scope="prototype"></bean>
  2090. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2091. <?xml version="1.0" encoding="UTF-8"?>
  2092. <beans xmlns="http://www.springframework.org/schema/beans"
  2093.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2094.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2095.     <bean name="user"  scope="prototype"></bean>
  2096. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2097. <?xml version="1.0" encoding="UTF-8"?>
  2098. <beans xmlns="http://www.springframework.org/schema/beans"
  2099.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2100.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2101.     <bean name="user"  scope="prototype"></bean>
  2102. </beans><bean name="user"  scope="singleton"></bean>
  2103. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2104. <?xml version="1.0" encoding="UTF-8"?>
  2105. <beans xmlns="http://www.springframework.org/schema/beans"
  2106. <?xml version="1.0" encoding="UTF-8"?>
  2107. <beans xmlns="http://www.springframework.org/schema/beans"
  2108.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2109.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2110.     <bean name="user"  scope="prototype"></bean>
  2111. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2112. <?xml version="1.0" encoding="UTF-8"?>
  2113. <beans xmlns="http://www.springframework.org/schema/beans"
  2114.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2115.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2116.     <bean name="user"  scope="prototype"></bean>
  2117. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2118. <?xml version="1.0" encoding="UTF-8"?>
  2119. <beans xmlns="http://www.springframework.org/schema/beans"
  2120.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2121.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2122.     <bean name="user"  scope="prototype"></bean>
  2123. </beans><bean name="user"  scope="singleton"></bean>
  2124. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2125. <?xml version="1.0" encoding="UTF-8"?>
  2126. <beans xmlns="http://www.springframework.org/schema/beans"
  2127. <?xml version="1.0" encoding="UTF-8"?>
  2128. <beans xmlns="http://www.springframework.org/schema/beans"
  2129.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2130.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2131.     <bean name="user"  scope="prototype"></bean>
  2132. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2133. <?xml version="1.0" encoding="UTF-8"?>
  2134. <beans xmlns="http://www.springframework.org/schema/beans"
  2135.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2136.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2137.     <bean name="user"  scope="prototype"></bean>
  2138. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2139. <?xml version="1.0" encoding="UTF-8"?>
  2140. <beans xmlns="http://www.springframework.org/schema/beans"
  2141.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2142.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2143.     <bean name="user"  scope="prototype"></bean>
  2144. </beans><bean name="user"  scope="singleton"></bean>
  2145. </beans><bean name="user" ></bean>
  2146. </beans><?xml version="1.0" encoding="UTF-8"?>
  2147. <beans xmlns="http://www.springframework.org/schema/beans"
  2148. <?xml version="1.0" encoding="UTF-8"?>
  2149. <beans xmlns="http://www.springframework.org/schema/beans"
  2150. <?xml version="1.0" encoding="UTF-8"?>
  2151. <beans xmlns="http://www.springframework.org/schema/beans"
  2152.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2153.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2154.     <bean name="user"  scope="prototype"></bean>
  2155. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2156. <?xml version="1.0" encoding="UTF-8"?>
  2157. <beans xmlns="http://www.springframework.org/schema/beans"
  2158.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2159.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2160.     <bean name="user"  scope="prototype"></bean>
  2161. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2162. <?xml version="1.0" encoding="UTF-8"?>
  2163. <beans xmlns="http://www.springframework.org/schema/beans"
  2164.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2165.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2166.     <bean name="user"  scope="prototype"></bean>
  2167. </beans><bean name="user"  scope="singleton"></bean>
  2168. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2169. <?xml version="1.0" encoding="UTF-8"?>
  2170. <beans xmlns="http://www.springframework.org/schema/beans"
  2171. <?xml version="1.0" encoding="UTF-8"?>
  2172. <beans xmlns="http://www.springframework.org/schema/beans"
  2173.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2174.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2175.     <bean name="user"  scope="prototype"></bean>
  2176. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2177. <?xml version="1.0" encoding="UTF-8"?>
  2178. <beans xmlns="http://www.springframework.org/schema/beans"
  2179.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2180.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2181.     <bean name="user"  scope="prototype"></bean>
  2182. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2183. <?xml version="1.0" encoding="UTF-8"?>
  2184. <beans xmlns="http://www.springframework.org/schema/beans"
  2185.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2186.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2187.     <bean name="user"  scope="prototype"></bean>
  2188. </beans><bean name="user"  scope="singleton"></bean>
  2189. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2190. <?xml version="1.0" encoding="UTF-8"?>
  2191. <beans xmlns="http://www.springframework.org/schema/beans"
  2192. <?xml version="1.0" encoding="UTF-8"?>
  2193. <beans xmlns="http://www.springframework.org/schema/beans"
  2194.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2195.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2196.     <bean name="user"  scope="prototype"></bean>
  2197. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2198. <?xml version="1.0" encoding="UTF-8"?>
  2199. <beans xmlns="http://www.springframework.org/schema/beans"
  2200.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2201.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2202.     <bean name="user"  scope="prototype"></bean>
  2203. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2204. <?xml version="1.0" encoding="UTF-8"?>
  2205. <beans xmlns="http://www.springframework.org/schema/beans"
  2206.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2207.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2208.     <bean name="user"  scope="prototype"></bean>
  2209. </beans><bean name="user"  scope="singleton"></bean>
  2210. </beans><bean name="user" ></bean>
  2211. </beans>System.out.println(user2);<?xml version="1.0" encoding="UTF-8"?>
  2212. <beans xmlns="http://www.springframework.org/schema/beans"
  2213. <?xml version="1.0" encoding="UTF-8"?>
  2214. <beans xmlns="http://www.springframework.org/schema/beans"
  2215. <?xml version="1.0" encoding="UTF-8"?>
  2216. <beans xmlns="http://www.springframework.org/schema/beans"
  2217.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2218.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2219.     <bean name="user"  scope="prototype"></bean>
  2220. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2221. <?xml version="1.0" encoding="UTF-8"?>
  2222. <beans xmlns="http://www.springframework.org/schema/beans"
  2223.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2224.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2225.     <bean name="user"  scope="prototype"></bean>
  2226. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2227. <?xml version="1.0" encoding="UTF-8"?>
  2228. <beans xmlns="http://www.springframework.org/schema/beans"
  2229.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2230.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2231.     <bean name="user"  scope="prototype"></bean>
  2232. </beans><bean name="user"  scope="singleton"></bean>
  2233. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2234. <?xml version="1.0" encoding="UTF-8"?>
  2235. <beans xmlns="http://www.springframework.org/schema/beans"
  2236. <?xml version="1.0" encoding="UTF-8"?>
  2237. <beans xmlns="http://www.springframework.org/schema/beans"
  2238.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2239.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2240.     <bean name="user"  scope="prototype"></bean>
  2241. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2242. <?xml version="1.0" encoding="UTF-8"?>
  2243. <beans xmlns="http://www.springframework.org/schema/beans"
  2244.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2245.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2246.     <bean name="user"  scope="prototype"></bean>
  2247. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2248. <?xml version="1.0" encoding="UTF-8"?>
  2249. <beans xmlns="http://www.springframework.org/schema/beans"
  2250.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2251.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2252.     <bean name="user"  scope="prototype"></bean>
  2253. </beans><bean name="user"  scope="singleton"></bean>
  2254. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2255. <?xml version="1.0" encoding="UTF-8"?>
  2256. <beans xmlns="http://www.springframework.org/schema/beans"
  2257. <?xml version="1.0" encoding="UTF-8"?>
  2258. <beans xmlns="http://www.springframework.org/schema/beans"
  2259.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2260.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2261.     <bean name="user"  scope="prototype"></bean>
  2262. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2263. <?xml version="1.0" encoding="UTF-8"?>
  2264. <beans xmlns="http://www.springframework.org/schema/beans"
  2265.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2266.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2267.     <bean name="user"  scope="prototype"></bean>
  2268. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2269. <?xml version="1.0" encoding="UTF-8"?>
  2270. <beans xmlns="http://www.springframework.org/schema/beans"
  2271.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2272.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2273.     <bean name="user"  scope="prototype"></bean>
  2274. </beans><bean name="user"  scope="singleton"></bean>
  2275. </beans><bean name="user" ></bean>
  2276. </beans><?xml version="1.0" encoding="UTF-8"?>
  2277. <beans xmlns="http://www.springframework.org/schema/beans"
  2278. <?xml version="1.0" encoding="UTF-8"?>
  2279. <beans xmlns="http://www.springframework.org/schema/beans"
  2280. <?xml version="1.0" encoding="UTF-8"?>
  2281. <beans xmlns="http://www.springframework.org/schema/beans"
  2282.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2283.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2284.     <bean name="user"  scope="prototype"></bean>
  2285. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2286. <?xml version="1.0" encoding="UTF-8"?>
  2287. <beans xmlns="http://www.springframework.org/schema/beans"
  2288.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2289.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2290.     <bean name="user"  scope="prototype"></bean>
  2291. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2292. <?xml version="1.0" encoding="UTF-8"?>
  2293. <beans xmlns="http://www.springframework.org/schema/beans"
  2294.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2295.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2296.     <bean name="user"  scope="prototype"></bean>
  2297. </beans><bean name="user"  scope="singleton"></bean>
  2298. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2299. <?xml version="1.0" encoding="UTF-8"?>
  2300. <beans xmlns="http://www.springframework.org/schema/beans"
  2301. <?xml version="1.0" encoding="UTF-8"?>
  2302. <beans xmlns="http://www.springframework.org/schema/beans"
  2303.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2304.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2305.     <bean name="user"  scope="prototype"></bean>
  2306. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2307. <?xml version="1.0" encoding="UTF-8"?>
  2308. <beans xmlns="http://www.springframework.org/schema/beans"
  2309.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2310.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2311.     <bean name="user"  scope="prototype"></bean>
  2312. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2313. <?xml version="1.0" encoding="UTF-8"?>
  2314. <beans xmlns="http://www.springframework.org/schema/beans"
  2315.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2316.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2317.     <bean name="user"  scope="prototype"></bean>
  2318. </beans><bean name="user"  scope="singleton"></bean>
  2319. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2320. <?xml version="1.0" encoding="UTF-8"?>
  2321. <beans xmlns="http://www.springframework.org/schema/beans"
  2322. <?xml version="1.0" encoding="UTF-8"?>
  2323. <beans xmlns="http://www.springframework.org/schema/beans"
  2324.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2325.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2326.     <bean name="user"  scope="prototype"></bean>
  2327. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2328. <?xml version="1.0" encoding="UTF-8"?>
  2329. <beans xmlns="http://www.springframework.org/schema/beans"
  2330.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2331.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2332.     <bean name="user"  scope="prototype"></bean>
  2333. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2334. <?xml version="1.0" encoding="UTF-8"?>
  2335. <beans xmlns="http://www.springframework.org/schema/beans"
  2336.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2337.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2338.     <bean name="user"  scope="prototype"></bean>
  2339. </beans><bean name="user"  scope="singleton"></bean>
  2340. </beans><bean name="user" ></bean>
  2341. </beans><?xml version="1.0" encoding="UTF-8"?>
  2342. <beans xmlns="http://www.springframework.org/schema/beans"
  2343. <?xml version="1.0" encoding="UTF-8"?>
  2344. <beans xmlns="http://www.springframework.org/schema/beans"
  2345. <?xml version="1.0" encoding="UTF-8"?>
  2346. <beans xmlns="http://www.springframework.org/schema/beans"
  2347.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2348.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2349.     <bean name="user"  scope="prototype"></bean>
  2350. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2351. <?xml version="1.0" encoding="UTF-8"?>
  2352. <beans xmlns="http://www.springframework.org/schema/beans"
  2353.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2354.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2355.     <bean name="user"  scope="prototype"></bean>
  2356. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2357. <?xml version="1.0" encoding="UTF-8"?>
  2358. <beans xmlns="http://www.springframework.org/schema/beans"
  2359.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2360.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2361.     <bean name="user"  scope="prototype"></bean>
  2362. </beans><bean name="user"  scope="singleton"></bean>
  2363. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2364. <?xml version="1.0" encoding="UTF-8"?>
  2365. <beans xmlns="http://www.springframework.org/schema/beans"
  2366. <?xml version="1.0" encoding="UTF-8"?>
  2367. <beans xmlns="http://www.springframework.org/schema/beans"
  2368.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2369.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2370.     <bean name="user"  scope="prototype"></bean>
  2371. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2372. <?xml version="1.0" encoding="UTF-8"?>
  2373. <beans xmlns="http://www.springframework.org/schema/beans"
  2374.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2375.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2376.     <bean name="user"  scope="prototype"></bean>
  2377. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2378. <?xml version="1.0" encoding="UTF-8"?>
  2379. <beans xmlns="http://www.springframework.org/schema/beans"
  2380.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2381.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2382.     <bean name="user"  scope="prototype"></bean>
  2383. </beans><bean name="user"  scope="singleton"></bean>
  2384. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2385. <?xml version="1.0" encoding="UTF-8"?>
  2386. <beans xmlns="http://www.springframework.org/schema/beans"
  2387. <?xml version="1.0" encoding="UTF-8"?>
  2388. <beans xmlns="http://www.springframework.org/schema/beans"
  2389.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2390.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2391.     <bean name="user"  scope="prototype"></bean>
  2392. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2393. <?xml version="1.0" encoding="UTF-8"?>
  2394. <beans xmlns="http://www.springframework.org/schema/beans"
  2395.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2396.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2397.     <bean name="user"  scope="prototype"></bean>
  2398. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2399. <?xml version="1.0" encoding="UTF-8"?>
  2400. <beans xmlns="http://www.springframework.org/schema/beans"
  2401.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2402.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2403.     <bean name="user"  scope="prototype"></bean>
  2404. </beans><bean name="user"  scope="singleton"></bean>
  2405. </beans><bean name="user" ></bean>
  2406. </beans><?xml version="1.0" encoding="UTF-8"?>
  2407. <beans xmlns="http://www.springframework.org/schema/beans"
  2408. <?xml version="1.0" encoding="UTF-8"?>
  2409. <beans xmlns="http://www.springframework.org/schema/beans"
  2410. <?xml version="1.0" encoding="UTF-8"?>
  2411. <beans xmlns="http://www.springframework.org/schema/beans"
  2412.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2413.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2414.     <bean name="user"  scope="prototype"></bean>
  2415. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2416. <?xml version="1.0" encoding="UTF-8"?>
  2417. <beans xmlns="http://www.springframework.org/schema/beans"
  2418.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2419.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2420.     <bean name="user"  scope="prototype"></bean>
  2421. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2422. <?xml version="1.0" encoding="UTF-8"?>
  2423. <beans xmlns="http://www.springframework.org/schema/beans"
  2424.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2425.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2426.     <bean name="user"  scope="prototype"></bean>
  2427. </beans><bean name="user"  scope="singleton"></bean>
  2428. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2429. <?xml version="1.0" encoding="UTF-8"?>
  2430. <beans xmlns="http://www.springframework.org/schema/beans"
  2431. <?xml version="1.0" encoding="UTF-8"?>
  2432. <beans xmlns="http://www.springframework.org/schema/beans"
  2433.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2434.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2435.     <bean name="user"  scope="prototype"></bean>
  2436. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2437. <?xml version="1.0" encoding="UTF-8"?>
  2438. <beans xmlns="http://www.springframework.org/schema/beans"
  2439.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2440.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2441.     <bean name="user"  scope="prototype"></bean>
  2442. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2443. <?xml version="1.0" encoding="UTF-8"?>
  2444. <beans xmlns="http://www.springframework.org/schema/beans"
  2445.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2446.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2447.     <bean name="user"  scope="prototype"></bean>
  2448. </beans><bean name="user"  scope="singleton"></bean>
  2449. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2450. <?xml version="1.0" encoding="UTF-8"?>
  2451. <beans xmlns="http://www.springframework.org/schema/beans"
  2452. <?xml version="1.0" encoding="UTF-8"?>
  2453. <beans xmlns="http://www.springframework.org/schema/beans"
  2454.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2455.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2456.     <bean name="user"  scope="prototype"></bean>
  2457. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2458. <?xml version="1.0" encoding="UTF-8"?>
  2459. <beans xmlns="http://www.springframework.org/schema/beans"
  2460.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2461.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2462.     <bean name="user"  scope="prototype"></bean>
  2463. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2464. <?xml version="1.0" encoding="UTF-8"?>
  2465. <beans xmlns="http://www.springframework.org/schema/beans"
  2466.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2467.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2468.     <bean name="user"  scope="prototype"></bean>
  2469. </beans><bean name="user"  scope="singleton"></bean>
  2470. </beans><bean name="user" ></bean>
  2471. </beans>System.out.println(user3);<?xml version="1.0" encoding="UTF-8"?>
  2472. <beans xmlns="http://www.springframework.org/schema/beans"
  2473. <?xml version="1.0" encoding="UTF-8"?>
  2474. <beans xmlns="http://www.springframework.org/schema/beans"
  2475. <?xml version="1.0" encoding="UTF-8"?>
  2476. <beans xmlns="http://www.springframework.org/schema/beans"
  2477.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2478.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2479.     <bean name="user"  scope="prototype"></bean>
  2480. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2481. <?xml version="1.0" encoding="UTF-8"?>
  2482. <beans xmlns="http://www.springframework.org/schema/beans"
  2483.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2484.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2485.     <bean name="user"  scope="prototype"></bean>
  2486. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2487. <?xml version="1.0" encoding="UTF-8"?>
  2488. <beans xmlns="http://www.springframework.org/schema/beans"
  2489.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2490.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2491.     <bean name="user"  scope="prototype"></bean>
  2492. </beans><bean name="user"  scope="singleton"></bean>
  2493. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2494. <?xml version="1.0" encoding="UTF-8"?>
  2495. <beans xmlns="http://www.springframework.org/schema/beans"
  2496. <?xml version="1.0" encoding="UTF-8"?>
  2497. <beans xmlns="http://www.springframework.org/schema/beans"
  2498.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2499.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2500.     <bean name="user"  scope="prototype"></bean>
  2501. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2502. <?xml version="1.0" encoding="UTF-8"?>
  2503. <beans xmlns="http://www.springframework.org/schema/beans"
  2504.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2505.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2506.     <bean name="user"  scope="prototype"></bean>
  2507. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2508. <?xml version="1.0" encoding="UTF-8"?>
  2509. <beans xmlns="http://www.springframework.org/schema/beans"
  2510.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2511.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2512.     <bean name="user"  scope="prototype"></bean>
  2513. </beans><bean name="user"  scope="singleton"></bean>
  2514. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2515. <?xml version="1.0" encoding="UTF-8"?>
  2516. <beans xmlns="http://www.springframework.org/schema/beans"
  2517. <?xml version="1.0" encoding="UTF-8"?>
  2518. <beans xmlns="http://www.springframework.org/schema/beans"
  2519.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2520.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2521.     <bean name="user"  scope="prototype"></bean>
  2522. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2523. <?xml version="1.0" encoding="UTF-8"?>
  2524. <beans xmlns="http://www.springframework.org/schema/beans"
  2525.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2526.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2527.     <bean name="user"  scope="prototype"></bean>
  2528. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2529. <?xml version="1.0" encoding="UTF-8"?>
  2530. <beans xmlns="http://www.springframework.org/schema/beans"
  2531.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2532.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2533.     <bean name="user"  scope="prototype"></bean>
  2534. </beans><bean name="user"  scope="singleton"></bean>
  2535. </beans><bean name="user" ></bean>
  2536. </beans><?xml version="1.0" encoding="UTF-8"?>
  2537. <beans xmlns="http://www.springframework.org/schema/beans"
  2538. <?xml version="1.0" encoding="UTF-8"?>
  2539. <beans xmlns="http://www.springframework.org/schema/beans"
  2540. <?xml version="1.0" encoding="UTF-8"?>
  2541. <beans xmlns="http://www.springframework.org/schema/beans"
  2542.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2543.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2544.     <bean name="user"  scope="prototype"></bean>
  2545. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2546. <?xml version="1.0" encoding="UTF-8"?>
  2547. <beans xmlns="http://www.springframework.org/schema/beans"
  2548.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2549.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2550.     <bean name="user"  scope="prototype"></bean>
  2551. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2552. <?xml version="1.0" encoding="UTF-8"?>
  2553. <beans xmlns="http://www.springframework.org/schema/beans"
  2554.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2555.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2556.     <bean name="user"  scope="prototype"></bean>
  2557. </beans><bean name="user"  scope="singleton"></bean>
  2558. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2559. <?xml version="1.0" encoding="UTF-8"?>
  2560. <beans xmlns="http://www.springframework.org/schema/beans"
  2561. <?xml version="1.0" encoding="UTF-8"?>
  2562. <beans xmlns="http://www.springframework.org/schema/beans"
  2563.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2564.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2565.     <bean name="user"  scope="prototype"></bean>
  2566. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2567. <?xml version="1.0" encoding="UTF-8"?>
  2568. <beans xmlns="http://www.springframework.org/schema/beans"
  2569.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2570.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2571.     <bean name="user"  scope="prototype"></bean>
  2572. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2573. <?xml version="1.0" encoding="UTF-8"?>
  2574. <beans xmlns="http://www.springframework.org/schema/beans"
  2575.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2576.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2577.     <bean name="user"  scope="prototype"></bean>
  2578. </beans><bean name="user"  scope="singleton"></bean>
  2579. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2580. <?xml version="1.0" encoding="UTF-8"?>
  2581. <beans xmlns="http://www.springframework.org/schema/beans"
  2582. <?xml version="1.0" encoding="UTF-8"?>
  2583. <beans xmlns="http://www.springframework.org/schema/beans"
  2584.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2585.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2586.     <bean name="user"  scope="prototype"></bean>
  2587. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2588. <?xml version="1.0" encoding="UTF-8"?>
  2589. <beans xmlns="http://www.springframework.org/schema/beans"
  2590.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2591.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2592.     <bean name="user"  scope="prototype"></bean>
  2593. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2594. <?xml version="1.0" encoding="UTF-8"?>
  2595. <beans xmlns="http://www.springframework.org/schema/beans"
  2596.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2597.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2598.     <bean name="user"  scope="prototype"></bean>
  2599. </beans><bean name="user"  scope="singleton"></bean>
  2600. </beans><bean name="user" ></bean>
  2601. </beans><?xml version="1.0" encoding="UTF-8"?>
  2602. <beans xmlns="http://www.springframework.org/schema/beans"
  2603. <?xml version="1.0" encoding="UTF-8"?>
  2604. <beans xmlns="http://www.springframework.org/schema/beans"
  2605. <?xml version="1.0" encoding="UTF-8"?>
  2606. <beans xmlns="http://www.springframework.org/schema/beans"
  2607.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2608.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2609.     <bean name="user"  scope="prototype"></bean>
  2610. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2611. <?xml version="1.0" encoding="UTF-8"?>
  2612. <beans xmlns="http://www.springframework.org/schema/beans"
  2613.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2614.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2615.     <bean name="user"  scope="prototype"></bean>
  2616. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2617. <?xml version="1.0" encoding="UTF-8"?>
  2618. <beans xmlns="http://www.springframework.org/schema/beans"
  2619.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2620.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2621.     <bean name="user"  scope="prototype"></bean>
  2622. </beans><bean name="user"  scope="singleton"></bean>
  2623. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2624. <?xml version="1.0" encoding="UTF-8"?>
  2625. <beans xmlns="http://www.springframework.org/schema/beans"
  2626. <?xml version="1.0" encoding="UTF-8"?>
  2627. <beans xmlns="http://www.springframework.org/schema/beans"
  2628.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2629.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2630.     <bean name="user"  scope="prototype"></bean>
  2631. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2632. <?xml version="1.0" encoding="UTF-8"?>
  2633. <beans xmlns="http://www.springframework.org/schema/beans"
  2634.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2635.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2636.     <bean name="user"  scope="prototype"></bean>
  2637. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2638. <?xml version="1.0" encoding="UTF-8"?>
  2639. <beans xmlns="http://www.springframework.org/schema/beans"
  2640.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2641.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2642.     <bean name="user"  scope="prototype"></bean>
  2643. </beans><bean name="user"  scope="singleton"></bean>
  2644. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2645. <?xml version="1.0" encoding="UTF-8"?>
  2646. <beans xmlns="http://www.springframework.org/schema/beans"
  2647. <?xml version="1.0" encoding="UTF-8"?>
  2648. <beans xmlns="http://www.springframework.org/schema/beans"
  2649.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2650.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2651.     <bean name="user"  scope="prototype"></bean>
  2652. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2653. <?xml version="1.0" encoding="UTF-8"?>
  2654. <beans xmlns="http://www.springframework.org/schema/beans"
  2655.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2656.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2657.     <bean name="user"  scope="prototype"></bean>
  2658. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2659. <?xml version="1.0" encoding="UTF-8"?>
  2660. <beans xmlns="http://www.springframework.org/schema/beans"
  2661.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2662.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2663.     <bean name="user"  scope="prototype"></bean>
  2664. </beans><bean name="user"  scope="singleton"></bean>
  2665. </beans><bean name="user" ></bean>
  2666. </beans>}<?xml version="1.0" encoding="UTF-8"?>
  2667. <beans xmlns="http://www.springframework.org/schema/beans"
  2668. <?xml version="1.0" encoding="UTF-8"?>
  2669. <beans xmlns="http://www.springframework.org/schema/beans"
  2670. <?xml version="1.0" encoding="UTF-8"?>
  2671. <beans xmlns="http://www.springframework.org/schema/beans"
  2672.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2673.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2674.     <bean name="user"  scope="prototype"></bean>
  2675. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2676. <?xml version="1.0" encoding="UTF-8"?>
  2677. <beans xmlns="http://www.springframework.org/schema/beans"
  2678.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2679.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2680.     <bean name="user"  scope="prototype"></bean>
  2681. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2682. <?xml version="1.0" encoding="UTF-8"?>
  2683. <beans xmlns="http://www.springframework.org/schema/beans"
  2684.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2685.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2686.     <bean name="user"  scope="prototype"></bean>
  2687. </beans><bean name="user"  scope="singleton"></bean>
  2688. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2689. <?xml version="1.0" encoding="UTF-8"?>
  2690. <beans xmlns="http://www.springframework.org/schema/beans"
  2691. <?xml version="1.0" encoding="UTF-8"?>
  2692. <beans xmlns="http://www.springframework.org/schema/beans"
  2693.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2694.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2695.     <bean name="user"  scope="prototype"></bean>
  2696. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2697. <?xml version="1.0" encoding="UTF-8"?>
  2698. <beans xmlns="http://www.springframework.org/schema/beans"
  2699.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2700.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2701.     <bean name="user"  scope="prototype"></bean>
  2702. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2703. <?xml version="1.0" encoding="UTF-8"?>
  2704. <beans xmlns="http://www.springframework.org/schema/beans"
  2705.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2706.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2707.     <bean name="user"  scope="prototype"></bean>
  2708. </beans><bean name="user"  scope="singleton"></bean>
  2709. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2710. <?xml version="1.0" encoding="UTF-8"?>
  2711. <beans xmlns="http://www.springframework.org/schema/beans"
  2712. <?xml version="1.0" encoding="UTF-8"?>
  2713. <beans xmlns="http://www.springframework.org/schema/beans"
  2714.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2715.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2716.     <bean name="user"  scope="prototype"></bean>
  2717. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2718. <?xml version="1.0" encoding="UTF-8"?>
  2719. <beans xmlns="http://www.springframework.org/schema/beans"
  2720.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2721.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2722.     <bean name="user"  scope="prototype"></bean>
  2723. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2724. <?xml version="1.0" encoding="UTF-8"?>
  2725. <beans xmlns="http://www.springframework.org/schema/beans"
  2726.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2727.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2728.     <bean name="user"  scope="prototype"></bean>
  2729. </beans><bean name="user"  scope="singleton"></bean>
  2730. </beans><bean name="user" ></bean>
  2731. </beans><?xml version="1.0" encoding="UTF-8"?>
  2732. <beans xmlns="http://www.springframework.org/schema/beans"
  2733. <?xml version="1.0" encoding="UTF-8"?>
  2734. <beans xmlns="http://www.springframework.org/schema/beans"
  2735. <?xml version="1.0" encoding="UTF-8"?>
  2736. <beans xmlns="http://www.springframework.org/schema/beans"
  2737.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2738.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2739.     <bean name="user"  scope="prototype"></bean>
  2740. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2741. <?xml version="1.0" encoding="UTF-8"?>
  2742. <beans xmlns="http://www.springframework.org/schema/beans"
  2743.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2744.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2745.     <bean name="user"  scope="prototype"></bean>
  2746. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2747. <?xml version="1.0" encoding="UTF-8"?>
  2748. <beans xmlns="http://www.springframework.org/schema/beans"
  2749.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2750.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2751.     <bean name="user"  scope="prototype"></bean>
  2752. </beans><bean name="user"  scope="singleton"></bean>
  2753. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2754. <?xml version="1.0" encoding="UTF-8"?>
  2755. <beans xmlns="http://www.springframework.org/schema/beans"
  2756. <?xml version="1.0" encoding="UTF-8"?>
  2757. <beans xmlns="http://www.springframework.org/schema/beans"
  2758.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2759.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2760.     <bean name="user"  scope="prototype"></bean>
  2761. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2762. <?xml version="1.0" encoding="UTF-8"?>
  2763. <beans xmlns="http://www.springframework.org/schema/beans"
  2764.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2765.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2766.     <bean name="user"  scope="prototype"></bean>
  2767. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2768. <?xml version="1.0" encoding="UTF-8"?>
  2769. <beans xmlns="http://www.springframework.org/schema/beans"
  2770.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2771.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2772.     <bean name="user"  scope="prototype"></bean>
  2773. </beans><bean name="user"  scope="singleton"></bean>
  2774. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2775. <?xml version="1.0" encoding="UTF-8"?>
  2776. <beans xmlns="http://www.springframework.org/schema/beans"
  2777. <?xml version="1.0" encoding="UTF-8"?>
  2778. <beans xmlns="http://www.springframework.org/schema/beans"
  2779.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2780.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2781.     <bean name="user"  scope="prototype"></bean>
  2782. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2783. <?xml version="1.0" encoding="UTF-8"?>
  2784. <beans xmlns="http://www.springframework.org/schema/beans"
  2785.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2786.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2787.     <bean name="user"  scope="prototype"></bean>
  2788. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2789. <?xml version="1.0" encoding="UTF-8"?>
  2790. <beans xmlns="http://www.springframework.org/schema/beans"
  2791.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2792.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2793.     <bean name="user"  scope="prototype"></bean>
  2794. </beans><bean name="user"  scope="singleton"></bean>
  2795. </beans><bean name="user" ></bean>
  2796. </beans>}).start();<?xml version="1.0" encoding="UTF-8"?>
  2797. <beans xmlns="http://www.springframework.org/schema/beans"
  2798. <?xml version="1.0" encoding="UTF-8"?>
  2799. <beans xmlns="http://www.springframework.org/schema/beans"
  2800. <?xml version="1.0" encoding="UTF-8"?>
  2801. <beans xmlns="http://www.springframework.org/schema/beans"
  2802.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2803.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2804.     <bean name="user"  scope="prototype"></bean>
  2805. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2806. <?xml version="1.0" encoding="UTF-8"?>
  2807. <beans xmlns="http://www.springframework.org/schema/beans"
  2808.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2809.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2810.     <bean name="user"  scope="prototype"></bean>
  2811. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2812. <?xml version="1.0" encoding="UTF-8"?>
  2813. <beans xmlns="http://www.springframework.org/schema/beans"
  2814.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2815.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2816.     <bean name="user"  scope="prototype"></bean>
  2817. </beans><bean name="user"  scope="singleton"></bean>
  2818. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2819. <?xml version="1.0" encoding="UTF-8"?>
  2820. <beans xmlns="http://www.springframework.org/schema/beans"
  2821. <?xml version="1.0" encoding="UTF-8"?>
  2822. <beans xmlns="http://www.springframework.org/schema/beans"
  2823.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2824.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2825.     <bean name="user"  scope="prototype"></bean>
  2826. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2827. <?xml version="1.0" encoding="UTF-8"?>
  2828. <beans xmlns="http://www.springframework.org/schema/beans"
  2829.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2830.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2831.     <bean name="user"  scope="prototype"></bean>
  2832. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2833. <?xml version="1.0" encoding="UTF-8"?>
  2834. <beans xmlns="http://www.springframework.org/schema/beans"
  2835.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2836.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2837.     <bean name="user"  scope="prototype"></bean>
  2838. </beans><bean name="user"  scope="singleton"></bean>
  2839. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2840. <?xml version="1.0" encoding="UTF-8"?>
  2841. <beans xmlns="http://www.springframework.org/schema/beans"
  2842. <?xml version="1.0" encoding="UTF-8"?>
  2843. <beans xmlns="http://www.springframework.org/schema/beans"
  2844.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2845.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2846.     <bean name="user"  scope="prototype"></bean>
  2847. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2848. <?xml version="1.0" encoding="UTF-8"?>
  2849. <beans xmlns="http://www.springframework.org/schema/beans"
  2850.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2851.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2852.     <bean name="user"  scope="prototype"></bean>
  2853. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2854. <?xml version="1.0" encoding="UTF-8"?>
  2855. <beans xmlns="http://www.springframework.org/schema/beans"
  2856.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2857.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2858.     <bean name="user"  scope="prototype"></bean>
  2859. </beans><bean name="user"  scope="singleton"></bean>
  2860. </beans><bean name="user" ></bean>
  2861. </beans>}}
复制代码

从结果上看:
阐明:无论是执行多少次,applicationContext.getBean ,照旧启动多个线程,都是同一个User对象. 是单例的
这个对象在什么时候创建的呢?可以为SpringBean提供一个无参数构造方法,测试一下,如下:

从结果上来看:是在 new ClassPathXmlApplicationContext() 的时候就已经,执行了构造方法(Bean对象的创建是在初始化Spring上下文的时候就完成的。)
其中: singleton 是Spring框架 默认的,也是单例的。
我们可以使用:可以在bean标签中指定 scope属性的值为 singleton 。我们测试如下。
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <beans xmlns="http://www.springframework.org/schema/beans"
  3. <?xml version="1.0" encoding="UTF-8"?>
  4. <beans xmlns="http://www.springframework.org/schema/beans"
  5. <?xml version="1.0" encoding="UTF-8"?>
  6. <beans xmlns="http://www.springframework.org/schema/beans"
  7.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  8.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  9.     <bean name="user"  scope="prototype"></bean>
  10. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  11. <?xml version="1.0" encoding="UTF-8"?>
  12. <beans xmlns="http://www.springframework.org/schema/beans"
  13.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  14.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  15.     <bean name="user"  scope="prototype"></bean>
  16. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  17. <?xml version="1.0" encoding="UTF-8"?>
  18. <beans xmlns="http://www.springframework.org/schema/beans"
  19.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  20.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  21.     <bean name="user"  scope="prototype"></bean>
  22. </beans><bean name="user"  scope="singleton"></bean>
  23. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  24. <?xml version="1.0" encoding="UTF-8"?>
  25. <beans xmlns="http://www.springframework.org/schema/beans"
  26. <?xml version="1.0" encoding="UTF-8"?>
  27. <beans xmlns="http://www.springframework.org/schema/beans"
  28.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  29.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  30.     <bean name="user"  scope="prototype"></bean>
  31. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  32. <?xml version="1.0" encoding="UTF-8"?>
  33. <beans xmlns="http://www.springframework.org/schema/beans"
  34.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  35.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  36.     <bean name="user"  scope="prototype"></bean>
  37. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  38. <?xml version="1.0" encoding="UTF-8"?>
  39. <beans xmlns="http://www.springframework.org/schema/beans"
  40.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  41.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  42.     <bean name="user"  scope="prototype"></bean>
  43. </beans><bean name="user"  scope="singleton"></bean>
  44. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  45. <?xml version="1.0" encoding="UTF-8"?>
  46. <beans xmlns="http://www.springframework.org/schema/beans"
  47. <?xml version="1.0" encoding="UTF-8"?>
  48. <beans xmlns="http://www.springframework.org/schema/beans"
  49.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  50.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  51.     <bean name="user"  scope="prototype"></bean>
  52. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  53. <?xml version="1.0" encoding="UTF-8"?>
  54. <beans xmlns="http://www.springframework.org/schema/beans"
  55.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  56.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  57.     <bean name="user"  scope="prototype"></bean>
  58. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  59. <?xml version="1.0" encoding="UTF-8"?>
  60. <beans xmlns="http://www.springframework.org/schema/beans"
  61.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  62.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  63.     <bean name="user"  scope="prototype"></bean>
  64. </beans><bean name="user"  scope="singleton"></bean>
  65. </beans><bean name="user" ></bean>
  66. </beans>
复制代码

通过测试得知,没有指定scope属性时,默认是singleton单例的。
1.3 prototype

假如想让Spring的Bean对象以多例 的形式存在,可以在bean标签中指定 scope属性的值为:prototype,如许Spring会在每一次执行getBean()方法的时候创建Bean对象,调用几次则创建几次。

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <beans xmlns="http://www.springframework.org/schema/beans"
  3. <?xml version="1.0" encoding="UTF-8"?>
  4. <beans xmlns="http://www.springframework.org/schema/beans"
  5. <?xml version="1.0" encoding="UTF-8"?>
  6. <beans xmlns="http://www.springframework.org/schema/beans"
  7.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  8.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  9.     <bean name="user"  scope="prototype"></bean>
  10. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  11. <?xml version="1.0" encoding="UTF-8"?>
  12. <beans xmlns="http://www.springframework.org/schema/beans"
  13.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  14.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  15.     <bean name="user"  scope="prototype"></bean>
  16. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  17. <?xml version="1.0" encoding="UTF-8"?>
  18. <beans xmlns="http://www.springframework.org/schema/beans"
  19.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  20.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  21.     <bean name="user"  scope="prototype"></bean>
  22. </beans><bean name="user"  scope="singleton"></bean>
  23. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  24. <?xml version="1.0" encoding="UTF-8"?>
  25. <beans xmlns="http://www.springframework.org/schema/beans"
  26. <?xml version="1.0" encoding="UTF-8"?>
  27. <beans xmlns="http://www.springframework.org/schema/beans"
  28.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  29.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  30.     <bean name="user"  scope="prototype"></bean>
  31. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  32. <?xml version="1.0" encoding="UTF-8"?>
  33. <beans xmlns="http://www.springframework.org/schema/beans"
  34.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  35.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  36.     <bean name="user"  scope="prototype"></bean>
  37. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  38. <?xml version="1.0" encoding="UTF-8"?>
  39. <beans xmlns="http://www.springframework.org/schema/beans"
  40.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  41.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  42.     <bean name="user"  scope="prototype"></bean>
  43. </beans><bean name="user"  scope="singleton"></bean>
  44. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  45. <?xml version="1.0" encoding="UTF-8"?>
  46. <beans xmlns="http://www.springframework.org/schema/beans"
  47. <?xml version="1.0" encoding="UTF-8"?>
  48. <beans xmlns="http://www.springframework.org/schema/beans"
  49.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  50.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  51.     <bean name="user"  scope="prototype"></bean>
  52. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  53. <?xml version="1.0" encoding="UTF-8"?>
  54. <beans xmlns="http://www.springframework.org/schema/beans"
  55.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  56.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  57.     <bean name="user"  scope="prototype"></bean>
  58. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  59. <?xml version="1.0" encoding="UTF-8"?>
  60. <beans xmlns="http://www.springframework.org/schema/beans"
  61.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  62.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  63.     <bean name="user"  scope="prototype"></bean>
  64. </beans><bean name="user"  scope="singleton"></bean>
  65. </beans><bean name="user" ></bean>
  66. </beans>
复制代码
我们来是:用 User 这个类进行测试,使用:

  1. import org.junit.Test;import org.springframework.context.ApplicationContext;import org.springframework.context.support.ClassPathXmlApplicationContext;public class testScope {<?xml version="1.0" encoding="UTF-8"?>
  2. <beans xmlns="http://www.springframework.org/schema/beans"
  3. <?xml version="1.0" encoding="UTF-8"?>
  4. <beans xmlns="http://www.springframework.org/schema/beans"
  5. <?xml version="1.0" encoding="UTF-8"?>
  6. <beans xmlns="http://www.springframework.org/schema/beans"
  7.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  8.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  9.     <bean name="user"  scope="prototype"></bean>
  10. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  11. <?xml version="1.0" encoding="UTF-8"?>
  12. <beans xmlns="http://www.springframework.org/schema/beans"
  13.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  14.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  15.     <bean name="user"  scope="prototype"></bean>
  16. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  17. <?xml version="1.0" encoding="UTF-8"?>
  18. <beans xmlns="http://www.springframework.org/schema/beans"
  19.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  20.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  21.     <bean name="user"  scope="prototype"></bean>
  22. </beans><bean name="user"  scope="singleton"></bean>
  23. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  24. <?xml version="1.0" encoding="UTF-8"?>
  25. <beans xmlns="http://www.springframework.org/schema/beans"
  26. <?xml version="1.0" encoding="UTF-8"?>
  27. <beans xmlns="http://www.springframework.org/schema/beans"
  28.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  29.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  30.     <bean name="user"  scope="prototype"></bean>
  31. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  32. <?xml version="1.0" encoding="UTF-8"?>
  33. <beans xmlns="http://www.springframework.org/schema/beans"
  34.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  35.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  36.     <bean name="user"  scope="prototype"></bean>
  37. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  38. <?xml version="1.0" encoding="UTF-8"?>
  39. <beans xmlns="http://www.springframework.org/schema/beans"
  40.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  41.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  42.     <bean name="user"  scope="prototype"></bean>
  43. </beans><bean name="user"  scope="singleton"></bean>
  44. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  45. <?xml version="1.0" encoding="UTF-8"?>
  46. <beans xmlns="http://www.springframework.org/schema/beans"
  47. <?xml version="1.0" encoding="UTF-8"?>
  48. <beans xmlns="http://www.springframework.org/schema/beans"
  49.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  50.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  51.     <bean name="user"  scope="prototype"></bean>
  52. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  53. <?xml version="1.0" encoding="UTF-8"?>
  54. <beans xmlns="http://www.springframework.org/schema/beans"
  55.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  56.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  57.     <bean name="user"  scope="prototype"></bean>
  58. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  59. <?xml version="1.0" encoding="UTF-8"?>
  60. <beans xmlns="http://www.springframework.org/schema/beans"
  61.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  62.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  63.     <bean name="user"  scope="prototype"></bean>
  64. </beans><bean name="user"  scope="singleton"></bean>
  65. </beans><bean name="user" ></bean>
  66. </beans>@Test<?xml version="1.0" encoding="UTF-8"?>
  67. <beans xmlns="http://www.springframework.org/schema/beans"
  68. <?xml version="1.0" encoding="UTF-8"?>
  69. <beans xmlns="http://www.springframework.org/schema/beans"
  70. <?xml version="1.0" encoding="UTF-8"?>
  71. <beans xmlns="http://www.springframework.org/schema/beans"
  72.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  73.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  74.     <bean name="user"  scope="prototype"></bean>
  75. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  76. <?xml version="1.0" encoding="UTF-8"?>
  77. <beans xmlns="http://www.springframework.org/schema/beans"
  78.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  79.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  80.     <bean name="user"  scope="prototype"></bean>
  81. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  82. <?xml version="1.0" encoding="UTF-8"?>
  83. <beans xmlns="http://www.springframework.org/schema/beans"
  84.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  85.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  86.     <bean name="user"  scope="prototype"></bean>
  87. </beans><bean name="user"  scope="singleton"></bean>
  88. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  89. <?xml version="1.0" encoding="UTF-8"?>
  90. <beans xmlns="http://www.springframework.org/schema/beans"
  91. <?xml version="1.0" encoding="UTF-8"?>
  92. <beans xmlns="http://www.springframework.org/schema/beans"
  93.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  94.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  95.     <bean name="user"  scope="prototype"></bean>
  96. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  97. <?xml version="1.0" encoding="UTF-8"?>
  98. <beans xmlns="http://www.springframework.org/schema/beans"
  99.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  100.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  101.     <bean name="user"  scope="prototype"></bean>
  102. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  103. <?xml version="1.0" encoding="UTF-8"?>
  104. <beans xmlns="http://www.springframework.org/schema/beans"
  105.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  106.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  107.     <bean name="user"  scope="prototype"></bean>
  108. </beans><bean name="user"  scope="singleton"></bean>
  109. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  110. <?xml version="1.0" encoding="UTF-8"?>
  111. <beans xmlns="http://www.springframework.org/schema/beans"
  112. <?xml version="1.0" encoding="UTF-8"?>
  113. <beans xmlns="http://www.springframework.org/schema/beans"
  114.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  115.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  116.     <bean name="user"  scope="prototype"></bean>
  117. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  118. <?xml version="1.0" encoding="UTF-8"?>
  119. <beans xmlns="http://www.springframework.org/schema/beans"
  120.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  121.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  122.     <bean name="user"  scope="prototype"></bean>
  123. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  124. <?xml version="1.0" encoding="UTF-8"?>
  125. <beans xmlns="http://www.springframework.org/schema/beans"
  126.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  127.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  128.     <bean name="user"  scope="prototype"></bean>
  129. </beans><bean name="user"  scope="singleton"></bean>
  130. </beans><bean name="user" ></bean>
  131. </beans>public void test() {<?xml version="1.0" encoding="UTF-8"?>
  132. <beans xmlns="http://www.springframework.org/schema/beans"
  133. <?xml version="1.0" encoding="UTF-8"?>
  134. <beans xmlns="http://www.springframework.org/schema/beans"
  135. <?xml version="1.0" encoding="UTF-8"?>
  136. <beans xmlns="http://www.springframework.org/schema/beans"
  137.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  138.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  139.     <bean name="user"  scope="prototype"></bean>
  140. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  141. <?xml version="1.0" encoding="UTF-8"?>
  142. <beans xmlns="http://www.springframework.org/schema/beans"
  143.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  144.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  145.     <bean name="user"  scope="prototype"></bean>
  146. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  147. <?xml version="1.0" encoding="UTF-8"?>
  148. <beans xmlns="http://www.springframework.org/schema/beans"
  149.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  150.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  151.     <bean name="user"  scope="prototype"></bean>
  152. </beans><bean name="user"  scope="singleton"></bean>
  153. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  154. <?xml version="1.0" encoding="UTF-8"?>
  155. <beans xmlns="http://www.springframework.org/schema/beans"
  156. <?xml version="1.0" encoding="UTF-8"?>
  157. <beans xmlns="http://www.springframework.org/schema/beans"
  158.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  159.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  160.     <bean name="user"  scope="prototype"></bean>
  161. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  162. <?xml version="1.0" encoding="UTF-8"?>
  163. <beans xmlns="http://www.springframework.org/schema/beans"
  164.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  165.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  166.     <bean name="user"  scope="prototype"></bean>
  167. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  168. <?xml version="1.0" encoding="UTF-8"?>
  169. <beans xmlns="http://www.springframework.org/schema/beans"
  170.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  171.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  172.     <bean name="user"  scope="prototype"></bean>
  173. </beans><bean name="user"  scope="singleton"></bean>
  174. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  175. <?xml version="1.0" encoding="UTF-8"?>
  176. <beans xmlns="http://www.springframework.org/schema/beans"
  177. <?xml version="1.0" encoding="UTF-8"?>
  178. <beans xmlns="http://www.springframework.org/schema/beans"
  179.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  180.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  181.     <bean name="user"  scope="prototype"></bean>
  182. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  183. <?xml version="1.0" encoding="UTF-8"?>
  184. <beans xmlns="http://www.springframework.org/schema/beans"
  185.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  186.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  187.     <bean name="user"  scope="prototype"></bean>
  188. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  189. <?xml version="1.0" encoding="UTF-8"?>
  190. <beans xmlns="http://www.springframework.org/schema/beans"
  191.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  192.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  193.     <bean name="user"  scope="prototype"></bean>
  194. </beans><bean name="user"  scope="singleton"></bean>
  195. </beans><bean name="user" ></bean>
  196. </beans><?xml version="1.0" encoding="UTF-8"?>
  197. <beans xmlns="http://www.springframework.org/schema/beans"
  198. <?xml version="1.0" encoding="UTF-8"?>
  199. <beans xmlns="http://www.springframework.org/schema/beans"
  200. <?xml version="1.0" encoding="UTF-8"?>
  201. <beans xmlns="http://www.springframework.org/schema/beans"
  202.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  203.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  204.     <bean name="user"  scope="prototype"></bean>
  205. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  206. <?xml version="1.0" encoding="UTF-8"?>
  207. <beans xmlns="http://www.springframework.org/schema/beans"
  208.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  209.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  210.     <bean name="user"  scope="prototype"></bean>
  211. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  212. <?xml version="1.0" encoding="UTF-8"?>
  213. <beans xmlns="http://www.springframework.org/schema/beans"
  214.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  215.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  216.     <bean name="user"  scope="prototype"></bean>
  217. </beans><bean name="user"  scope="singleton"></bean>
  218. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  219. <?xml version="1.0" encoding="UTF-8"?>
  220. <beans xmlns="http://www.springframework.org/schema/beans"
  221. <?xml version="1.0" encoding="UTF-8"?>
  222. <beans xmlns="http://www.springframework.org/schema/beans"
  223.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  224.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  225.     <bean name="user"  scope="prototype"></bean>
  226. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  227. <?xml version="1.0" encoding="UTF-8"?>
  228. <beans xmlns="http://www.springframework.org/schema/beans"
  229.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  230.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  231.     <bean name="user"  scope="prototype"></bean>
  232. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  233. <?xml version="1.0" encoding="UTF-8"?>
  234. <beans xmlns="http://www.springframework.org/schema/beans"
  235.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  236.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  237.     <bean name="user"  scope="prototype"></bean>
  238. </beans><bean name="user"  scope="singleton"></bean>
  239. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  240. <?xml version="1.0" encoding="UTF-8"?>
  241. <beans xmlns="http://www.springframework.org/schema/beans"
  242. <?xml version="1.0" encoding="UTF-8"?>
  243. <beans xmlns="http://www.springframework.org/schema/beans"
  244.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  245.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  246.     <bean name="user"  scope="prototype"></bean>
  247. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  248. <?xml version="1.0" encoding="UTF-8"?>
  249. <beans xmlns="http://www.springframework.org/schema/beans"
  250.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  251.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  252.     <bean name="user"  scope="prototype"></bean>
  253. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  254. <?xml version="1.0" encoding="UTF-8"?>
  255. <beans xmlns="http://www.springframework.org/schema/beans"
  256.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  257.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  258.     <bean name="user"  scope="prototype"></bean>
  259. </beans><bean name="user"  scope="singleton"></bean>
  260. </beans><bean name="user" ></bean>
  261. </beans>ApplicationContext applicationContext = new ClassPathXmlApplicationContext("spring6.xml");<?xml version="1.0" encoding="UTF-8"?>
  262. <beans xmlns="http://www.springframework.org/schema/beans"
  263. <?xml version="1.0" encoding="UTF-8"?>
  264. <beans xmlns="http://www.springframework.org/schema/beans"
  265. <?xml version="1.0" encoding="UTF-8"?>
  266. <beans xmlns="http://www.springframework.org/schema/beans"
  267.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  268.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  269.     <bean name="user"  scope="prototype"></bean>
  270. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  271. <?xml version="1.0" encoding="UTF-8"?>
  272. <beans xmlns="http://www.springframework.org/schema/beans"
  273.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  274.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  275.     <bean name="user"  scope="prototype"></bean>
  276. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  277. <?xml version="1.0" encoding="UTF-8"?>
  278. <beans xmlns="http://www.springframework.org/schema/beans"
  279.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  280.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  281.     <bean name="user"  scope="prototype"></bean>
  282. </beans><bean name="user"  scope="singleton"></bean>
  283. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  284. <?xml version="1.0" encoding="UTF-8"?>
  285. <beans xmlns="http://www.springframework.org/schema/beans"
  286. <?xml version="1.0" encoding="UTF-8"?>
  287. <beans xmlns="http://www.springframework.org/schema/beans"
  288.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  289.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  290.     <bean name="user"  scope="prototype"></bean>
  291. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  292. <?xml version="1.0" encoding="UTF-8"?>
  293. <beans xmlns="http://www.springframework.org/schema/beans"
  294.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  295.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  296.     <bean name="user"  scope="prototype"></bean>
  297. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  298. <?xml version="1.0" encoding="UTF-8"?>
  299. <beans xmlns="http://www.springframework.org/schema/beans"
  300.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  301.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  302.     <bean name="user"  scope="prototype"></bean>
  303. </beans><bean name="user"  scope="singleton"></bean>
  304. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  305. <?xml version="1.0" encoding="UTF-8"?>
  306. <beans xmlns="http://www.springframework.org/schema/beans"
  307. <?xml version="1.0" encoding="UTF-8"?>
  308. <beans xmlns="http://www.springframework.org/schema/beans"
  309.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  310.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  311.     <bean name="user"  scope="prototype"></bean>
  312. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  313. <?xml version="1.0" encoding="UTF-8"?>
  314. <beans xmlns="http://www.springframework.org/schema/beans"
  315.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  316.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  317.     <bean name="user"  scope="prototype"></bean>
  318. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  319. <?xml version="1.0" encoding="UTF-8"?>
  320. <beans xmlns="http://www.springframework.org/schema/beans"
  321.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  322.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  323.     <bean name="user"  scope="prototype"></bean>
  324. </beans><bean name="user"  scope="singleton"></bean>
  325. </beans><bean name="user" ></bean>
  326. </beans><?xml version="1.0" encoding="UTF-8"?>
  327. <beans xmlns="http://www.springframework.org/schema/beans"
  328. <?xml version="1.0" encoding="UTF-8"?>
  329. <beans xmlns="http://www.springframework.org/schema/beans"
  330. <?xml version="1.0" encoding="UTF-8"?>
  331. <beans xmlns="http://www.springframework.org/schema/beans"
  332.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  333.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  334.     <bean name="user"  scope="prototype"></bean>
  335. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  336. <?xml version="1.0" encoding="UTF-8"?>
  337. <beans xmlns="http://www.springframework.org/schema/beans"
  338.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  339.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  340.     <bean name="user"  scope="prototype"></bean>
  341. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  342. <?xml version="1.0" encoding="UTF-8"?>
  343. <beans xmlns="http://www.springframework.org/schema/beans"
  344.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  345.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  346.     <bean name="user"  scope="prototype"></bean>
  347. </beans><bean name="user"  scope="singleton"></bean>
  348. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  349. <?xml version="1.0" encoding="UTF-8"?>
  350. <beans xmlns="http://www.springframework.org/schema/beans"
  351. <?xml version="1.0" encoding="UTF-8"?>
  352. <beans xmlns="http://www.springframework.org/schema/beans"
  353.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  354.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  355.     <bean name="user"  scope="prototype"></bean>
  356. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  357. <?xml version="1.0" encoding="UTF-8"?>
  358. <beans xmlns="http://www.springframework.org/schema/beans"
  359.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  360.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  361.     <bean name="user"  scope="prototype"></bean>
  362. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  363. <?xml version="1.0" encoding="UTF-8"?>
  364. <beans xmlns="http://www.springframework.org/schema/beans"
  365.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  366.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  367.     <bean name="user"  scope="prototype"></bean>
  368. </beans><bean name="user"  scope="singleton"></bean>
  369. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  370. <?xml version="1.0" encoding="UTF-8"?>
  371. <beans xmlns="http://www.springframework.org/schema/beans"
  372. <?xml version="1.0" encoding="UTF-8"?>
  373. <beans xmlns="http://www.springframework.org/schema/beans"
  374.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  375.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  376.     <bean name="user"  scope="prototype"></bean>
  377. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  378. <?xml version="1.0" encoding="UTF-8"?>
  379. <beans xmlns="http://www.springframework.org/schema/beans"
  380.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  381.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  382.     <bean name="user"  scope="prototype"></bean>
  383. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  384. <?xml version="1.0" encoding="UTF-8"?>
  385. <beans xmlns="http://www.springframework.org/schema/beans"
  386.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  387.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  388.     <bean name="user"  scope="prototype"></bean>
  389. </beans><bean name="user"  scope="singleton"></bean>
  390. </beans><bean name="user" ></bean>
  391. </beans>User user = applicationContext.getBean("user", User.class);<?xml version="1.0" encoding="UTF-8"?>
  392. <beans xmlns="http://www.springframework.org/schema/beans"
  393. <?xml version="1.0" encoding="UTF-8"?>
  394. <beans xmlns="http://www.springframework.org/schema/beans"
  395. <?xml version="1.0" encoding="UTF-8"?>
  396. <beans xmlns="http://www.springframework.org/schema/beans"
  397.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  398.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  399.     <bean name="user"  scope="prototype"></bean>
  400. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  401. <?xml version="1.0" encoding="UTF-8"?>
  402. <beans xmlns="http://www.springframework.org/schema/beans"
  403.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  404.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  405.     <bean name="user"  scope="prototype"></bean>
  406. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  407. <?xml version="1.0" encoding="UTF-8"?>
  408. <beans xmlns="http://www.springframework.org/schema/beans"
  409.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  410.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  411.     <bean name="user"  scope="prototype"></bean>
  412. </beans><bean name="user"  scope="singleton"></bean>
  413. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  414. <?xml version="1.0" encoding="UTF-8"?>
  415. <beans xmlns="http://www.springframework.org/schema/beans"
  416. <?xml version="1.0" encoding="UTF-8"?>
  417. <beans xmlns="http://www.springframework.org/schema/beans"
  418.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  419.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  420.     <bean name="user"  scope="prototype"></bean>
  421. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  422. <?xml version="1.0" encoding="UTF-8"?>
  423. <beans xmlns="http://www.springframework.org/schema/beans"
  424.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  425.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  426.     <bean name="user"  scope="prototype"></bean>
  427. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  428. <?xml version="1.0" encoding="UTF-8"?>
  429. <beans xmlns="http://www.springframework.org/schema/beans"
  430.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  431.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  432.     <bean name="user"  scope="prototype"></bean>
  433. </beans><bean name="user"  scope="singleton"></bean>
  434. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  435. <?xml version="1.0" encoding="UTF-8"?>
  436. <beans xmlns="http://www.springframework.org/schema/beans"
  437. <?xml version="1.0" encoding="UTF-8"?>
  438. <beans xmlns="http://www.springframework.org/schema/beans"
  439.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  440.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  441.     <bean name="user"  scope="prototype"></bean>
  442. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  443. <?xml version="1.0" encoding="UTF-8"?>
  444. <beans xmlns="http://www.springframework.org/schema/beans"
  445.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  446.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  447.     <bean name="user"  scope="prototype"></bean>
  448. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  449. <?xml version="1.0" encoding="UTF-8"?>
  450. <beans xmlns="http://www.springframework.org/schema/beans"
  451.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  452.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  453.     <bean name="user"  scope="prototype"></bean>
  454. </beans><bean name="user"  scope="singleton"></bean>
  455. </beans><bean name="user" ></bean>
  456. </beans><?xml version="1.0" encoding="UTF-8"?>
  457. <beans xmlns="http://www.springframework.org/schema/beans"
  458. <?xml version="1.0" encoding="UTF-8"?>
  459. <beans xmlns="http://www.springframework.org/schema/beans"
  460. <?xml version="1.0" encoding="UTF-8"?>
  461. <beans xmlns="http://www.springframework.org/schema/beans"
  462.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  463.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  464.     <bean name="user"  scope="prototype"></bean>
  465. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  466. <?xml version="1.0" encoding="UTF-8"?>
  467. <beans xmlns="http://www.springframework.org/schema/beans"
  468.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  469.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  470.     <bean name="user"  scope="prototype"></bean>
  471. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  472. <?xml version="1.0" encoding="UTF-8"?>
  473. <beans xmlns="http://www.springframework.org/schema/beans"
  474.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  475.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  476.     <bean name="user"  scope="prototype"></bean>
  477. </beans><bean name="user"  scope="singleton"></bean>
  478. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  479. <?xml version="1.0" encoding="UTF-8"?>
  480. <beans xmlns="http://www.springframework.org/schema/beans"
  481. <?xml version="1.0" encoding="UTF-8"?>
  482. <beans xmlns="http://www.springframework.org/schema/beans"
  483.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  484.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  485.     <bean name="user"  scope="prototype"></bean>
  486. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  487. <?xml version="1.0" encoding="UTF-8"?>
  488. <beans xmlns="http://www.springframework.org/schema/beans"
  489.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  490.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  491.     <bean name="user"  scope="prototype"></bean>
  492. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  493. <?xml version="1.0" encoding="UTF-8"?>
  494. <beans xmlns="http://www.springframework.org/schema/beans"
  495.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  496.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  497.     <bean name="user"  scope="prototype"></bean>
  498. </beans><bean name="user"  scope="singleton"></bean>
  499. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  500. <?xml version="1.0" encoding="UTF-8"?>
  501. <beans xmlns="http://www.springframework.org/schema/beans"
  502. <?xml version="1.0" encoding="UTF-8"?>
  503. <beans xmlns="http://www.springframework.org/schema/beans"
  504.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  505.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  506.     <bean name="user"  scope="prototype"></bean>
  507. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  508. <?xml version="1.0" encoding="UTF-8"?>
  509. <beans xmlns="http://www.springframework.org/schema/beans"
  510.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  511.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  512.     <bean name="user"  scope="prototype"></bean>
  513. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  514. <?xml version="1.0" encoding="UTF-8"?>
  515. <beans xmlns="http://www.springframework.org/schema/beans"
  516.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  517.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  518.     <bean name="user"  scope="prototype"></bean>
  519. </beans><bean name="user"  scope="singleton"></bean>
  520. </beans><bean name="user" ></bean>
  521. </beans>User user1 = applicationContext.getBean("user", User.class);<?xml version="1.0" encoding="UTF-8"?>
  522. <beans xmlns="http://www.springframework.org/schema/beans"
  523. <?xml version="1.0" encoding="UTF-8"?>
  524. <beans xmlns="http://www.springframework.org/schema/beans"
  525. <?xml version="1.0" encoding="UTF-8"?>
  526. <beans xmlns="http://www.springframework.org/schema/beans"
  527.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  528.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  529.     <bean name="user"  scope="prototype"></bean>
  530. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  531. <?xml version="1.0" encoding="UTF-8"?>
  532. <beans xmlns="http://www.springframework.org/schema/beans"
  533.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  534.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  535.     <bean name="user"  scope="prototype"></bean>
  536. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  537. <?xml version="1.0" encoding="UTF-8"?>
  538. <beans xmlns="http://www.springframework.org/schema/beans"
  539.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  540.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  541.     <bean name="user"  scope="prototype"></bean>
  542. </beans><bean name="user"  scope="singleton"></bean>
  543. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  544. <?xml version="1.0" encoding="UTF-8"?>
  545. <beans xmlns="http://www.springframework.org/schema/beans"
  546. <?xml version="1.0" encoding="UTF-8"?>
  547. <beans xmlns="http://www.springframework.org/schema/beans"
  548.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  549.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  550.     <bean name="user"  scope="prototype"></bean>
  551. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  552. <?xml version="1.0" encoding="UTF-8"?>
  553. <beans xmlns="http://www.springframework.org/schema/beans"
  554.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  555.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  556.     <bean name="user"  scope="prototype"></bean>
  557. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  558. <?xml version="1.0" encoding="UTF-8"?>
  559. <beans xmlns="http://www.springframework.org/schema/beans"
  560.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  561.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  562.     <bean name="user"  scope="prototype"></bean>
  563. </beans><bean name="user"  scope="singleton"></bean>
  564. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  565. <?xml version="1.0" encoding="UTF-8"?>
  566. <beans xmlns="http://www.springframework.org/schema/beans"
  567. <?xml version="1.0" encoding="UTF-8"?>
  568. <beans xmlns="http://www.springframework.org/schema/beans"
  569.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  570.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  571.     <bean name="user"  scope="prototype"></bean>
  572. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  573. <?xml version="1.0" encoding="UTF-8"?>
  574. <beans xmlns="http://www.springframework.org/schema/beans"
  575.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  576.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  577.     <bean name="user"  scope="prototype"></bean>
  578. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  579. <?xml version="1.0" encoding="UTF-8"?>
  580. <beans xmlns="http://www.springframework.org/schema/beans"
  581.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  582.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  583.     <bean name="user"  scope="prototype"></bean>
  584. </beans><bean name="user"  scope="singleton"></bean>
  585. </beans><bean name="user" ></bean>
  586. </beans><?xml version="1.0" encoding="UTF-8"?>
  587. <beans xmlns="http://www.springframework.org/schema/beans"
  588. <?xml version="1.0" encoding="UTF-8"?>
  589. <beans xmlns="http://www.springframework.org/schema/beans"
  590. <?xml version="1.0" encoding="UTF-8"?>
  591. <beans xmlns="http://www.springframework.org/schema/beans"
  592.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  593.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  594.     <bean name="user"  scope="prototype"></bean>
  595. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  596. <?xml version="1.0" encoding="UTF-8"?>
  597. <beans xmlns="http://www.springframework.org/schema/beans"
  598.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  599.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  600.     <bean name="user"  scope="prototype"></bean>
  601. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  602. <?xml version="1.0" encoding="UTF-8"?>
  603. <beans xmlns="http://www.springframework.org/schema/beans"
  604.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  605.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  606.     <bean name="user"  scope="prototype"></bean>
  607. </beans><bean name="user"  scope="singleton"></bean>
  608. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  609. <?xml version="1.0" encoding="UTF-8"?>
  610. <beans xmlns="http://www.springframework.org/schema/beans"
  611. <?xml version="1.0" encoding="UTF-8"?>
  612. <beans xmlns="http://www.springframework.org/schema/beans"
  613.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  614.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  615.     <bean name="user"  scope="prototype"></bean>
  616. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  617. <?xml version="1.0" encoding="UTF-8"?>
  618. <beans xmlns="http://www.springframework.org/schema/beans"
  619.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  620.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  621.     <bean name="user"  scope="prototype"></bean>
  622. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  623. <?xml version="1.0" encoding="UTF-8"?>
  624. <beans xmlns="http://www.springframework.org/schema/beans"
  625.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  626.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  627.     <bean name="user"  scope="prototype"></bean>
  628. </beans><bean name="user"  scope="singleton"></bean>
  629. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  630. <?xml version="1.0" encoding="UTF-8"?>
  631. <beans xmlns="http://www.springframework.org/schema/beans"
  632. <?xml version="1.0" encoding="UTF-8"?>
  633. <beans xmlns="http://www.springframework.org/schema/beans"
  634.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  635.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  636.     <bean name="user"  scope="prototype"></bean>
  637. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  638. <?xml version="1.0" encoding="UTF-8"?>
  639. <beans xmlns="http://www.springframework.org/schema/beans"
  640.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  641.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  642.     <bean name="user"  scope="prototype"></bean>
  643. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  644. <?xml version="1.0" encoding="UTF-8"?>
  645. <beans xmlns="http://www.springframework.org/schema/beans"
  646.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  647.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  648.     <bean name="user"  scope="prototype"></bean>
  649. </beans><bean name="user"  scope="singleton"></bean>
  650. </beans><bean name="user" ></bean>
  651. </beans>System.out.println(user);<?xml version="1.0" encoding="UTF-8"?>
  652. <beans xmlns="http://www.springframework.org/schema/beans"
  653. <?xml version="1.0" encoding="UTF-8"?>
  654. <beans xmlns="http://www.springframework.org/schema/beans"
  655. <?xml version="1.0" encoding="UTF-8"?>
  656. <beans xmlns="http://www.springframework.org/schema/beans"
  657.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  658.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  659.     <bean name="user"  scope="prototype"></bean>
  660. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  661. <?xml version="1.0" encoding="UTF-8"?>
  662. <beans xmlns="http://www.springframework.org/schema/beans"
  663.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  664.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  665.     <bean name="user"  scope="prototype"></bean>
  666. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  667. <?xml version="1.0" encoding="UTF-8"?>
  668. <beans xmlns="http://www.springframework.org/schema/beans"
  669.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  670.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  671.     <bean name="user"  scope="prototype"></bean>
  672. </beans><bean name="user"  scope="singleton"></bean>
  673. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  674. <?xml version="1.0" encoding="UTF-8"?>
  675. <beans xmlns="http://www.springframework.org/schema/beans"
  676. <?xml version="1.0" encoding="UTF-8"?>
  677. <beans xmlns="http://www.springframework.org/schema/beans"
  678.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  679.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  680.     <bean name="user"  scope="prototype"></bean>
  681. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  682. <?xml version="1.0" encoding="UTF-8"?>
  683. <beans xmlns="http://www.springframework.org/schema/beans"
  684.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  685.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  686.     <bean name="user"  scope="prototype"></bean>
  687. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  688. <?xml version="1.0" encoding="UTF-8"?>
  689. <beans xmlns="http://www.springframework.org/schema/beans"
  690.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  691.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  692.     <bean name="user"  scope="prototype"></bean>
  693. </beans><bean name="user"  scope="singleton"></bean>
  694. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  695. <?xml version="1.0" encoding="UTF-8"?>
  696. <beans xmlns="http://www.springframework.org/schema/beans"
  697. <?xml version="1.0" encoding="UTF-8"?>
  698. <beans xmlns="http://www.springframework.org/schema/beans"
  699.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  700.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  701.     <bean name="user"  scope="prototype"></bean>
  702. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  703. <?xml version="1.0" encoding="UTF-8"?>
  704. <beans xmlns="http://www.springframework.org/schema/beans"
  705.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  706.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  707.     <bean name="user"  scope="prototype"></bean>
  708. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  709. <?xml version="1.0" encoding="UTF-8"?>
  710. <beans xmlns="http://www.springframework.org/schema/beans"
  711.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  712.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  713.     <bean name="user"  scope="prototype"></bean>
  714. </beans><bean name="user"  scope="singleton"></bean>
  715. </beans><bean name="user" ></bean>
  716. </beans><?xml version="1.0" encoding="UTF-8"?>
  717. <beans xmlns="http://www.springframework.org/schema/beans"
  718. <?xml version="1.0" encoding="UTF-8"?>
  719. <beans xmlns="http://www.springframework.org/schema/beans"
  720. <?xml version="1.0" encoding="UTF-8"?>
  721. <beans xmlns="http://www.springframework.org/schema/beans"
  722.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  723.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  724.     <bean name="user"  scope="prototype"></bean>
  725. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  726. <?xml version="1.0" encoding="UTF-8"?>
  727. <beans xmlns="http://www.springframework.org/schema/beans"
  728.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  729.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  730.     <bean name="user"  scope="prototype"></bean>
  731. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  732. <?xml version="1.0" encoding="UTF-8"?>
  733. <beans xmlns="http://www.springframework.org/schema/beans"
  734.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  735.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  736.     <bean name="user"  scope="prototype"></bean>
  737. </beans><bean name="user"  scope="singleton"></bean>
  738. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  739. <?xml version="1.0" encoding="UTF-8"?>
  740. <beans xmlns="http://www.springframework.org/schema/beans"
  741. <?xml version="1.0" encoding="UTF-8"?>
  742. <beans xmlns="http://www.springframework.org/schema/beans"
  743.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  744.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  745.     <bean name="user"  scope="prototype"></bean>
  746. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  747. <?xml version="1.0" encoding="UTF-8"?>
  748. <beans xmlns="http://www.springframework.org/schema/beans"
  749.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  750.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  751.     <bean name="user"  scope="prototype"></bean>
  752. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  753. <?xml version="1.0" encoding="UTF-8"?>
  754. <beans xmlns="http://www.springframework.org/schema/beans"
  755.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  756.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  757.     <bean name="user"  scope="prototype"></bean>
  758. </beans><bean name="user"  scope="singleton"></bean>
  759. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  760. <?xml version="1.0" encoding="UTF-8"?>
  761. <beans xmlns="http://www.springframework.org/schema/beans"
  762. <?xml version="1.0" encoding="UTF-8"?>
  763. <beans xmlns="http://www.springframework.org/schema/beans"
  764.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  765.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  766.     <bean name="user"  scope="prototype"></bean>
  767. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  768. <?xml version="1.0" encoding="UTF-8"?>
  769. <beans xmlns="http://www.springframework.org/schema/beans"
  770.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  771.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  772.     <bean name="user"  scope="prototype"></bean>
  773. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  774. <?xml version="1.0" encoding="UTF-8"?>
  775. <beans xmlns="http://www.springframework.org/schema/beans"
  776.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  777.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  778.     <bean name="user"  scope="prototype"></bean>
  779. </beans><bean name="user"  scope="singleton"></bean>
  780. </beans><bean name="user" ></bean>
  781. </beans>System.out.println(user1);<?xml version="1.0" encoding="UTF-8"?>
  782. <beans xmlns="http://www.springframework.org/schema/beans"
  783. <?xml version="1.0" encoding="UTF-8"?>
  784. <beans xmlns="http://www.springframework.org/schema/beans"
  785. <?xml version="1.0" encoding="UTF-8"?>
  786. <beans xmlns="http://www.springframework.org/schema/beans"
  787.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  788.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  789.     <bean name="user"  scope="prototype"></bean>
  790. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  791. <?xml version="1.0" encoding="UTF-8"?>
  792. <beans xmlns="http://www.springframework.org/schema/beans"
  793.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  794.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  795.     <bean name="user"  scope="prototype"></bean>
  796. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  797. <?xml version="1.0" encoding="UTF-8"?>
  798. <beans xmlns="http://www.springframework.org/schema/beans"
  799.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  800.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  801.     <bean name="user"  scope="prototype"></bean>
  802. </beans><bean name="user"  scope="singleton"></bean>
  803. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  804. <?xml version="1.0" encoding="UTF-8"?>
  805. <beans xmlns="http://www.springframework.org/schema/beans"
  806. <?xml version="1.0" encoding="UTF-8"?>
  807. <beans xmlns="http://www.springframework.org/schema/beans"
  808.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  809.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  810.     <bean name="user"  scope="prototype"></bean>
  811. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  812. <?xml version="1.0" encoding="UTF-8"?>
  813. <beans xmlns="http://www.springframework.org/schema/beans"
  814.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  815.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  816.     <bean name="user"  scope="prototype"></bean>
  817. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  818. <?xml version="1.0" encoding="UTF-8"?>
  819. <beans xmlns="http://www.springframework.org/schema/beans"
  820.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  821.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  822.     <bean name="user"  scope="prototype"></bean>
  823. </beans><bean name="user"  scope="singleton"></bean>
  824. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  825. <?xml version="1.0" encoding="UTF-8"?>
  826. <beans xmlns="http://www.springframework.org/schema/beans"
  827. <?xml version="1.0" encoding="UTF-8"?>
  828. <beans xmlns="http://www.springframework.org/schema/beans"
  829.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  830.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  831.     <bean name="user"  scope="prototype"></bean>
  832. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  833. <?xml version="1.0" encoding="UTF-8"?>
  834. <beans xmlns="http://www.springframework.org/schema/beans"
  835.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  836.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  837.     <bean name="user"  scope="prototype"></bean>
  838. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  839. <?xml version="1.0" encoding="UTF-8"?>
  840. <beans xmlns="http://www.springframework.org/schema/beans"
  841.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  842.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  843.     <bean name="user"  scope="prototype"></bean>
  844. </beans><bean name="user"  scope="singleton"></bean>
  845. </beans><bean name="user" ></bean>
  846. </beans>}}
复制代码
从结果上看:
1.调用了两次无参数构成方法()
2.是两个不同的 user对象的地址
启动多个线程,也是会存在多个,user对象的地址的,同时调用多次无参数构成方法()——> 是多例 的。 不像 singleton(默认)的那样是无论是执行多少次,applicationContext.getBean ,照旧启动多个线程,都是同一个User对象单例的。
  1. import org.junit.Test;import org.springframework.context.ApplicationContext;import org.springframework.context.support.ClassPathXmlApplicationContext;public class testScope {<?xml version="1.0" encoding="UTF-8"?>
  2. <beans xmlns="http://www.springframework.org/schema/beans"
  3. <?xml version="1.0" encoding="UTF-8"?>
  4. <beans xmlns="http://www.springframework.org/schema/beans"
  5. <?xml version="1.0" encoding="UTF-8"?>
  6. <beans xmlns="http://www.springframework.org/schema/beans"
  7.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  8.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  9.     <bean name="user"  scope="prototype"></bean>
  10. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  11. <?xml version="1.0" encoding="UTF-8"?>
  12. <beans xmlns="http://www.springframework.org/schema/beans"
  13.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  14.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  15.     <bean name="user"  scope="prototype"></bean>
  16. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  17. <?xml version="1.0" encoding="UTF-8"?>
  18. <beans xmlns="http://www.springframework.org/schema/beans"
  19.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  20.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  21.     <bean name="user"  scope="prototype"></bean>
  22. </beans><bean name="user"  scope="singleton"></bean>
  23. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  24. <?xml version="1.0" encoding="UTF-8"?>
  25. <beans xmlns="http://www.springframework.org/schema/beans"
  26. <?xml version="1.0" encoding="UTF-8"?>
  27. <beans xmlns="http://www.springframework.org/schema/beans"
  28.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  29.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  30.     <bean name="user"  scope="prototype"></bean>
  31. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  32. <?xml version="1.0" encoding="UTF-8"?>
  33. <beans xmlns="http://www.springframework.org/schema/beans"
  34.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  35.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  36.     <bean name="user"  scope="prototype"></bean>
  37. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  38. <?xml version="1.0" encoding="UTF-8"?>
  39. <beans xmlns="http://www.springframework.org/schema/beans"
  40.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  41.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  42.     <bean name="user"  scope="prototype"></bean>
  43. </beans><bean name="user"  scope="singleton"></bean>
  44. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  45. <?xml version="1.0" encoding="UTF-8"?>
  46. <beans xmlns="http://www.springframework.org/schema/beans"
  47. <?xml version="1.0" encoding="UTF-8"?>
  48. <beans xmlns="http://www.springframework.org/schema/beans"
  49.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  50.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  51.     <bean name="user"  scope="prototype"></bean>
  52. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  53. <?xml version="1.0" encoding="UTF-8"?>
  54. <beans xmlns="http://www.springframework.org/schema/beans"
  55.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  56.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  57.     <bean name="user"  scope="prototype"></bean>
  58. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  59. <?xml version="1.0" encoding="UTF-8"?>
  60. <beans xmlns="http://www.springframework.org/schema/beans"
  61.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  62.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  63.     <bean name="user"  scope="prototype"></bean>
  64. </beans><bean name="user"  scope="singleton"></bean>
  65. </beans><bean name="user" ></bean>
  66. </beans>@Test<?xml version="1.0" encoding="UTF-8"?>
  67. <beans xmlns="http://www.springframework.org/schema/beans"
  68. <?xml version="1.0" encoding="UTF-8"?>
  69. <beans xmlns="http://www.springframework.org/schema/beans"
  70. <?xml version="1.0" encoding="UTF-8"?>
  71. <beans xmlns="http://www.springframework.org/schema/beans"
  72.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  73.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  74.     <bean name="user"  scope="prototype"></bean>
  75. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  76. <?xml version="1.0" encoding="UTF-8"?>
  77. <beans xmlns="http://www.springframework.org/schema/beans"
  78.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  79.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  80.     <bean name="user"  scope="prototype"></bean>
  81. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  82. <?xml version="1.0" encoding="UTF-8"?>
  83. <beans xmlns="http://www.springframework.org/schema/beans"
  84.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  85.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  86.     <bean name="user"  scope="prototype"></bean>
  87. </beans><bean name="user"  scope="singleton"></bean>
  88. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  89. <?xml version="1.0" encoding="UTF-8"?>
  90. <beans xmlns="http://www.springframework.org/schema/beans"
  91. <?xml version="1.0" encoding="UTF-8"?>
  92. <beans xmlns="http://www.springframework.org/schema/beans"
  93.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  94.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  95.     <bean name="user"  scope="prototype"></bean>
  96. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  97. <?xml version="1.0" encoding="UTF-8"?>
  98. <beans xmlns="http://www.springframework.org/schema/beans"
  99.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  100.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  101.     <bean name="user"  scope="prototype"></bean>
  102. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  103. <?xml version="1.0" encoding="UTF-8"?>
  104. <beans xmlns="http://www.springframework.org/schema/beans"
  105.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  106.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  107.     <bean name="user"  scope="prototype"></bean>
  108. </beans><bean name="user"  scope="singleton"></bean>
  109. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  110. <?xml version="1.0" encoding="UTF-8"?>
  111. <beans xmlns="http://www.springframework.org/schema/beans"
  112. <?xml version="1.0" encoding="UTF-8"?>
  113. <beans xmlns="http://www.springframework.org/schema/beans"
  114.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  115.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  116.     <bean name="user"  scope="prototype"></bean>
  117. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  118. <?xml version="1.0" encoding="UTF-8"?>
  119. <beans xmlns="http://www.springframework.org/schema/beans"
  120.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  121.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  122.     <bean name="user"  scope="prototype"></bean>
  123. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  124. <?xml version="1.0" encoding="UTF-8"?>
  125. <beans xmlns="http://www.springframework.org/schema/beans"
  126.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  127.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  128.     <bean name="user"  scope="prototype"></bean>
  129. </beans><bean name="user"  scope="singleton"></bean>
  130. </beans><bean name="user" ></bean>
  131. </beans>public void test() {<?xml version="1.0" encoding="UTF-8"?>
  132. <beans xmlns="http://www.springframework.org/schema/beans"
  133. <?xml version="1.0" encoding="UTF-8"?>
  134. <beans xmlns="http://www.springframework.org/schema/beans"
  135. <?xml version="1.0" encoding="UTF-8"?>
  136. <beans xmlns="http://www.springframework.org/schema/beans"
  137.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  138.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  139.     <bean name="user"  scope="prototype"></bean>
  140. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  141. <?xml version="1.0" encoding="UTF-8"?>
  142. <beans xmlns="http://www.springframework.org/schema/beans"
  143.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  144.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  145.     <bean name="user"  scope="prototype"></bean>
  146. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  147. <?xml version="1.0" encoding="UTF-8"?>
  148. <beans xmlns="http://www.springframework.org/schema/beans"
  149.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  150.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  151.     <bean name="user"  scope="prototype"></bean>
  152. </beans><bean name="user"  scope="singleton"></bean>
  153. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  154. <?xml version="1.0" encoding="UTF-8"?>
  155. <beans xmlns="http://www.springframework.org/schema/beans"
  156. <?xml version="1.0" encoding="UTF-8"?>
  157. <beans xmlns="http://www.springframework.org/schema/beans"
  158.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  159.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  160.     <bean name="user"  scope="prototype"></bean>
  161. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  162. <?xml version="1.0" encoding="UTF-8"?>
  163. <beans xmlns="http://www.springframework.org/schema/beans"
  164.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  165.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  166.     <bean name="user"  scope="prototype"></bean>
  167. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  168. <?xml version="1.0" encoding="UTF-8"?>
  169. <beans xmlns="http://www.springframework.org/schema/beans"
  170.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  171.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  172.     <bean name="user"  scope="prototype"></bean>
  173. </beans><bean name="user"  scope="singleton"></bean>
  174. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  175. <?xml version="1.0" encoding="UTF-8"?>
  176. <beans xmlns="http://www.springframework.org/schema/beans"
  177. <?xml version="1.0" encoding="UTF-8"?>
  178. <beans xmlns="http://www.springframework.org/schema/beans"
  179.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  180.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  181.     <bean name="user"  scope="prototype"></bean>
  182. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  183. <?xml version="1.0" encoding="UTF-8"?>
  184. <beans xmlns="http://www.springframework.org/schema/beans"
  185.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  186.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  187.     <bean name="user"  scope="prototype"></bean>
  188. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  189. <?xml version="1.0" encoding="UTF-8"?>
  190. <beans xmlns="http://www.springframework.org/schema/beans"
  191.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  192.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  193.     <bean name="user"  scope="prototype"></bean>
  194. </beans><bean name="user"  scope="singleton"></bean>
  195. </beans><bean name="user" ></bean>
  196. </beans><?xml version="1.0" encoding="UTF-8"?>
  197. <beans xmlns="http://www.springframework.org/schema/beans"
  198. <?xml version="1.0" encoding="UTF-8"?>
  199. <beans xmlns="http://www.springframework.org/schema/beans"
  200. <?xml version="1.0" encoding="UTF-8"?>
  201. <beans xmlns="http://www.springframework.org/schema/beans"
  202.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  203.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  204.     <bean name="user"  scope="prototype"></bean>
  205. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  206. <?xml version="1.0" encoding="UTF-8"?>
  207. <beans xmlns="http://www.springframework.org/schema/beans"
  208.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  209.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  210.     <bean name="user"  scope="prototype"></bean>
  211. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  212. <?xml version="1.0" encoding="UTF-8"?>
  213. <beans xmlns="http://www.springframework.org/schema/beans"
  214.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  215.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  216.     <bean name="user"  scope="prototype"></bean>
  217. </beans><bean name="user"  scope="singleton"></bean>
  218. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  219. <?xml version="1.0" encoding="UTF-8"?>
  220. <beans xmlns="http://www.springframework.org/schema/beans"
  221. <?xml version="1.0" encoding="UTF-8"?>
  222. <beans xmlns="http://www.springframework.org/schema/beans"
  223.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  224.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  225.     <bean name="user"  scope="prototype"></bean>
  226. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  227. <?xml version="1.0" encoding="UTF-8"?>
  228. <beans xmlns="http://www.springframework.org/schema/beans"
  229.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  230.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  231.     <bean name="user"  scope="prototype"></bean>
  232. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  233. <?xml version="1.0" encoding="UTF-8"?>
  234. <beans xmlns="http://www.springframework.org/schema/beans"
  235.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  236.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  237.     <bean name="user"  scope="prototype"></bean>
  238. </beans><bean name="user"  scope="singleton"></bean>
  239. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  240. <?xml version="1.0" encoding="UTF-8"?>
  241. <beans xmlns="http://www.springframework.org/schema/beans"
  242. <?xml version="1.0" encoding="UTF-8"?>
  243. <beans xmlns="http://www.springframework.org/schema/beans"
  244.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  245.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  246.     <bean name="user"  scope="prototype"></bean>
  247. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  248. <?xml version="1.0" encoding="UTF-8"?>
  249. <beans xmlns="http://www.springframework.org/schema/beans"
  250.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  251.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  252.     <bean name="user"  scope="prototype"></bean>
  253. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  254. <?xml version="1.0" encoding="UTF-8"?>
  255. <beans xmlns="http://www.springframework.org/schema/beans"
  256.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  257.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  258.     <bean name="user"  scope="prototype"></bean>
  259. </beans><bean name="user"  scope="singleton"></bean>
  260. </beans><bean name="user" ></bean>
  261. </beans>ApplicationContext applicationContext = new ClassPathXmlApplicationContext("spring6.xml");<?xml version="1.0" encoding="UTF-8"?>
  262. <beans xmlns="http://www.springframework.org/schema/beans"
  263. <?xml version="1.0" encoding="UTF-8"?>
  264. <beans xmlns="http://www.springframework.org/schema/beans"
  265. <?xml version="1.0" encoding="UTF-8"?>
  266. <beans xmlns="http://www.springframework.org/schema/beans"
  267.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  268.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  269.     <bean name="user"  scope="prototype"></bean>
  270. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  271. <?xml version="1.0" encoding="UTF-8"?>
  272. <beans xmlns="http://www.springframework.org/schema/beans"
  273.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  274.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  275.     <bean name="user"  scope="prototype"></bean>
  276. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  277. <?xml version="1.0" encoding="UTF-8"?>
  278. <beans xmlns="http://www.springframework.org/schema/beans"
  279.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  280.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  281.     <bean name="user"  scope="prototype"></bean>
  282. </beans><bean name="user"  scope="singleton"></bean>
  283. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  284. <?xml version="1.0" encoding="UTF-8"?>
  285. <beans xmlns="http://www.springframework.org/schema/beans"
  286. <?xml version="1.0" encoding="UTF-8"?>
  287. <beans xmlns="http://www.springframework.org/schema/beans"
  288.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  289.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  290.     <bean name="user"  scope="prototype"></bean>
  291. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  292. <?xml version="1.0" encoding="UTF-8"?>
  293. <beans xmlns="http://www.springframework.org/schema/beans"
  294.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  295.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  296.     <bean name="user"  scope="prototype"></bean>
  297. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  298. <?xml version="1.0" encoding="UTF-8"?>
  299. <beans xmlns="http://www.springframework.org/schema/beans"
  300.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  301.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  302.     <bean name="user"  scope="prototype"></bean>
  303. </beans><bean name="user"  scope="singleton"></bean>
  304. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  305. <?xml version="1.0" encoding="UTF-8"?>
  306. <beans xmlns="http://www.springframework.org/schema/beans"
  307. <?xml version="1.0" encoding="UTF-8"?>
  308. <beans xmlns="http://www.springframework.org/schema/beans"
  309.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  310.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  311.     <bean name="user"  scope="prototype"></bean>
  312. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  313. <?xml version="1.0" encoding="UTF-8"?>
  314. <beans xmlns="http://www.springframework.org/schema/beans"
  315.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  316.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  317.     <bean name="user"  scope="prototype"></bean>
  318. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  319. <?xml version="1.0" encoding="UTF-8"?>
  320. <beans xmlns="http://www.springframework.org/schema/beans"
  321.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  322.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  323.     <bean name="user"  scope="prototype"></bean>
  324. </beans><bean name="user"  scope="singleton"></bean>
  325. </beans><bean name="user" ></bean>
  326. </beans><?xml version="1.0" encoding="UTF-8"?>
  327. <beans xmlns="http://www.springframework.org/schema/beans"
  328. <?xml version="1.0" encoding="UTF-8"?>
  329. <beans xmlns="http://www.springframework.org/schema/beans"
  330. <?xml version="1.0" encoding="UTF-8"?>
  331. <beans xmlns="http://www.springframework.org/schema/beans"
  332.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  333.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  334.     <bean name="user"  scope="prototype"></bean>
  335. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  336. <?xml version="1.0" encoding="UTF-8"?>
  337. <beans xmlns="http://www.springframework.org/schema/beans"
  338.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  339.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  340.     <bean name="user"  scope="prototype"></bean>
  341. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  342. <?xml version="1.0" encoding="UTF-8"?>
  343. <beans xmlns="http://www.springframework.org/schema/beans"
  344.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  345.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  346.     <bean name="user"  scope="prototype"></bean>
  347. </beans><bean name="user"  scope="singleton"></bean>
  348. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  349. <?xml version="1.0" encoding="UTF-8"?>
  350. <beans xmlns="http://www.springframework.org/schema/beans"
  351. <?xml version="1.0" encoding="UTF-8"?>
  352. <beans xmlns="http://www.springframework.org/schema/beans"
  353.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  354.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  355.     <bean name="user"  scope="prototype"></bean>
  356. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  357. <?xml version="1.0" encoding="UTF-8"?>
  358. <beans xmlns="http://www.springframework.org/schema/beans"
  359.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  360.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  361.     <bean name="user"  scope="prototype"></bean>
  362. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  363. <?xml version="1.0" encoding="UTF-8"?>
  364. <beans xmlns="http://www.springframework.org/schema/beans"
  365.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  366.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  367.     <bean name="user"  scope="prototype"></bean>
  368. </beans><bean name="user"  scope="singleton"></bean>
  369. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  370. <?xml version="1.0" encoding="UTF-8"?>
  371. <beans xmlns="http://www.springframework.org/schema/beans"
  372. <?xml version="1.0" encoding="UTF-8"?>
  373. <beans xmlns="http://www.springframework.org/schema/beans"
  374.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  375.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  376.     <bean name="user"  scope="prototype"></bean>
  377. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  378. <?xml version="1.0" encoding="UTF-8"?>
  379. <beans xmlns="http://www.springframework.org/schema/beans"
  380.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  381.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  382.     <bean name="user"  scope="prototype"></bean>
  383. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  384. <?xml version="1.0" encoding="UTF-8"?>
  385. <beans xmlns="http://www.springframework.org/schema/beans"
  386.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  387.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  388.     <bean name="user"  scope="prototype"></bean>
  389. </beans><bean name="user"  scope="singleton"></bean>
  390. </beans><bean name="user" ></bean>
  391. </beans>User user = applicationContext.getBean("user", User.class);<?xml version="1.0" encoding="UTF-8"?>
  392. <beans xmlns="http://www.springframework.org/schema/beans"
  393. <?xml version="1.0" encoding="UTF-8"?>
  394. <beans xmlns="http://www.springframework.org/schema/beans"
  395. <?xml version="1.0" encoding="UTF-8"?>
  396. <beans xmlns="http://www.springframework.org/schema/beans"
  397.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  398.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  399.     <bean name="user"  scope="prototype"></bean>
  400. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  401. <?xml version="1.0" encoding="UTF-8"?>
  402. <beans xmlns="http://www.springframework.org/schema/beans"
  403.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  404.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  405.     <bean name="user"  scope="prototype"></bean>
  406. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  407. <?xml version="1.0" encoding="UTF-8"?>
  408. <beans xmlns="http://www.springframework.org/schema/beans"
  409.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  410.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  411.     <bean name="user"  scope="prototype"></bean>
  412. </beans><bean name="user"  scope="singleton"></bean>
  413. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  414. <?xml version="1.0" encoding="UTF-8"?>
  415. <beans xmlns="http://www.springframework.org/schema/beans"
  416. <?xml version="1.0" encoding="UTF-8"?>
  417. <beans xmlns="http://www.springframework.org/schema/beans"
  418.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  419.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  420.     <bean name="user"  scope="prototype"></bean>
  421. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  422. <?xml version="1.0" encoding="UTF-8"?>
  423. <beans xmlns="http://www.springframework.org/schema/beans"
  424.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  425.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  426.     <bean name="user"  scope="prototype"></bean>
  427. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  428. <?xml version="1.0" encoding="UTF-8"?>
  429. <beans xmlns="http://www.springframework.org/schema/beans"
  430.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  431.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  432.     <bean name="user"  scope="prototype"></bean>
  433. </beans><bean name="user"  scope="singleton"></bean>
  434. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  435. <?xml version="1.0" encoding="UTF-8"?>
  436. <beans xmlns="http://www.springframework.org/schema/beans"
  437. <?xml version="1.0" encoding="UTF-8"?>
  438. <beans xmlns="http://www.springframework.org/schema/beans"
  439.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  440.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  441.     <bean name="user"  scope="prototype"></bean>
  442. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  443. <?xml version="1.0" encoding="UTF-8"?>
  444. <beans xmlns="http://www.springframework.org/schema/beans"
  445.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  446.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  447.     <bean name="user"  scope="prototype"></bean>
  448. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  449. <?xml version="1.0" encoding="UTF-8"?>
  450. <beans xmlns="http://www.springframework.org/schema/beans"
  451.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  452.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  453.     <bean name="user"  scope="prototype"></bean>
  454. </beans><bean name="user"  scope="singleton"></bean>
  455. </beans><bean name="user" ></bean>
  456. </beans><?xml version="1.0" encoding="UTF-8"?>
  457. <beans xmlns="http://www.springframework.org/schema/beans"
  458. <?xml version="1.0" encoding="UTF-8"?>
  459. <beans xmlns="http://www.springframework.org/schema/beans"
  460. <?xml version="1.0" encoding="UTF-8"?>
  461. <beans xmlns="http://www.springframework.org/schema/beans"
  462.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  463.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  464.     <bean name="user"  scope="prototype"></bean>
  465. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  466. <?xml version="1.0" encoding="UTF-8"?>
  467. <beans xmlns="http://www.springframework.org/schema/beans"
  468.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  469.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  470.     <bean name="user"  scope="prototype"></bean>
  471. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  472. <?xml version="1.0" encoding="UTF-8"?>
  473. <beans xmlns="http://www.springframework.org/schema/beans"
  474.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  475.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  476.     <bean name="user"  scope="prototype"></bean>
  477. </beans><bean name="user"  scope="singleton"></bean>
  478. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  479. <?xml version="1.0" encoding="UTF-8"?>
  480. <beans xmlns="http://www.springframework.org/schema/beans"
  481. <?xml version="1.0" encoding="UTF-8"?>
  482. <beans xmlns="http://www.springframework.org/schema/beans"
  483.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  484.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  485.     <bean name="user"  scope="prototype"></bean>
  486. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  487. <?xml version="1.0" encoding="UTF-8"?>
  488. <beans xmlns="http://www.springframework.org/schema/beans"
  489.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  490.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  491.     <bean name="user"  scope="prototype"></bean>
  492. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  493. <?xml version="1.0" encoding="UTF-8"?>
  494. <beans xmlns="http://www.springframework.org/schema/beans"
  495.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  496.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  497.     <bean name="user"  scope="prototype"></bean>
  498. </beans><bean name="user"  scope="singleton"></bean>
  499. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  500. <?xml version="1.0" encoding="UTF-8"?>
  501. <beans xmlns="http://www.springframework.org/schema/beans"
  502. <?xml version="1.0" encoding="UTF-8"?>
  503. <beans xmlns="http://www.springframework.org/schema/beans"
  504.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  505.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  506.     <bean name="user"  scope="prototype"></bean>
  507. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  508. <?xml version="1.0" encoding="UTF-8"?>
  509. <beans xmlns="http://www.springframework.org/schema/beans"
  510.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  511.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  512.     <bean name="user"  scope="prototype"></bean>
  513. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  514. <?xml version="1.0" encoding="UTF-8"?>
  515. <beans xmlns="http://www.springframework.org/schema/beans"
  516.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  517.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  518.     <bean name="user"  scope="prototype"></bean>
  519. </beans><bean name="user"  scope="singleton"></bean>
  520. </beans><bean name="user" ></bean>
  521. </beans>User user1 = applicationContext.getBean("user", User.class);<?xml version="1.0" encoding="UTF-8"?>
  522. <beans xmlns="http://www.springframework.org/schema/beans"
  523. <?xml version="1.0" encoding="UTF-8"?>
  524. <beans xmlns="http://www.springframework.org/schema/beans"
  525. <?xml version="1.0" encoding="UTF-8"?>
  526. <beans xmlns="http://www.springframework.org/schema/beans"
  527.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  528.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  529.     <bean name="user"  scope="prototype"></bean>
  530. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  531. <?xml version="1.0" encoding="UTF-8"?>
  532. <beans xmlns="http://www.springframework.org/schema/beans"
  533.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  534.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  535.     <bean name="user"  scope="prototype"></bean>
  536. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  537. <?xml version="1.0" encoding="UTF-8"?>
  538. <beans xmlns="http://www.springframework.org/schema/beans"
  539.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  540.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  541.     <bean name="user"  scope="prototype"></bean>
  542. </beans><bean name="user"  scope="singleton"></bean>
  543. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  544. <?xml version="1.0" encoding="UTF-8"?>
  545. <beans xmlns="http://www.springframework.org/schema/beans"
  546. <?xml version="1.0" encoding="UTF-8"?>
  547. <beans xmlns="http://www.springframework.org/schema/beans"
  548.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  549.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  550.     <bean name="user"  scope="prototype"></bean>
  551. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  552. <?xml version="1.0" encoding="UTF-8"?>
  553. <beans xmlns="http://www.springframework.org/schema/beans"
  554.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  555.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  556.     <bean name="user"  scope="prototype"></bean>
  557. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  558. <?xml version="1.0" encoding="UTF-8"?>
  559. <beans xmlns="http://www.springframework.org/schema/beans"
  560.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  561.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  562.     <bean name="user"  scope="prototype"></bean>
  563. </beans><bean name="user"  scope="singleton"></bean>
  564. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  565. <?xml version="1.0" encoding="UTF-8"?>
  566. <beans xmlns="http://www.springframework.org/schema/beans"
  567. <?xml version="1.0" encoding="UTF-8"?>
  568. <beans xmlns="http://www.springframework.org/schema/beans"
  569.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  570.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  571.     <bean name="user"  scope="prototype"></bean>
  572. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  573. <?xml version="1.0" encoding="UTF-8"?>
  574. <beans xmlns="http://www.springframework.org/schema/beans"
  575.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  576.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  577.     <bean name="user"  scope="prototype"></bean>
  578. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  579. <?xml version="1.0" encoding="UTF-8"?>
  580. <beans xmlns="http://www.springframework.org/schema/beans"
  581.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  582.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  583.     <bean name="user"  scope="prototype"></bean>
  584. </beans><bean name="user"  scope="singleton"></bean>
  585. </beans><bean name="user" ></bean>
  586. </beans><?xml version="1.0" encoding="UTF-8"?>
  587. <beans xmlns="http://www.springframework.org/schema/beans"
  588. <?xml version="1.0" encoding="UTF-8"?>
  589. <beans xmlns="http://www.springframework.org/schema/beans"
  590. <?xml version="1.0" encoding="UTF-8"?>
  591. <beans xmlns="http://www.springframework.org/schema/beans"
  592.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  593.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  594.     <bean name="user"  scope="prototype"></bean>
  595. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  596. <?xml version="1.0" encoding="UTF-8"?>
  597. <beans xmlns="http://www.springframework.org/schema/beans"
  598.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  599.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  600.     <bean name="user"  scope="prototype"></bean>
  601. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  602. <?xml version="1.0" encoding="UTF-8"?>
  603. <beans xmlns="http://www.springframework.org/schema/beans"
  604.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  605.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  606.     <bean name="user"  scope="prototype"></bean>
  607. </beans><bean name="user"  scope="singleton"></bean>
  608. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  609. <?xml version="1.0" encoding="UTF-8"?>
  610. <beans xmlns="http://www.springframework.org/schema/beans"
  611. <?xml version="1.0" encoding="UTF-8"?>
  612. <beans xmlns="http://www.springframework.org/schema/beans"
  613.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  614.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  615.     <bean name="user"  scope="prototype"></bean>
  616. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  617. <?xml version="1.0" encoding="UTF-8"?>
  618. <beans xmlns="http://www.springframework.org/schema/beans"
  619.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  620.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  621.     <bean name="user"  scope="prototype"></bean>
  622. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  623. <?xml version="1.0" encoding="UTF-8"?>
  624. <beans xmlns="http://www.springframework.org/schema/beans"
  625.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  626.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  627.     <bean name="user"  scope="prototype"></bean>
  628. </beans><bean name="user"  scope="singleton"></bean>
  629. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  630. <?xml version="1.0" encoding="UTF-8"?>
  631. <beans xmlns="http://www.springframework.org/schema/beans"
  632. <?xml version="1.0" encoding="UTF-8"?>
  633. <beans xmlns="http://www.springframework.org/schema/beans"
  634.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  635.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  636.     <bean name="user"  scope="prototype"></bean>
  637. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  638. <?xml version="1.0" encoding="UTF-8"?>
  639. <beans xmlns="http://www.springframework.org/schema/beans"
  640.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  641.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  642.     <bean name="user"  scope="prototype"></bean>
  643. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  644. <?xml version="1.0" encoding="UTF-8"?>
  645. <beans xmlns="http://www.springframework.org/schema/beans"
  646.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  647.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  648.     <bean name="user"  scope="prototype"></bean>
  649. </beans><bean name="user"  scope="singleton"></bean>
  650. </beans><bean name="user" ></bean>
  651. </beans>System.out.println(user);<?xml version="1.0" encoding="UTF-8"?>
  652. <beans xmlns="http://www.springframework.org/schema/beans"
  653. <?xml version="1.0" encoding="UTF-8"?>
  654. <beans xmlns="http://www.springframework.org/schema/beans"
  655. <?xml version="1.0" encoding="UTF-8"?>
  656. <beans xmlns="http://www.springframework.org/schema/beans"
  657.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  658.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  659.     <bean name="user"  scope="prototype"></bean>
  660. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  661. <?xml version="1.0" encoding="UTF-8"?>
  662. <beans xmlns="http://www.springframework.org/schema/beans"
  663.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  664.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  665.     <bean name="user"  scope="prototype"></bean>
  666. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  667. <?xml version="1.0" encoding="UTF-8"?>
  668. <beans xmlns="http://www.springframework.org/schema/beans"
  669.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  670.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  671.     <bean name="user"  scope="prototype"></bean>
  672. </beans><bean name="user"  scope="singleton"></bean>
  673. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  674. <?xml version="1.0" encoding="UTF-8"?>
  675. <beans xmlns="http://www.springframework.org/schema/beans"
  676. <?xml version="1.0" encoding="UTF-8"?>
  677. <beans xmlns="http://www.springframework.org/schema/beans"
  678.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  679.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  680.     <bean name="user"  scope="prototype"></bean>
  681. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  682. <?xml version="1.0" encoding="UTF-8"?>
  683. <beans xmlns="http://www.springframework.org/schema/beans"
  684.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  685.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  686.     <bean name="user"  scope="prototype"></bean>
  687. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  688. <?xml version="1.0" encoding="UTF-8"?>
  689. <beans xmlns="http://www.springframework.org/schema/beans"
  690.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  691.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  692.     <bean name="user"  scope="prototype"></bean>
  693. </beans><bean name="user"  scope="singleton"></bean>
  694. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  695. <?xml version="1.0" encoding="UTF-8"?>
  696. <beans xmlns="http://www.springframework.org/schema/beans"
  697. <?xml version="1.0" encoding="UTF-8"?>
  698. <beans xmlns="http://www.springframework.org/schema/beans"
  699.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  700.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  701.     <bean name="user"  scope="prototype"></bean>
  702. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  703. <?xml version="1.0" encoding="UTF-8"?>
  704. <beans xmlns="http://www.springframework.org/schema/beans"
  705.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  706.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  707.     <bean name="user"  scope="prototype"></bean>
  708. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  709. <?xml version="1.0" encoding="UTF-8"?>
  710. <beans xmlns="http://www.springframework.org/schema/beans"
  711.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  712.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  713.     <bean name="user"  scope="prototype"></bean>
  714. </beans><bean name="user"  scope="singleton"></bean>
  715. </beans><bean name="user" ></bean>
  716. </beans><?xml version="1.0" encoding="UTF-8"?>
  717. <beans xmlns="http://www.springframework.org/schema/beans"
  718. <?xml version="1.0" encoding="UTF-8"?>
  719. <beans xmlns="http://www.springframework.org/schema/beans"
  720. <?xml version="1.0" encoding="UTF-8"?>
  721. <beans xmlns="http://www.springframework.org/schema/beans"
  722.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  723.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  724.     <bean name="user"  scope="prototype"></bean>
  725. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  726. <?xml version="1.0" encoding="UTF-8"?>
  727. <beans xmlns="http://www.springframework.org/schema/beans"
  728.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  729.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  730.     <bean name="user"  scope="prototype"></bean>
  731. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  732. <?xml version="1.0" encoding="UTF-8"?>
  733. <beans xmlns="http://www.springframework.org/schema/beans"
  734.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  735.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  736.     <bean name="user"  scope="prototype"></bean>
  737. </beans><bean name="user"  scope="singleton"></bean>
  738. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  739. <?xml version="1.0" encoding="UTF-8"?>
  740. <beans xmlns="http://www.springframework.org/schema/beans"
  741. <?xml version="1.0" encoding="UTF-8"?>
  742. <beans xmlns="http://www.springframework.org/schema/beans"
  743.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  744.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  745.     <bean name="user"  scope="prototype"></bean>
  746. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  747. <?xml version="1.0" encoding="UTF-8"?>
  748. <beans xmlns="http://www.springframework.org/schema/beans"
  749.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  750.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  751.     <bean name="user"  scope="prototype"></bean>
  752. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  753. <?xml version="1.0" encoding="UTF-8"?>
  754. <beans xmlns="http://www.springframework.org/schema/beans"
  755.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  756.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  757.     <bean name="user"  scope="prototype"></bean>
  758. </beans><bean name="user"  scope="singleton"></bean>
  759. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  760. <?xml version="1.0" encoding="UTF-8"?>
  761. <beans xmlns="http://www.springframework.org/schema/beans"
  762. <?xml version="1.0" encoding="UTF-8"?>
  763. <beans xmlns="http://www.springframework.org/schema/beans"
  764.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  765.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  766.     <bean name="user"  scope="prototype"></bean>
  767. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  768. <?xml version="1.0" encoding="UTF-8"?>
  769. <beans xmlns="http://www.springframework.org/schema/beans"
  770.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  771.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  772.     <bean name="user"  scope="prototype"></bean>
  773. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  774. <?xml version="1.0" encoding="UTF-8"?>
  775. <beans xmlns="http://www.springframework.org/schema/beans"
  776.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  777.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  778.     <bean name="user"  scope="prototype"></bean>
  779. </beans><bean name="user"  scope="singleton"></bean>
  780. </beans><bean name="user" ></bean>
  781. </beans>System.out.println(user1);<?xml version="1.0" encoding="UTF-8"?>
  782. <beans xmlns="http://www.springframework.org/schema/beans"
  783. <?xml version="1.0" encoding="UTF-8"?>
  784. <beans xmlns="http://www.springframework.org/schema/beans"
  785. <?xml version="1.0" encoding="UTF-8"?>
  786. <beans xmlns="http://www.springframework.org/schema/beans"
  787.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  788.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  789.     <bean name="user"  scope="prototype"></bean>
  790. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  791. <?xml version="1.0" encoding="UTF-8"?>
  792. <beans xmlns="http://www.springframework.org/schema/beans"
  793.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  794.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  795.     <bean name="user"  scope="prototype"></bean>
  796. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  797. <?xml version="1.0" encoding="UTF-8"?>
  798. <beans xmlns="http://www.springframework.org/schema/beans"
  799.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  800.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  801.     <bean name="user"  scope="prototype"></bean>
  802. </beans><bean name="user"  scope="singleton"></bean>
  803. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  804. <?xml version="1.0" encoding="UTF-8"?>
  805. <beans xmlns="http://www.springframework.org/schema/beans"
  806. <?xml version="1.0" encoding="UTF-8"?>
  807. <beans xmlns="http://www.springframework.org/schema/beans"
  808.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  809.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  810.     <bean name="user"  scope="prototype"></bean>
  811. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  812. <?xml version="1.0" encoding="UTF-8"?>
  813. <beans xmlns="http://www.springframework.org/schema/beans"
  814.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  815.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  816.     <bean name="user"  scope="prototype"></bean>
  817. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  818. <?xml version="1.0" encoding="UTF-8"?>
  819. <beans xmlns="http://www.springframework.org/schema/beans"
  820.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  821.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  822.     <bean name="user"  scope="prototype"></bean>
  823. </beans><bean name="user"  scope="singleton"></bean>
  824. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  825. <?xml version="1.0" encoding="UTF-8"?>
  826. <beans xmlns="http://www.springframework.org/schema/beans"
  827. <?xml version="1.0" encoding="UTF-8"?>
  828. <beans xmlns="http://www.springframework.org/schema/beans"
  829.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  830.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  831.     <bean name="user"  scope="prototype"></bean>
  832. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  833. <?xml version="1.0" encoding="UTF-8"?>
  834. <beans xmlns="http://www.springframework.org/schema/beans"
  835.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  836.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  837.     <bean name="user"  scope="prototype"></bean>
  838. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  839. <?xml version="1.0" encoding="UTF-8"?>
  840. <beans xmlns="http://www.springframework.org/schema/beans"
  841.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  842.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  843.     <bean name="user"  scope="prototype"></bean>
  844. </beans><bean name="user"  scope="singleton"></bean>
  845. </beans><bean name="user" ></bean>
  846. </beans><?xml version="1.0" encoding="UTF-8"?>
  847. <beans xmlns="http://www.springframework.org/schema/beans"
  848. <?xml version="1.0" encoding="UTF-8"?>
  849. <beans xmlns="http://www.springframework.org/schema/beans"
  850. <?xml version="1.0" encoding="UTF-8"?>
  851. <beans xmlns="http://www.springframework.org/schema/beans"
  852.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  853.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  854.     <bean name="user"  scope="prototype"></bean>
  855. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  856. <?xml version="1.0" encoding="UTF-8"?>
  857. <beans xmlns="http://www.springframework.org/schema/beans"
  858.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  859.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  860.     <bean name="user"  scope="prototype"></bean>
  861. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  862. <?xml version="1.0" encoding="UTF-8"?>
  863. <beans xmlns="http://www.springframework.org/schema/beans"
  864.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  865.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  866.     <bean name="user"  scope="prototype"></bean>
  867. </beans><bean name="user"  scope="singleton"></bean>
  868. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  869. <?xml version="1.0" encoding="UTF-8"?>
  870. <beans xmlns="http://www.springframework.org/schema/beans"
  871. <?xml version="1.0" encoding="UTF-8"?>
  872. <beans xmlns="http://www.springframework.org/schema/beans"
  873.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  874.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  875.     <bean name="user"  scope="prototype"></bean>
  876. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  877. <?xml version="1.0" encoding="UTF-8"?>
  878. <beans xmlns="http://www.springframework.org/schema/beans"
  879.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  880.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  881.     <bean name="user"  scope="prototype"></bean>
  882. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  883. <?xml version="1.0" encoding="UTF-8"?>
  884. <beans xmlns="http://www.springframework.org/schema/beans"
  885.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  886.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  887.     <bean name="user"  scope="prototype"></bean>
  888. </beans><bean name="user"  scope="singleton"></bean>
  889. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  890. <?xml version="1.0" encoding="UTF-8"?>
  891. <beans xmlns="http://www.springframework.org/schema/beans"
  892. <?xml version="1.0" encoding="UTF-8"?>
  893. <beans xmlns="http://www.springframework.org/schema/beans"
  894.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  895.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  896.     <bean name="user"  scope="prototype"></bean>
  897. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  898. <?xml version="1.0" encoding="UTF-8"?>
  899. <beans xmlns="http://www.springframework.org/schema/beans"
  900.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  901.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  902.     <bean name="user"  scope="prototype"></bean>
  903. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  904. <?xml version="1.0" encoding="UTF-8"?>
  905. <beans xmlns="http://www.springframework.org/schema/beans"
  906.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  907.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  908.     <bean name="user"  scope="prototype"></bean>
  909. </beans><bean name="user"  scope="singleton"></bean>
  910. </beans><bean name="user" ></bean>
  911. </beans>// 启动多线程<?xml version="1.0" encoding="UTF-8"?>
  912. <beans xmlns="http://www.springframework.org/schema/beans"
  913. <?xml version="1.0" encoding="UTF-8"?>
  914. <beans xmlns="http://www.springframework.org/schema/beans"
  915. <?xml version="1.0" encoding="UTF-8"?>
  916. <beans xmlns="http://www.springframework.org/schema/beans"
  917.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  918.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  919.     <bean name="user"  scope="prototype"></bean>
  920. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  921. <?xml version="1.0" encoding="UTF-8"?>
  922. <beans xmlns="http://www.springframework.org/schema/beans"
  923.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  924.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  925.     <bean name="user"  scope="prototype"></bean>
  926. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  927. <?xml version="1.0" encoding="UTF-8"?>
  928. <beans xmlns="http://www.springframework.org/schema/beans"
  929.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  930.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  931.     <bean name="user"  scope="prototype"></bean>
  932. </beans><bean name="user"  scope="singleton"></bean>
  933. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  934. <?xml version="1.0" encoding="UTF-8"?>
  935. <beans xmlns="http://www.springframework.org/schema/beans"
  936. <?xml version="1.0" encoding="UTF-8"?>
  937. <beans xmlns="http://www.springframework.org/schema/beans"
  938.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  939.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  940.     <bean name="user"  scope="prototype"></bean>
  941. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  942. <?xml version="1.0" encoding="UTF-8"?>
  943. <beans xmlns="http://www.springframework.org/schema/beans"
  944.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  945.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  946.     <bean name="user"  scope="prototype"></bean>
  947. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  948. <?xml version="1.0" encoding="UTF-8"?>
  949. <beans xmlns="http://www.springframework.org/schema/beans"
  950.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  951.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  952.     <bean name="user"  scope="prototype"></bean>
  953. </beans><bean name="user"  scope="singleton"></bean>
  954. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  955. <?xml version="1.0" encoding="UTF-8"?>
  956. <beans xmlns="http://www.springframework.org/schema/beans"
  957. <?xml version="1.0" encoding="UTF-8"?>
  958. <beans xmlns="http://www.springframework.org/schema/beans"
  959.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  960.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  961.     <bean name="user"  scope="prototype"></bean>
  962. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  963. <?xml version="1.0" encoding="UTF-8"?>
  964. <beans xmlns="http://www.springframework.org/schema/beans"
  965.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  966.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  967.     <bean name="user"  scope="prototype"></bean>
  968. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  969. <?xml version="1.0" encoding="UTF-8"?>
  970. <beans xmlns="http://www.springframework.org/schema/beans"
  971.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  972.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  973.     <bean name="user"  scope="prototype"></bean>
  974. </beans><bean name="user"  scope="singleton"></bean>
  975. </beans><bean name="user" ></bean>
  976. </beans><?xml version="1.0" encoding="UTF-8"?>
  977. <beans xmlns="http://www.springframework.org/schema/beans"
  978. <?xml version="1.0" encoding="UTF-8"?>
  979. <beans xmlns="http://www.springframework.org/schema/beans"
  980. <?xml version="1.0" encoding="UTF-8"?>
  981. <beans xmlns="http://www.springframework.org/schema/beans"
  982.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  983.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  984.     <bean name="user"  scope="prototype"></bean>
  985. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  986. <?xml version="1.0" encoding="UTF-8"?>
  987. <beans xmlns="http://www.springframework.org/schema/beans"
  988.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  989.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  990.     <bean name="user"  scope="prototype"></bean>
  991. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  992. <?xml version="1.0" encoding="UTF-8"?>
  993. <beans xmlns="http://www.springframework.org/schema/beans"
  994.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  995.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  996.     <bean name="user"  scope="prototype"></bean>
  997. </beans><bean name="user"  scope="singleton"></bean>
  998. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  999. <?xml version="1.0" encoding="UTF-8"?>
  1000. <beans xmlns="http://www.springframework.org/schema/beans"
  1001. <?xml version="1.0" encoding="UTF-8"?>
  1002. <beans xmlns="http://www.springframework.org/schema/beans"
  1003.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1004.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1005.     <bean name="user"  scope="prototype"></bean>
  1006. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1007. <?xml version="1.0" encoding="UTF-8"?>
  1008. <beans xmlns="http://www.springframework.org/schema/beans"
  1009.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1010.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1011.     <bean name="user"  scope="prototype"></bean>
  1012. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1013. <?xml version="1.0" encoding="UTF-8"?>
  1014. <beans xmlns="http://www.springframework.org/schema/beans"
  1015.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1016.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1017.     <bean name="user"  scope="prototype"></bean>
  1018. </beans><bean name="user"  scope="singleton"></bean>
  1019. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1020. <?xml version="1.0" encoding="UTF-8"?>
  1021. <beans xmlns="http://www.springframework.org/schema/beans"
  1022. <?xml version="1.0" encoding="UTF-8"?>
  1023. <beans xmlns="http://www.springframework.org/schema/beans"
  1024.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1025.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1026.     <bean name="user"  scope="prototype"></bean>
  1027. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1028. <?xml version="1.0" encoding="UTF-8"?>
  1029. <beans xmlns="http://www.springframework.org/schema/beans"
  1030.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1031.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1032.     <bean name="user"  scope="prototype"></bean>
  1033. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1034. <?xml version="1.0" encoding="UTF-8"?>
  1035. <beans xmlns="http://www.springframework.org/schema/beans"
  1036.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1037.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1038.     <bean name="user"  scope="prototype"></bean>
  1039. </beans><bean name="user"  scope="singleton"></bean>
  1040. </beans><bean name="user" ></bean>
  1041. </beans>new Thread(new Runnable() {<?xml version="1.0" encoding="UTF-8"?>
  1042. <beans xmlns="http://www.springframework.org/schema/beans"
  1043. <?xml version="1.0" encoding="UTF-8"?>
  1044. <beans xmlns="http://www.springframework.org/schema/beans"
  1045. <?xml version="1.0" encoding="UTF-8"?>
  1046. <beans xmlns="http://www.springframework.org/schema/beans"
  1047.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1048.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1049.     <bean name="user"  scope="prototype"></bean>
  1050. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1051. <?xml version="1.0" encoding="UTF-8"?>
  1052. <beans xmlns="http://www.springframework.org/schema/beans"
  1053.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1054.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1055.     <bean name="user"  scope="prototype"></bean>
  1056. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1057. <?xml version="1.0" encoding="UTF-8"?>
  1058. <beans xmlns="http://www.springframework.org/schema/beans"
  1059.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1060.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1061.     <bean name="user"  scope="prototype"></bean>
  1062. </beans><bean name="user"  scope="singleton"></bean>
  1063. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1064. <?xml version="1.0" encoding="UTF-8"?>
  1065. <beans xmlns="http://www.springframework.org/schema/beans"
  1066. <?xml version="1.0" encoding="UTF-8"?>
  1067. <beans xmlns="http://www.springframework.org/schema/beans"
  1068.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1069.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1070.     <bean name="user"  scope="prototype"></bean>
  1071. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1072. <?xml version="1.0" encoding="UTF-8"?>
  1073. <beans xmlns="http://www.springframework.org/schema/beans"
  1074.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1075.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1076.     <bean name="user"  scope="prototype"></bean>
  1077. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1078. <?xml version="1.0" encoding="UTF-8"?>
  1079. <beans xmlns="http://www.springframework.org/schema/beans"
  1080.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1081.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1082.     <bean name="user"  scope="prototype"></bean>
  1083. </beans><bean name="user"  scope="singleton"></bean>
  1084. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1085. <?xml version="1.0" encoding="UTF-8"?>
  1086. <beans xmlns="http://www.springframework.org/schema/beans"
  1087. <?xml version="1.0" encoding="UTF-8"?>
  1088. <beans xmlns="http://www.springframework.org/schema/beans"
  1089.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1090.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1091.     <bean name="user"  scope="prototype"></bean>
  1092. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1093. <?xml version="1.0" encoding="UTF-8"?>
  1094. <beans xmlns="http://www.springframework.org/schema/beans"
  1095.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1096.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1097.     <bean name="user"  scope="prototype"></bean>
  1098. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1099. <?xml version="1.0" encoding="UTF-8"?>
  1100. <beans xmlns="http://www.springframework.org/schema/beans"
  1101.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1102.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1103.     <bean name="user"  scope="prototype"></bean>
  1104. </beans><bean name="user"  scope="singleton"></bean>
  1105. </beans><bean name="user" ></bean>
  1106. </beans><?xml version="1.0" encoding="UTF-8"?>
  1107. <beans xmlns="http://www.springframework.org/schema/beans"
  1108. <?xml version="1.0" encoding="UTF-8"?>
  1109. <beans xmlns="http://www.springframework.org/schema/beans"
  1110. <?xml version="1.0" encoding="UTF-8"?>
  1111. <beans xmlns="http://www.springframework.org/schema/beans"
  1112.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1113.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1114.     <bean name="user"  scope="prototype"></bean>
  1115. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1116. <?xml version="1.0" encoding="UTF-8"?>
  1117. <beans xmlns="http://www.springframework.org/schema/beans"
  1118.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1119.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1120.     <bean name="user"  scope="prototype"></bean>
  1121. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1122. <?xml version="1.0" encoding="UTF-8"?>
  1123. <beans xmlns="http://www.springframework.org/schema/beans"
  1124.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1125.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1126.     <bean name="user"  scope="prototype"></bean>
  1127. </beans><bean name="user"  scope="singleton"></bean>
  1128. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1129. <?xml version="1.0" encoding="UTF-8"?>
  1130. <beans xmlns="http://www.springframework.org/schema/beans"
  1131. <?xml version="1.0" encoding="UTF-8"?>
  1132. <beans xmlns="http://www.springframework.org/schema/beans"
  1133.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1134.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1135.     <bean name="user"  scope="prototype"></bean>
  1136. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1137. <?xml version="1.0" encoding="UTF-8"?>
  1138. <beans xmlns="http://www.springframework.org/schema/beans"
  1139.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1140.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1141.     <bean name="user"  scope="prototype"></bean>
  1142. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1143. <?xml version="1.0" encoding="UTF-8"?>
  1144. <beans xmlns="http://www.springframework.org/schema/beans"
  1145.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1146.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1147.     <bean name="user"  scope="prototype"></bean>
  1148. </beans><bean name="user"  scope="singleton"></bean>
  1149. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1150. <?xml version="1.0" encoding="UTF-8"?>
  1151. <beans xmlns="http://www.springframework.org/schema/beans"
  1152. <?xml version="1.0" encoding="UTF-8"?>
  1153. <beans xmlns="http://www.springframework.org/schema/beans"
  1154.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1155.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1156.     <bean name="user"  scope="prototype"></bean>
  1157. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1158. <?xml version="1.0" encoding="UTF-8"?>
  1159. <beans xmlns="http://www.springframework.org/schema/beans"
  1160.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1161.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1162.     <bean name="user"  scope="prototype"></bean>
  1163. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1164. <?xml version="1.0" encoding="UTF-8"?>
  1165. <beans xmlns="http://www.springframework.org/schema/beans"
  1166.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1167.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1168.     <bean name="user"  scope="prototype"></bean>
  1169. </beans><bean name="user"  scope="singleton"></bean>
  1170. </beans><bean name="user" ></bean>
  1171. </beans><?xml version="1.0" encoding="UTF-8"?>
  1172. <beans xmlns="http://www.springframework.org/schema/beans"
  1173. <?xml version="1.0" encoding="UTF-8"?>
  1174. <beans xmlns="http://www.springframework.org/schema/beans"
  1175. <?xml version="1.0" encoding="UTF-8"?>
  1176. <beans xmlns="http://www.springframework.org/schema/beans"
  1177.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1178.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1179.     <bean name="user"  scope="prototype"></bean>
  1180. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1181. <?xml version="1.0" encoding="UTF-8"?>
  1182. <beans xmlns="http://www.springframework.org/schema/beans"
  1183.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1184.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1185.     <bean name="user"  scope="prototype"></bean>
  1186. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1187. <?xml version="1.0" encoding="UTF-8"?>
  1188. <beans xmlns="http://www.springframework.org/schema/beans"
  1189.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1190.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1191.     <bean name="user"  scope="prototype"></bean>
  1192. </beans><bean name="user"  scope="singleton"></bean>
  1193. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1194. <?xml version="1.0" encoding="UTF-8"?>
  1195. <beans xmlns="http://www.springframework.org/schema/beans"
  1196. <?xml version="1.0" encoding="UTF-8"?>
  1197. <beans xmlns="http://www.springframework.org/schema/beans"
  1198.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1199.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1200.     <bean name="user"  scope="prototype"></bean>
  1201. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1202. <?xml version="1.0" encoding="UTF-8"?>
  1203. <beans xmlns="http://www.springframework.org/schema/beans"
  1204.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1205.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1206.     <bean name="user"  scope="prototype"></bean>
  1207. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1208. <?xml version="1.0" encoding="UTF-8"?>
  1209. <beans xmlns="http://www.springframework.org/schema/beans"
  1210.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1211.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1212.     <bean name="user"  scope="prototype"></bean>
  1213. </beans><bean name="user"  scope="singleton"></bean>
  1214. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1215. <?xml version="1.0" encoding="UTF-8"?>
  1216. <beans xmlns="http://www.springframework.org/schema/beans"
  1217. <?xml version="1.0" encoding="UTF-8"?>
  1218. <beans xmlns="http://www.springframework.org/schema/beans"
  1219.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1220.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1221.     <bean name="user"  scope="prototype"></bean>
  1222. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1223. <?xml version="1.0" encoding="UTF-8"?>
  1224. <beans xmlns="http://www.springframework.org/schema/beans"
  1225.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1226.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1227.     <bean name="user"  scope="prototype"></bean>
  1228. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1229. <?xml version="1.0" encoding="UTF-8"?>
  1230. <beans xmlns="http://www.springframework.org/schema/beans"
  1231.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1232.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1233.     <bean name="user"  scope="prototype"></bean>
  1234. </beans><bean name="user"  scope="singleton"></bean>
  1235. </beans><bean name="user" ></bean>
  1236. </beans>@Override<?xml version="1.0" encoding="UTF-8"?>
  1237. <beans xmlns="http://www.springframework.org/schema/beans"
  1238. <?xml version="1.0" encoding="UTF-8"?>
  1239. <beans xmlns="http://www.springframework.org/schema/beans"
  1240. <?xml version="1.0" encoding="UTF-8"?>
  1241. <beans xmlns="http://www.springframework.org/schema/beans"
  1242.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1243.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1244.     <bean name="user"  scope="prototype"></bean>
  1245. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1246. <?xml version="1.0" encoding="UTF-8"?>
  1247. <beans xmlns="http://www.springframework.org/schema/beans"
  1248.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1249.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1250.     <bean name="user"  scope="prototype"></bean>
  1251. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1252. <?xml version="1.0" encoding="UTF-8"?>
  1253. <beans xmlns="http://www.springframework.org/schema/beans"
  1254.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1255.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1256.     <bean name="user"  scope="prototype"></bean>
  1257. </beans><bean name="user"  scope="singleton"></bean>
  1258. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1259. <?xml version="1.0" encoding="UTF-8"?>
  1260. <beans xmlns="http://www.springframework.org/schema/beans"
  1261. <?xml version="1.0" encoding="UTF-8"?>
  1262. <beans xmlns="http://www.springframework.org/schema/beans"
  1263.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1264.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1265.     <bean name="user"  scope="prototype"></bean>
  1266. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1267. <?xml version="1.0" encoding="UTF-8"?>
  1268. <beans xmlns="http://www.springframework.org/schema/beans"
  1269.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1270.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1271.     <bean name="user"  scope="prototype"></bean>
  1272. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1273. <?xml version="1.0" encoding="UTF-8"?>
  1274. <beans xmlns="http://www.springframework.org/schema/beans"
  1275.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1276.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1277.     <bean name="user"  scope="prototype"></bean>
  1278. </beans><bean name="user"  scope="singleton"></bean>
  1279. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1280. <?xml version="1.0" encoding="UTF-8"?>
  1281. <beans xmlns="http://www.springframework.org/schema/beans"
  1282. <?xml version="1.0" encoding="UTF-8"?>
  1283. <beans xmlns="http://www.springframework.org/schema/beans"
  1284.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1285.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1286.     <bean name="user"  scope="prototype"></bean>
  1287. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1288. <?xml version="1.0" encoding="UTF-8"?>
  1289. <beans xmlns="http://www.springframework.org/schema/beans"
  1290.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1291.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1292.     <bean name="user"  scope="prototype"></bean>
  1293. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1294. <?xml version="1.0" encoding="UTF-8"?>
  1295. <beans xmlns="http://www.springframework.org/schema/beans"
  1296.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1297.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1298.     <bean name="user"  scope="prototype"></bean>
  1299. </beans><bean name="user"  scope="singleton"></bean>
  1300. </beans><bean name="user" ></bean>
  1301. </beans><?xml version="1.0" encoding="UTF-8"?>
  1302. <beans xmlns="http://www.springframework.org/schema/beans"
  1303. <?xml version="1.0" encoding="UTF-8"?>
  1304. <beans xmlns="http://www.springframework.org/schema/beans"
  1305. <?xml version="1.0" encoding="UTF-8"?>
  1306. <beans xmlns="http://www.springframework.org/schema/beans"
  1307.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1308.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1309.     <bean name="user"  scope="prototype"></bean>
  1310. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1311. <?xml version="1.0" encoding="UTF-8"?>
  1312. <beans xmlns="http://www.springframework.org/schema/beans"
  1313.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1314.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1315.     <bean name="user"  scope="prototype"></bean>
  1316. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1317. <?xml version="1.0" encoding="UTF-8"?>
  1318. <beans xmlns="http://www.springframework.org/schema/beans"
  1319.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1320.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1321.     <bean name="user"  scope="prototype"></bean>
  1322. </beans><bean name="user"  scope="singleton"></bean>
  1323. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1324. <?xml version="1.0" encoding="UTF-8"?>
  1325. <beans xmlns="http://www.springframework.org/schema/beans"
  1326. <?xml version="1.0" encoding="UTF-8"?>
  1327. <beans xmlns="http://www.springframework.org/schema/beans"
  1328.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1329.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1330.     <bean name="user"  scope="prototype"></bean>
  1331. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1332. <?xml version="1.0" encoding="UTF-8"?>
  1333. <beans xmlns="http://www.springframework.org/schema/beans"
  1334.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1335.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1336.     <bean name="user"  scope="prototype"></bean>
  1337. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1338. <?xml version="1.0" encoding="UTF-8"?>
  1339. <beans xmlns="http://www.springframework.org/schema/beans"
  1340.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1341.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1342.     <bean name="user"  scope="prototype"></bean>
  1343. </beans><bean name="user"  scope="singleton"></bean>
  1344. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1345. <?xml version="1.0" encoding="UTF-8"?>
  1346. <beans xmlns="http://www.springframework.org/schema/beans"
  1347. <?xml version="1.0" encoding="UTF-8"?>
  1348. <beans xmlns="http://www.springframework.org/schema/beans"
  1349.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1350.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1351.     <bean name="user"  scope="prototype"></bean>
  1352. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1353. <?xml version="1.0" encoding="UTF-8"?>
  1354. <beans xmlns="http://www.springframework.org/schema/beans"
  1355.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1356.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1357.     <bean name="user"  scope="prototype"></bean>
  1358. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1359. <?xml version="1.0" encoding="UTF-8"?>
  1360. <beans xmlns="http://www.springframework.org/schema/beans"
  1361.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1362.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1363.     <bean name="user"  scope="prototype"></bean>
  1364. </beans><bean name="user"  scope="singleton"></bean>
  1365. </beans><bean name="user" ></bean>
  1366. </beans><?xml version="1.0" encoding="UTF-8"?>
  1367. <beans xmlns="http://www.springframework.org/schema/beans"
  1368. <?xml version="1.0" encoding="UTF-8"?>
  1369. <beans xmlns="http://www.springframework.org/schema/beans"
  1370. <?xml version="1.0" encoding="UTF-8"?>
  1371. <beans xmlns="http://www.springframework.org/schema/beans"
  1372.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1373.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1374.     <bean name="user"  scope="prototype"></bean>
  1375. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1376. <?xml version="1.0" encoding="UTF-8"?>
  1377. <beans xmlns="http://www.springframework.org/schema/beans"
  1378.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1379.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1380.     <bean name="user"  scope="prototype"></bean>
  1381. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1382. <?xml version="1.0" encoding="UTF-8"?>
  1383. <beans xmlns="http://www.springframework.org/schema/beans"
  1384.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1385.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1386.     <bean name="user"  scope="prototype"></bean>
  1387. </beans><bean name="user"  scope="singleton"></bean>
  1388. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1389. <?xml version="1.0" encoding="UTF-8"?>
  1390. <beans xmlns="http://www.springframework.org/schema/beans"
  1391. <?xml version="1.0" encoding="UTF-8"?>
  1392. <beans xmlns="http://www.springframework.org/schema/beans"
  1393.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1394.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1395.     <bean name="user"  scope="prototype"></bean>
  1396. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1397. <?xml version="1.0" encoding="UTF-8"?>
  1398. <beans xmlns="http://www.springframework.org/schema/beans"
  1399.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1400.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1401.     <bean name="user"  scope="prototype"></bean>
  1402. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1403. <?xml version="1.0" encoding="UTF-8"?>
  1404. <beans xmlns="http://www.springframework.org/schema/beans"
  1405.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1406.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1407.     <bean name="user"  scope="prototype"></bean>
  1408. </beans><bean name="user"  scope="singleton"></bean>
  1409. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1410. <?xml version="1.0" encoding="UTF-8"?>
  1411. <beans xmlns="http://www.springframework.org/schema/beans"
  1412. <?xml version="1.0" encoding="UTF-8"?>
  1413. <beans xmlns="http://www.springframework.org/schema/beans"
  1414.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1415.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1416.     <bean name="user"  scope="prototype"></bean>
  1417. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1418. <?xml version="1.0" encoding="UTF-8"?>
  1419. <beans xmlns="http://www.springframework.org/schema/beans"
  1420.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1421.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1422.     <bean name="user"  scope="prototype"></bean>
  1423. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1424. <?xml version="1.0" encoding="UTF-8"?>
  1425. <beans xmlns="http://www.springframework.org/schema/beans"
  1426.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1427.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1428.     <bean name="user"  scope="prototype"></bean>
  1429. </beans><bean name="user"  scope="singleton"></bean>
  1430. </beans><bean name="user" ></bean>
  1431. </beans>public void run() {<?xml version="1.0" encoding="UTF-8"?>
  1432. <beans xmlns="http://www.springframework.org/schema/beans"
  1433. <?xml version="1.0" encoding="UTF-8"?>
  1434. <beans xmlns="http://www.springframework.org/schema/beans"
  1435. <?xml version="1.0" encoding="UTF-8"?>
  1436. <beans xmlns="http://www.springframework.org/schema/beans"
  1437.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1438.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1439.     <bean name="user"  scope="prototype"></bean>
  1440. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1441. <?xml version="1.0" encoding="UTF-8"?>
  1442. <beans xmlns="http://www.springframework.org/schema/beans"
  1443.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1444.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1445.     <bean name="user"  scope="prototype"></bean>
  1446. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1447. <?xml version="1.0" encoding="UTF-8"?>
  1448. <beans xmlns="http://www.springframework.org/schema/beans"
  1449.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1450.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1451.     <bean name="user"  scope="prototype"></bean>
  1452. </beans><bean name="user"  scope="singleton"></bean>
  1453. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1454. <?xml version="1.0" encoding="UTF-8"?>
  1455. <beans xmlns="http://www.springframework.org/schema/beans"
  1456. <?xml version="1.0" encoding="UTF-8"?>
  1457. <beans xmlns="http://www.springframework.org/schema/beans"
  1458.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1459.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1460.     <bean name="user"  scope="prototype"></bean>
  1461. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1462. <?xml version="1.0" encoding="UTF-8"?>
  1463. <beans xmlns="http://www.springframework.org/schema/beans"
  1464.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1465.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1466.     <bean name="user"  scope="prototype"></bean>
  1467. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1468. <?xml version="1.0" encoding="UTF-8"?>
  1469. <beans xmlns="http://www.springframework.org/schema/beans"
  1470.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1471.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1472.     <bean name="user"  scope="prototype"></bean>
  1473. </beans><bean name="user"  scope="singleton"></bean>
  1474. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1475. <?xml version="1.0" encoding="UTF-8"?>
  1476. <beans xmlns="http://www.springframework.org/schema/beans"
  1477. <?xml version="1.0" encoding="UTF-8"?>
  1478. <beans xmlns="http://www.springframework.org/schema/beans"
  1479.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1480.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1481.     <bean name="user"  scope="prototype"></bean>
  1482. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1483. <?xml version="1.0" encoding="UTF-8"?>
  1484. <beans xmlns="http://www.springframework.org/schema/beans"
  1485.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1486.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1487.     <bean name="user"  scope="prototype"></bean>
  1488. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1489. <?xml version="1.0" encoding="UTF-8"?>
  1490. <beans xmlns="http://www.springframework.org/schema/beans"
  1491.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1492.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1493.     <bean name="user"  scope="prototype"></bean>
  1494. </beans><bean name="user"  scope="singleton"></bean>
  1495. </beans><bean name="user" ></bean>
  1496. </beans><?xml version="1.0" encoding="UTF-8"?>
  1497. <beans xmlns="http://www.springframework.org/schema/beans"
  1498. <?xml version="1.0" encoding="UTF-8"?>
  1499. <beans xmlns="http://www.springframework.org/schema/beans"
  1500. <?xml version="1.0" encoding="UTF-8"?>
  1501. <beans xmlns="http://www.springframework.org/schema/beans"
  1502.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1503.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1504.     <bean name="user"  scope="prototype"></bean>
  1505. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1506. <?xml version="1.0" encoding="UTF-8"?>
  1507. <beans xmlns="http://www.springframework.org/schema/beans"
  1508.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1509.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1510.     <bean name="user"  scope="prototype"></bean>
  1511. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1512. <?xml version="1.0" encoding="UTF-8"?>
  1513. <beans xmlns="http://www.springframework.org/schema/beans"
  1514.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1515.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1516.     <bean name="user"  scope="prototype"></bean>
  1517. </beans><bean name="user"  scope="singleton"></bean>
  1518. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1519. <?xml version="1.0" encoding="UTF-8"?>
  1520. <beans xmlns="http://www.springframework.org/schema/beans"
  1521. <?xml version="1.0" encoding="UTF-8"?>
  1522. <beans xmlns="http://www.springframework.org/schema/beans"
  1523.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1524.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1525.     <bean name="user"  scope="prototype"></bean>
  1526. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1527. <?xml version="1.0" encoding="UTF-8"?>
  1528. <beans xmlns="http://www.springframework.org/schema/beans"
  1529.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1530.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1531.     <bean name="user"  scope="prototype"></bean>
  1532. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1533. <?xml version="1.0" encoding="UTF-8"?>
  1534. <beans xmlns="http://www.springframework.org/schema/beans"
  1535.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1536.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1537.     <bean name="user"  scope="prototype"></bean>
  1538. </beans><bean name="user"  scope="singleton"></bean>
  1539. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1540. <?xml version="1.0" encoding="UTF-8"?>
  1541. <beans xmlns="http://www.springframework.org/schema/beans"
  1542. <?xml version="1.0" encoding="UTF-8"?>
  1543. <beans xmlns="http://www.springframework.org/schema/beans"
  1544.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1545.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1546.     <bean name="user"  scope="prototype"></bean>
  1547. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1548. <?xml version="1.0" encoding="UTF-8"?>
  1549. <beans xmlns="http://www.springframework.org/schema/beans"
  1550.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1551.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1552.     <bean name="user"  scope="prototype"></bean>
  1553. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1554. <?xml version="1.0" encoding="UTF-8"?>
  1555. <beans xmlns="http://www.springframework.org/schema/beans"
  1556.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1557.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1558.     <bean name="user"  scope="prototype"></bean>
  1559. </beans><bean name="user"  scope="singleton"></bean>
  1560. </beans><bean name="user" ></bean>
  1561. </beans><?xml version="1.0" encoding="UTF-8"?>
  1562. <beans xmlns="http://www.springframework.org/schema/beans"
  1563. <?xml version="1.0" encoding="UTF-8"?>
  1564. <beans xmlns="http://www.springframework.org/schema/beans"
  1565. <?xml version="1.0" encoding="UTF-8"?>
  1566. <beans xmlns="http://www.springframework.org/schema/beans"
  1567.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1568.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1569.     <bean name="user"  scope="prototype"></bean>
  1570. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1571. <?xml version="1.0" encoding="UTF-8"?>
  1572. <beans xmlns="http://www.springframework.org/schema/beans"
  1573.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1574.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1575.     <bean name="user"  scope="prototype"></bean>
  1576. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1577. <?xml version="1.0" encoding="UTF-8"?>
  1578. <beans xmlns="http://www.springframework.org/schema/beans"
  1579.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1580.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1581.     <bean name="user"  scope="prototype"></bean>
  1582. </beans><bean name="user"  scope="singleton"></bean>
  1583. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1584. <?xml version="1.0" encoding="UTF-8"?>
  1585. <beans xmlns="http://www.springframework.org/schema/beans"
  1586. <?xml version="1.0" encoding="UTF-8"?>
  1587. <beans xmlns="http://www.springframework.org/schema/beans"
  1588.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1589.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1590.     <bean name="user"  scope="prototype"></bean>
  1591. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1592. <?xml version="1.0" encoding="UTF-8"?>
  1593. <beans xmlns="http://www.springframework.org/schema/beans"
  1594.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1595.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1596.     <bean name="user"  scope="prototype"></bean>
  1597. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1598. <?xml version="1.0" encoding="UTF-8"?>
  1599. <beans xmlns="http://www.springframework.org/schema/beans"
  1600.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1601.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1602.     <bean name="user"  scope="prototype"></bean>
  1603. </beans><bean name="user"  scope="singleton"></bean>
  1604. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1605. <?xml version="1.0" encoding="UTF-8"?>
  1606. <beans xmlns="http://www.springframework.org/schema/beans"
  1607. <?xml version="1.0" encoding="UTF-8"?>
  1608. <beans xmlns="http://www.springframework.org/schema/beans"
  1609.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1610.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1611.     <bean name="user"  scope="prototype"></bean>
  1612. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1613. <?xml version="1.0" encoding="UTF-8"?>
  1614. <beans xmlns="http://www.springframework.org/schema/beans"
  1615.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1616.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1617.     <bean name="user"  scope="prototype"></bean>
  1618. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1619. <?xml version="1.0" encoding="UTF-8"?>
  1620. <beans xmlns="http://www.springframework.org/schema/beans"
  1621.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1622.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1623.     <bean name="user"  scope="prototype"></bean>
  1624. </beans><bean name="user"  scope="singleton"></bean>
  1625. </beans><bean name="user" ></bean>
  1626. </beans><?xml version="1.0" encoding="UTF-8"?>
  1627. <beans xmlns="http://www.springframework.org/schema/beans"
  1628. <?xml version="1.0" encoding="UTF-8"?>
  1629. <beans xmlns="http://www.springframework.org/schema/beans"
  1630. <?xml version="1.0" encoding="UTF-8"?>
  1631. <beans xmlns="http://www.springframework.org/schema/beans"
  1632.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1633.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1634.     <bean name="user"  scope="prototype"></bean>
  1635. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1636. <?xml version="1.0" encoding="UTF-8"?>
  1637. <beans xmlns="http://www.springframework.org/schema/beans"
  1638.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1639.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1640.     <bean name="user"  scope="prototype"></bean>
  1641. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1642. <?xml version="1.0" encoding="UTF-8"?>
  1643. <beans xmlns="http://www.springframework.org/schema/beans"
  1644.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1645.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1646.     <bean name="user"  scope="prototype"></bean>
  1647. </beans><bean name="user"  scope="singleton"></bean>
  1648. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1649. <?xml version="1.0" encoding="UTF-8"?>
  1650. <beans xmlns="http://www.springframework.org/schema/beans"
  1651. <?xml version="1.0" encoding="UTF-8"?>
  1652. <beans xmlns="http://www.springframework.org/schema/beans"
  1653.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1654.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1655.     <bean name="user"  scope="prototype"></bean>
  1656. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1657. <?xml version="1.0" encoding="UTF-8"?>
  1658. <beans xmlns="http://www.springframework.org/schema/beans"
  1659.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1660.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1661.     <bean name="user"  scope="prototype"></bean>
  1662. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1663. <?xml version="1.0" encoding="UTF-8"?>
  1664. <beans xmlns="http://www.springframework.org/schema/beans"
  1665.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1666.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1667.     <bean name="user"  scope="prototype"></bean>
  1668. </beans><bean name="user"  scope="singleton"></bean>
  1669. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1670. <?xml version="1.0" encoding="UTF-8"?>
  1671. <beans xmlns="http://www.springframework.org/schema/beans"
  1672. <?xml version="1.0" encoding="UTF-8"?>
  1673. <beans xmlns="http://www.springframework.org/schema/beans"
  1674.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1675.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1676.     <bean name="user"  scope="prototype"></bean>
  1677. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1678. <?xml version="1.0" encoding="UTF-8"?>
  1679. <beans xmlns="http://www.springframework.org/schema/beans"
  1680.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1681.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1682.     <bean name="user"  scope="prototype"></bean>
  1683. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1684. <?xml version="1.0" encoding="UTF-8"?>
  1685. <beans xmlns="http://www.springframework.org/schema/beans"
  1686.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1687.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1688.     <bean name="user"  scope="prototype"></bean>
  1689. </beans><bean name="user"  scope="singleton"></bean>
  1690. </beans><bean name="user" ></bean>
  1691. </beans>User user2 = applicationContext.getBean("user", User.class);<?xml version="1.0" encoding="UTF-8"?>
  1692. <beans xmlns="http://www.springframework.org/schema/beans"
  1693. <?xml version="1.0" encoding="UTF-8"?>
  1694. <beans xmlns="http://www.springframework.org/schema/beans"
  1695. <?xml version="1.0" encoding="UTF-8"?>
  1696. <beans xmlns="http://www.springframework.org/schema/beans"
  1697.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1698.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1699.     <bean name="user"  scope="prototype"></bean>
  1700. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1701. <?xml version="1.0" encoding="UTF-8"?>
  1702. <beans xmlns="http://www.springframework.org/schema/beans"
  1703.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1704.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1705.     <bean name="user"  scope="prototype"></bean>
  1706. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1707. <?xml version="1.0" encoding="UTF-8"?>
  1708. <beans xmlns="http://www.springframework.org/schema/beans"
  1709.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1710.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1711.     <bean name="user"  scope="prototype"></bean>
  1712. </beans><bean name="user"  scope="singleton"></bean>
  1713. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1714. <?xml version="1.0" encoding="UTF-8"?>
  1715. <beans xmlns="http://www.springframework.org/schema/beans"
  1716. <?xml version="1.0" encoding="UTF-8"?>
  1717. <beans xmlns="http://www.springframework.org/schema/beans"
  1718.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1719.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1720.     <bean name="user"  scope="prototype"></bean>
  1721. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1722. <?xml version="1.0" encoding="UTF-8"?>
  1723. <beans xmlns="http://www.springframework.org/schema/beans"
  1724.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1725.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1726.     <bean name="user"  scope="prototype"></bean>
  1727. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1728. <?xml version="1.0" encoding="UTF-8"?>
  1729. <beans xmlns="http://www.springframework.org/schema/beans"
  1730.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1731.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1732.     <bean name="user"  scope="prototype"></bean>
  1733. </beans><bean name="user"  scope="singleton"></bean>
  1734. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1735. <?xml version="1.0" encoding="UTF-8"?>
  1736. <beans xmlns="http://www.springframework.org/schema/beans"
  1737. <?xml version="1.0" encoding="UTF-8"?>
  1738. <beans xmlns="http://www.springframework.org/schema/beans"
  1739.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1740.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1741.     <bean name="user"  scope="prototype"></bean>
  1742. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1743. <?xml version="1.0" encoding="UTF-8"?>
  1744. <beans xmlns="http://www.springframework.org/schema/beans"
  1745.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1746.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1747.     <bean name="user"  scope="prototype"></bean>
  1748. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1749. <?xml version="1.0" encoding="UTF-8"?>
  1750. <beans xmlns="http://www.springframework.org/schema/beans"
  1751.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1752.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1753.     <bean name="user"  scope="prototype"></bean>
  1754. </beans><bean name="user"  scope="singleton"></bean>
  1755. </beans><bean name="user" ></bean>
  1756. </beans><?xml version="1.0" encoding="UTF-8"?>
  1757. <beans xmlns="http://www.springframework.org/schema/beans"
  1758. <?xml version="1.0" encoding="UTF-8"?>
  1759. <beans xmlns="http://www.springframework.org/schema/beans"
  1760. <?xml version="1.0" encoding="UTF-8"?>
  1761. <beans xmlns="http://www.springframework.org/schema/beans"
  1762.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1763.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1764.     <bean name="user"  scope="prototype"></bean>
  1765. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1766. <?xml version="1.0" encoding="UTF-8"?>
  1767. <beans xmlns="http://www.springframework.org/schema/beans"
  1768.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1769.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1770.     <bean name="user"  scope="prototype"></bean>
  1771. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1772. <?xml version="1.0" encoding="UTF-8"?>
  1773. <beans xmlns="http://www.springframework.org/schema/beans"
  1774.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1775.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1776.     <bean name="user"  scope="prototype"></bean>
  1777. </beans><bean name="user"  scope="singleton"></bean>
  1778. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1779. <?xml version="1.0" encoding="UTF-8"?>
  1780. <beans xmlns="http://www.springframework.org/schema/beans"
  1781. <?xml version="1.0" encoding="UTF-8"?>
  1782. <beans xmlns="http://www.springframework.org/schema/beans"
  1783.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1784.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1785.     <bean name="user"  scope="prototype"></bean>
  1786. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1787. <?xml version="1.0" encoding="UTF-8"?>
  1788. <beans xmlns="http://www.springframework.org/schema/beans"
  1789.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1790.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1791.     <bean name="user"  scope="prototype"></bean>
  1792. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1793. <?xml version="1.0" encoding="UTF-8"?>
  1794. <beans xmlns="http://www.springframework.org/schema/beans"
  1795.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1796.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1797.     <bean name="user"  scope="prototype"></bean>
  1798. </beans><bean name="user"  scope="singleton"></bean>
  1799. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1800. <?xml version="1.0" encoding="UTF-8"?>
  1801. <beans xmlns="http://www.springframework.org/schema/beans"
  1802. <?xml version="1.0" encoding="UTF-8"?>
  1803. <beans xmlns="http://www.springframework.org/schema/beans"
  1804.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1805.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1806.     <bean name="user"  scope="prototype"></bean>
  1807. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1808. <?xml version="1.0" encoding="UTF-8"?>
  1809. <beans xmlns="http://www.springframework.org/schema/beans"
  1810.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1811.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1812.     <bean name="user"  scope="prototype"></bean>
  1813. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1814. <?xml version="1.0" encoding="UTF-8"?>
  1815. <beans xmlns="http://www.springframework.org/schema/beans"
  1816.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1817.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1818.     <bean name="user"  scope="prototype"></bean>
  1819. </beans><bean name="user"  scope="singleton"></bean>
  1820. </beans><bean name="user" ></bean>
  1821. </beans><?xml version="1.0" encoding="UTF-8"?>
  1822. <beans xmlns="http://www.springframework.org/schema/beans"
  1823. <?xml version="1.0" encoding="UTF-8"?>
  1824. <beans xmlns="http://www.springframework.org/schema/beans"
  1825. <?xml version="1.0" encoding="UTF-8"?>
  1826. <beans xmlns="http://www.springframework.org/schema/beans"
  1827.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1828.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1829.     <bean name="user"  scope="prototype"></bean>
  1830. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1831. <?xml version="1.0" encoding="UTF-8"?>
  1832. <beans xmlns="http://www.springframework.org/schema/beans"
  1833.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1834.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1835.     <bean name="user"  scope="prototype"></bean>
  1836. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1837. <?xml version="1.0" encoding="UTF-8"?>
  1838. <beans xmlns="http://www.springframework.org/schema/beans"
  1839.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1840.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1841.     <bean name="user"  scope="prototype"></bean>
  1842. </beans><bean name="user"  scope="singleton"></bean>
  1843. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1844. <?xml version="1.0" encoding="UTF-8"?>
  1845. <beans xmlns="http://www.springframework.org/schema/beans"
  1846. <?xml version="1.0" encoding="UTF-8"?>
  1847. <beans xmlns="http://www.springframework.org/schema/beans"
  1848.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1849.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1850.     <bean name="user"  scope="prototype"></bean>
  1851. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1852. <?xml version="1.0" encoding="UTF-8"?>
  1853. <beans xmlns="http://www.springframework.org/schema/beans"
  1854.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1855.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1856.     <bean name="user"  scope="prototype"></bean>
  1857. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1858. <?xml version="1.0" encoding="UTF-8"?>
  1859. <beans xmlns="http://www.springframework.org/schema/beans"
  1860.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1861.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1862.     <bean name="user"  scope="prototype"></bean>
  1863. </beans><bean name="user"  scope="singleton"></bean>
  1864. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1865. <?xml version="1.0" encoding="UTF-8"?>
  1866. <beans xmlns="http://www.springframework.org/schema/beans"
  1867. <?xml version="1.0" encoding="UTF-8"?>
  1868. <beans xmlns="http://www.springframework.org/schema/beans"
  1869.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1870.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1871.     <bean name="user"  scope="prototype"></bean>
  1872. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1873. <?xml version="1.0" encoding="UTF-8"?>
  1874. <beans xmlns="http://www.springframework.org/schema/beans"
  1875.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1876.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1877.     <bean name="user"  scope="prototype"></bean>
  1878. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1879. <?xml version="1.0" encoding="UTF-8"?>
  1880. <beans xmlns="http://www.springframework.org/schema/beans"
  1881.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1882.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1883.     <bean name="user"  scope="prototype"></bean>
  1884. </beans><bean name="user"  scope="singleton"></bean>
  1885. </beans><bean name="user" ></bean>
  1886. </beans><?xml version="1.0" encoding="UTF-8"?>
  1887. <beans xmlns="http://www.springframework.org/schema/beans"
  1888. <?xml version="1.0" encoding="UTF-8"?>
  1889. <beans xmlns="http://www.springframework.org/schema/beans"
  1890. <?xml version="1.0" encoding="UTF-8"?>
  1891. <beans xmlns="http://www.springframework.org/schema/beans"
  1892.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1893.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1894.     <bean name="user"  scope="prototype"></bean>
  1895. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1896. <?xml version="1.0" encoding="UTF-8"?>
  1897. <beans xmlns="http://www.springframework.org/schema/beans"
  1898.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1899.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1900.     <bean name="user"  scope="prototype"></bean>
  1901. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1902. <?xml version="1.0" encoding="UTF-8"?>
  1903. <beans xmlns="http://www.springframework.org/schema/beans"
  1904.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1905.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1906.     <bean name="user"  scope="prototype"></bean>
  1907. </beans><bean name="user"  scope="singleton"></bean>
  1908. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1909. <?xml version="1.0" encoding="UTF-8"?>
  1910. <beans xmlns="http://www.springframework.org/schema/beans"
  1911. <?xml version="1.0" encoding="UTF-8"?>
  1912. <beans xmlns="http://www.springframework.org/schema/beans"
  1913.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1914.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1915.     <bean name="user"  scope="prototype"></bean>
  1916. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1917. <?xml version="1.0" encoding="UTF-8"?>
  1918. <beans xmlns="http://www.springframework.org/schema/beans"
  1919.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1920.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1921.     <bean name="user"  scope="prototype"></bean>
  1922. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1923. <?xml version="1.0" encoding="UTF-8"?>
  1924. <beans xmlns="http://www.springframework.org/schema/beans"
  1925.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1926.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1927.     <bean name="user"  scope="prototype"></bean>
  1928. </beans><bean name="user"  scope="singleton"></bean>
  1929. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1930. <?xml version="1.0" encoding="UTF-8"?>
  1931. <beans xmlns="http://www.springframework.org/schema/beans"
  1932. <?xml version="1.0" encoding="UTF-8"?>
  1933. <beans xmlns="http://www.springframework.org/schema/beans"
  1934.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1935.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1936.     <bean name="user"  scope="prototype"></bean>
  1937. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1938. <?xml version="1.0" encoding="UTF-8"?>
  1939. <beans xmlns="http://www.springframework.org/schema/beans"
  1940.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1941.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1942.     <bean name="user"  scope="prototype"></bean>
  1943. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1944. <?xml version="1.0" encoding="UTF-8"?>
  1945. <beans xmlns="http://www.springframework.org/schema/beans"
  1946.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1947.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1948.     <bean name="user"  scope="prototype"></bean>
  1949. </beans><bean name="user"  scope="singleton"></bean>
  1950. </beans><bean name="user" ></bean>
  1951. </beans>User user3 = applicationContext.getBean("user", User.class);<?xml version="1.0" encoding="UTF-8"?>
  1952. <beans xmlns="http://www.springframework.org/schema/beans"
  1953. <?xml version="1.0" encoding="UTF-8"?>
  1954. <beans xmlns="http://www.springframework.org/schema/beans"
  1955. <?xml version="1.0" encoding="UTF-8"?>
  1956. <beans xmlns="http://www.springframework.org/schema/beans"
  1957.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1958.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1959.     <bean name="user"  scope="prototype"></bean>
  1960. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1961. <?xml version="1.0" encoding="UTF-8"?>
  1962. <beans xmlns="http://www.springframework.org/schema/beans"
  1963.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1964.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1965.     <bean name="user"  scope="prototype"></bean>
  1966. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1967. <?xml version="1.0" encoding="UTF-8"?>
  1968. <beans xmlns="http://www.springframework.org/schema/beans"
  1969.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1970.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1971.     <bean name="user"  scope="prototype"></bean>
  1972. </beans><bean name="user"  scope="singleton"></bean>
  1973. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1974. <?xml version="1.0" encoding="UTF-8"?>
  1975. <beans xmlns="http://www.springframework.org/schema/beans"
  1976. <?xml version="1.0" encoding="UTF-8"?>
  1977. <beans xmlns="http://www.springframework.org/schema/beans"
  1978.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1979.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1980.     <bean name="user"  scope="prototype"></bean>
  1981. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1982. <?xml version="1.0" encoding="UTF-8"?>
  1983. <beans xmlns="http://www.springframework.org/schema/beans"
  1984.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1985.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1986.     <bean name="user"  scope="prototype"></bean>
  1987. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1988. <?xml version="1.0" encoding="UTF-8"?>
  1989. <beans xmlns="http://www.springframework.org/schema/beans"
  1990.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1991.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1992.     <bean name="user"  scope="prototype"></bean>
  1993. </beans><bean name="user"  scope="singleton"></bean>
  1994. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1995. <?xml version="1.0" encoding="UTF-8"?>
  1996. <beans xmlns="http://www.springframework.org/schema/beans"
  1997. <?xml version="1.0" encoding="UTF-8"?>
  1998. <beans xmlns="http://www.springframework.org/schema/beans"
  1999.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2000.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2001.     <bean name="user"  scope="prototype"></bean>
  2002. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2003. <?xml version="1.0" encoding="UTF-8"?>
  2004. <beans xmlns="http://www.springframework.org/schema/beans"
  2005.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2006.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2007.     <bean name="user"  scope="prototype"></bean>
  2008. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2009. <?xml version="1.0" encoding="UTF-8"?>
  2010. <beans xmlns="http://www.springframework.org/schema/beans"
  2011.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2012.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2013.     <bean name="user"  scope="prototype"></bean>
  2014. </beans><bean name="user"  scope="singleton"></bean>
  2015. </beans><bean name="user" ></bean>
  2016. </beans><?xml version="1.0" encoding="UTF-8"?>
  2017. <beans xmlns="http://www.springframework.org/schema/beans"
  2018. <?xml version="1.0" encoding="UTF-8"?>
  2019. <beans xmlns="http://www.springframework.org/schema/beans"
  2020. <?xml version="1.0" encoding="UTF-8"?>
  2021. <beans xmlns="http://www.springframework.org/schema/beans"
  2022.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2023.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2024.     <bean name="user"  scope="prototype"></bean>
  2025. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2026. <?xml version="1.0" encoding="UTF-8"?>
  2027. <beans xmlns="http://www.springframework.org/schema/beans"
  2028.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2029.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2030.     <bean name="user"  scope="prototype"></bean>
  2031. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2032. <?xml version="1.0" encoding="UTF-8"?>
  2033. <beans xmlns="http://www.springframework.org/schema/beans"
  2034.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2035.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2036.     <bean name="user"  scope="prototype"></bean>
  2037. </beans><bean name="user"  scope="singleton"></bean>
  2038. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2039. <?xml version="1.0" encoding="UTF-8"?>
  2040. <beans xmlns="http://www.springframework.org/schema/beans"
  2041. <?xml version="1.0" encoding="UTF-8"?>
  2042. <beans xmlns="http://www.springframework.org/schema/beans"
  2043.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2044.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2045.     <bean name="user"  scope="prototype"></bean>
  2046. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2047. <?xml version="1.0" encoding="UTF-8"?>
  2048. <beans xmlns="http://www.springframework.org/schema/beans"
  2049.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2050.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2051.     <bean name="user"  scope="prototype"></bean>
  2052. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2053. <?xml version="1.0" encoding="UTF-8"?>
  2054. <beans xmlns="http://www.springframework.org/schema/beans"
  2055.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2056.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2057.     <bean name="user"  scope="prototype"></bean>
  2058. </beans><bean name="user"  scope="singleton"></bean>
  2059. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2060. <?xml version="1.0" encoding="UTF-8"?>
  2061. <beans xmlns="http://www.springframework.org/schema/beans"
  2062. <?xml version="1.0" encoding="UTF-8"?>
  2063. <beans xmlns="http://www.springframework.org/schema/beans"
  2064.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2065.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2066.     <bean name="user"  scope="prototype"></bean>
  2067. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2068. <?xml version="1.0" encoding="UTF-8"?>
  2069. <beans xmlns="http://www.springframework.org/schema/beans"
  2070.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2071.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2072.     <bean name="user"  scope="prototype"></bean>
  2073. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2074. <?xml version="1.0" encoding="UTF-8"?>
  2075. <beans xmlns="http://www.springframework.org/schema/beans"
  2076.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2077.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2078.     <bean name="user"  scope="prototype"></bean>
  2079. </beans><bean name="user"  scope="singleton"></bean>
  2080. </beans><bean name="user" ></bean>
  2081. </beans><?xml version="1.0" encoding="UTF-8"?>
  2082. <beans xmlns="http://www.springframework.org/schema/beans"
  2083. <?xml version="1.0" encoding="UTF-8"?>
  2084. <beans xmlns="http://www.springframework.org/schema/beans"
  2085. <?xml version="1.0" encoding="UTF-8"?>
  2086. <beans xmlns="http://www.springframework.org/schema/beans"
  2087.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2088.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2089.     <bean name="user"  scope="prototype"></bean>
  2090. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2091. <?xml version="1.0" encoding="UTF-8"?>
  2092. <beans xmlns="http://www.springframework.org/schema/beans"
  2093.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2094.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2095.     <bean name="user"  scope="prototype"></bean>
  2096. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2097. <?xml version="1.0" encoding="UTF-8"?>
  2098. <beans xmlns="http://www.springframework.org/schema/beans"
  2099.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2100.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2101.     <bean name="user"  scope="prototype"></bean>
  2102. </beans><bean name="user"  scope="singleton"></bean>
  2103. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2104. <?xml version="1.0" encoding="UTF-8"?>
  2105. <beans xmlns="http://www.springframework.org/schema/beans"
  2106. <?xml version="1.0" encoding="UTF-8"?>
  2107. <beans xmlns="http://www.springframework.org/schema/beans"
  2108.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2109.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2110.     <bean name="user"  scope="prototype"></bean>
  2111. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2112. <?xml version="1.0" encoding="UTF-8"?>
  2113. <beans xmlns="http://www.springframework.org/schema/beans"
  2114.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2115.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2116.     <bean name="user"  scope="prototype"></bean>
  2117. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2118. <?xml version="1.0" encoding="UTF-8"?>
  2119. <beans xmlns="http://www.springframework.org/schema/beans"
  2120.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2121.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2122.     <bean name="user"  scope="prototype"></bean>
  2123. </beans><bean name="user"  scope="singleton"></bean>
  2124. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2125. <?xml version="1.0" encoding="UTF-8"?>
  2126. <beans xmlns="http://www.springframework.org/schema/beans"
  2127. <?xml version="1.0" encoding="UTF-8"?>
  2128. <beans xmlns="http://www.springframework.org/schema/beans"
  2129.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2130.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2131.     <bean name="user"  scope="prototype"></bean>
  2132. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2133. <?xml version="1.0" encoding="UTF-8"?>
  2134. <beans xmlns="http://www.springframework.org/schema/beans"
  2135.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2136.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2137.     <bean name="user"  scope="prototype"></bean>
  2138. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2139. <?xml version="1.0" encoding="UTF-8"?>
  2140. <beans xmlns="http://www.springframework.org/schema/beans"
  2141.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2142.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2143.     <bean name="user"  scope="prototype"></bean>
  2144. </beans><bean name="user"  scope="singleton"></bean>
  2145. </beans><bean name="user" ></bean>
  2146. </beans><?xml version="1.0" encoding="UTF-8"?>
  2147. <beans xmlns="http://www.springframework.org/schema/beans"
  2148. <?xml version="1.0" encoding="UTF-8"?>
  2149. <beans xmlns="http://www.springframework.org/schema/beans"
  2150. <?xml version="1.0" encoding="UTF-8"?>
  2151. <beans xmlns="http://www.springframework.org/schema/beans"
  2152.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2153.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2154.     <bean name="user"  scope="prototype"></bean>
  2155. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2156. <?xml version="1.0" encoding="UTF-8"?>
  2157. <beans xmlns="http://www.springframework.org/schema/beans"
  2158.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2159.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2160.     <bean name="user"  scope="prototype"></bean>
  2161. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2162. <?xml version="1.0" encoding="UTF-8"?>
  2163. <beans xmlns="http://www.springframework.org/schema/beans"
  2164.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2165.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2166.     <bean name="user"  scope="prototype"></bean>
  2167. </beans><bean name="user"  scope="singleton"></bean>
  2168. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2169. <?xml version="1.0" encoding="UTF-8"?>
  2170. <beans xmlns="http://www.springframework.org/schema/beans"
  2171. <?xml version="1.0" encoding="UTF-8"?>
  2172. <beans xmlns="http://www.springframework.org/schema/beans"
  2173.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2174.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2175.     <bean name="user"  scope="prototype"></bean>
  2176. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2177. <?xml version="1.0" encoding="UTF-8"?>
  2178. <beans xmlns="http://www.springframework.org/schema/beans"
  2179.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2180.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2181.     <bean name="user"  scope="prototype"></bean>
  2182. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2183. <?xml version="1.0" encoding="UTF-8"?>
  2184. <beans xmlns="http://www.springframework.org/schema/beans"
  2185.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2186.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2187.     <bean name="user"  scope="prototype"></bean>
  2188. </beans><bean name="user"  scope="singleton"></bean>
  2189. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2190. <?xml version="1.0" encoding="UTF-8"?>
  2191. <beans xmlns="http://www.springframework.org/schema/beans"
  2192. <?xml version="1.0" encoding="UTF-8"?>
  2193. <beans xmlns="http://www.springframework.org/schema/beans"
  2194.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2195.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2196.     <bean name="user"  scope="prototype"></bean>
  2197. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2198. <?xml version="1.0" encoding="UTF-8"?>
  2199. <beans xmlns="http://www.springframework.org/schema/beans"
  2200.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2201.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2202.     <bean name="user"  scope="prototype"></bean>
  2203. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2204. <?xml version="1.0" encoding="UTF-8"?>
  2205. <beans xmlns="http://www.springframework.org/schema/beans"
  2206.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2207.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2208.     <bean name="user"  scope="prototype"></bean>
  2209. </beans><bean name="user"  scope="singleton"></bean>
  2210. </beans><bean name="user" ></bean>
  2211. </beans>System.out.println(user2);<?xml version="1.0" encoding="UTF-8"?>
  2212. <beans xmlns="http://www.springframework.org/schema/beans"
  2213. <?xml version="1.0" encoding="UTF-8"?>
  2214. <beans xmlns="http://www.springframework.org/schema/beans"
  2215. <?xml version="1.0" encoding="UTF-8"?>
  2216. <beans xmlns="http://www.springframework.org/schema/beans"
  2217.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2218.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2219.     <bean name="user"  scope="prototype"></bean>
  2220. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2221. <?xml version="1.0" encoding="UTF-8"?>
  2222. <beans xmlns="http://www.springframework.org/schema/beans"
  2223.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2224.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2225.     <bean name="user"  scope="prototype"></bean>
  2226. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2227. <?xml version="1.0" encoding="UTF-8"?>
  2228. <beans xmlns="http://www.springframework.org/schema/beans"
  2229.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2230.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2231.     <bean name="user"  scope="prototype"></bean>
  2232. </beans><bean name="user"  scope="singleton"></bean>
  2233. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2234. <?xml version="1.0" encoding="UTF-8"?>
  2235. <beans xmlns="http://www.springframework.org/schema/beans"
  2236. <?xml version="1.0" encoding="UTF-8"?>
  2237. <beans xmlns="http://www.springframework.org/schema/beans"
  2238.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2239.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2240.     <bean name="user"  scope="prototype"></bean>
  2241. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2242. <?xml version="1.0" encoding="UTF-8"?>
  2243. <beans xmlns="http://www.springframework.org/schema/beans"
  2244.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2245.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2246.     <bean name="user"  scope="prototype"></bean>
  2247. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2248. <?xml version="1.0" encoding="UTF-8"?>
  2249. <beans xmlns="http://www.springframework.org/schema/beans"
  2250.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2251.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2252.     <bean name="user"  scope="prototype"></bean>
  2253. </beans><bean name="user"  scope="singleton"></bean>
  2254. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2255. <?xml version="1.0" encoding="UTF-8"?>
  2256. <beans xmlns="http://www.springframework.org/schema/beans"
  2257. <?xml version="1.0" encoding="UTF-8"?>
  2258. <beans xmlns="http://www.springframework.org/schema/beans"
  2259.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2260.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2261.     <bean name="user"  scope="prototype"></bean>
  2262. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2263. <?xml version="1.0" encoding="UTF-8"?>
  2264. <beans xmlns="http://www.springframework.org/schema/beans"
  2265.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2266.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2267.     <bean name="user"  scope="prototype"></bean>
  2268. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2269. <?xml version="1.0" encoding="UTF-8"?>
  2270. <beans xmlns="http://www.springframework.org/schema/beans"
  2271.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2272.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2273.     <bean name="user"  scope="prototype"></bean>
  2274. </beans><bean name="user"  scope="singleton"></bean>
  2275. </beans><bean name="user" ></bean>
  2276. </beans><?xml version="1.0" encoding="UTF-8"?>
  2277. <beans xmlns="http://www.springframework.org/schema/beans"
  2278. <?xml version="1.0" encoding="UTF-8"?>
  2279. <beans xmlns="http://www.springframework.org/schema/beans"
  2280. <?xml version="1.0" encoding="UTF-8"?>
  2281. <beans xmlns="http://www.springframework.org/schema/beans"
  2282.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2283.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2284.     <bean name="user"  scope="prototype"></bean>
  2285. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2286. <?xml version="1.0" encoding="UTF-8"?>
  2287. <beans xmlns="http://www.springframework.org/schema/beans"
  2288.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2289.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2290.     <bean name="user"  scope="prototype"></bean>
  2291. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2292. <?xml version="1.0" encoding="UTF-8"?>
  2293. <beans xmlns="http://www.springframework.org/schema/beans"
  2294.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2295.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2296.     <bean name="user"  scope="prototype"></bean>
  2297. </beans><bean name="user"  scope="singleton"></bean>
  2298. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2299. <?xml version="1.0" encoding="UTF-8"?>
  2300. <beans xmlns="http://www.springframework.org/schema/beans"
  2301. <?xml version="1.0" encoding="UTF-8"?>
  2302. <beans xmlns="http://www.springframework.org/schema/beans"
  2303.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2304.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2305.     <bean name="user"  scope="prototype"></bean>
  2306. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2307. <?xml version="1.0" encoding="UTF-8"?>
  2308. <beans xmlns="http://www.springframework.org/schema/beans"
  2309.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2310.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2311.     <bean name="user"  scope="prototype"></bean>
  2312. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2313. <?xml version="1.0" encoding="UTF-8"?>
  2314. <beans xmlns="http://www.springframework.org/schema/beans"
  2315.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2316.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2317.     <bean name="user"  scope="prototype"></bean>
  2318. </beans><bean name="user"  scope="singleton"></bean>
  2319. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2320. <?xml version="1.0" encoding="UTF-8"?>
  2321. <beans xmlns="http://www.springframework.org/schema/beans"
  2322. <?xml version="1.0" encoding="UTF-8"?>
  2323. <beans xmlns="http://www.springframework.org/schema/beans"
  2324.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2325.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2326.     <bean name="user"  scope="prototype"></bean>
  2327. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2328. <?xml version="1.0" encoding="UTF-8"?>
  2329. <beans xmlns="http://www.springframework.org/schema/beans"
  2330.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2331.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2332.     <bean name="user"  scope="prototype"></bean>
  2333. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2334. <?xml version="1.0" encoding="UTF-8"?>
  2335. <beans xmlns="http://www.springframework.org/schema/beans"
  2336.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2337.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2338.     <bean name="user"  scope="prototype"></bean>
  2339. </beans><bean name="user"  scope="singleton"></bean>
  2340. </beans><bean name="user" ></bean>
  2341. </beans><?xml version="1.0" encoding="UTF-8"?>
  2342. <beans xmlns="http://www.springframework.org/schema/beans"
  2343. <?xml version="1.0" encoding="UTF-8"?>
  2344. <beans xmlns="http://www.springframework.org/schema/beans"
  2345. <?xml version="1.0" encoding="UTF-8"?>
  2346. <beans xmlns="http://www.springframework.org/schema/beans"
  2347.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2348.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2349.     <bean name="user"  scope="prototype"></bean>
  2350. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2351. <?xml version="1.0" encoding="UTF-8"?>
  2352. <beans xmlns="http://www.springframework.org/schema/beans"
  2353.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2354.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2355.     <bean name="user"  scope="prototype"></bean>
  2356. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2357. <?xml version="1.0" encoding="UTF-8"?>
  2358. <beans xmlns="http://www.springframework.org/schema/beans"
  2359.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2360.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2361.     <bean name="user"  scope="prototype"></bean>
  2362. </beans><bean name="user"  scope="singleton"></bean>
  2363. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2364. <?xml version="1.0" encoding="UTF-8"?>
  2365. <beans xmlns="http://www.springframework.org/schema/beans"
  2366. <?xml version="1.0" encoding="UTF-8"?>
  2367. <beans xmlns="http://www.springframework.org/schema/beans"
  2368.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2369.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2370.     <bean name="user"  scope="prototype"></bean>
  2371. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2372. <?xml version="1.0" encoding="UTF-8"?>
  2373. <beans xmlns="http://www.springframework.org/schema/beans"
  2374.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2375.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2376.     <bean name="user"  scope="prototype"></bean>
  2377. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2378. <?xml version="1.0" encoding="UTF-8"?>
  2379. <beans xmlns="http://www.springframework.org/schema/beans"
  2380.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2381.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2382.     <bean name="user"  scope="prototype"></bean>
  2383. </beans><bean name="user"  scope="singleton"></bean>
  2384. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2385. <?xml version="1.0" encoding="UTF-8"?>
  2386. <beans xmlns="http://www.springframework.org/schema/beans"
  2387. <?xml version="1.0" encoding="UTF-8"?>
  2388. <beans xmlns="http://www.springframework.org/schema/beans"
  2389.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2390.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2391.     <bean name="user"  scope="prototype"></bean>
  2392. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2393. <?xml version="1.0" encoding="UTF-8"?>
  2394. <beans xmlns="http://www.springframework.org/schema/beans"
  2395.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2396.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2397.     <bean name="user"  scope="prototype"></bean>
  2398. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2399. <?xml version="1.0" encoding="UTF-8"?>
  2400. <beans xmlns="http://www.springframework.org/schema/beans"
  2401.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2402.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2403.     <bean name="user"  scope="prototype"></bean>
  2404. </beans><bean name="user"  scope="singleton"></bean>
  2405. </beans><bean name="user" ></bean>
  2406. </beans><?xml version="1.0" encoding="UTF-8"?>
  2407. <beans xmlns="http://www.springframework.org/schema/beans"
  2408. <?xml version="1.0" encoding="UTF-8"?>
  2409. <beans xmlns="http://www.springframework.org/schema/beans"
  2410. <?xml version="1.0" encoding="UTF-8"?>
  2411. <beans xmlns="http://www.springframework.org/schema/beans"
  2412.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2413.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2414.     <bean name="user"  scope="prototype"></bean>
  2415. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2416. <?xml version="1.0" encoding="UTF-8"?>
  2417. <beans xmlns="http://www.springframework.org/schema/beans"
  2418.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2419.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2420.     <bean name="user"  scope="prototype"></bean>
  2421. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2422. <?xml version="1.0" encoding="UTF-8"?>
  2423. <beans xmlns="http://www.springframework.org/schema/beans"
  2424.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2425.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2426.     <bean name="user"  scope="prototype"></bean>
  2427. </beans><bean name="user"  scope="singleton"></bean>
  2428. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2429. <?xml version="1.0" encoding="UTF-8"?>
  2430. <beans xmlns="http://www.springframework.org/schema/beans"
  2431. <?xml version="1.0" encoding="UTF-8"?>
  2432. <beans xmlns="http://www.springframework.org/schema/beans"
  2433.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2434.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2435.     <bean name="user"  scope="prototype"></bean>
  2436. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2437. <?xml version="1.0" encoding="UTF-8"?>
  2438. <beans xmlns="http://www.springframework.org/schema/beans"
  2439.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2440.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2441.     <bean name="user"  scope="prototype"></bean>
  2442. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2443. <?xml version="1.0" encoding="UTF-8"?>
  2444. <beans xmlns="http://www.springframework.org/schema/beans"
  2445.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2446.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2447.     <bean name="user"  scope="prototype"></bean>
  2448. </beans><bean name="user"  scope="singleton"></bean>
  2449. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2450. <?xml version="1.0" encoding="UTF-8"?>
  2451. <beans xmlns="http://www.springframework.org/schema/beans"
  2452. <?xml version="1.0" encoding="UTF-8"?>
  2453. <beans xmlns="http://www.springframework.org/schema/beans"
  2454.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2455.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2456.     <bean name="user"  scope="prototype"></bean>
  2457. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2458. <?xml version="1.0" encoding="UTF-8"?>
  2459. <beans xmlns="http://www.springframework.org/schema/beans"
  2460.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2461.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2462.     <bean name="user"  scope="prototype"></bean>
  2463. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2464. <?xml version="1.0" encoding="UTF-8"?>
  2465. <beans xmlns="http://www.springframework.org/schema/beans"
  2466.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2467.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2468.     <bean name="user"  scope="prototype"></bean>
  2469. </beans><bean name="user"  scope="singleton"></bean>
  2470. </beans><bean name="user" ></bean>
  2471. </beans>System.out.println(user3);<?xml version="1.0" encoding="UTF-8"?>
  2472. <beans xmlns="http://www.springframework.org/schema/beans"
  2473. <?xml version="1.0" encoding="UTF-8"?>
  2474. <beans xmlns="http://www.springframework.org/schema/beans"
  2475. <?xml version="1.0" encoding="UTF-8"?>
  2476. <beans xmlns="http://www.springframework.org/schema/beans"
  2477.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2478.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2479.     <bean name="user"  scope="prototype"></bean>
  2480. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2481. <?xml version="1.0" encoding="UTF-8"?>
  2482. <beans xmlns="http://www.springframework.org/schema/beans"
  2483.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2484.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2485.     <bean name="user"  scope="prototype"></bean>
  2486. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2487. <?xml version="1.0" encoding="UTF-8"?>
  2488. <beans xmlns="http://www.springframework.org/schema/beans"
  2489.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2490.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2491.     <bean name="user"  scope="prototype"></bean>
  2492. </beans><bean name="user"  scope="singleton"></bean>
  2493. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2494. <?xml version="1.0" encoding="UTF-8"?>
  2495. <beans xmlns="http://www.springframework.org/schema/beans"
  2496. <?xml version="1.0" encoding="UTF-8"?>
  2497. <beans xmlns="http://www.springframework.org/schema/beans"
  2498.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2499.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2500.     <bean name="user"  scope="prototype"></bean>
  2501. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2502. <?xml version="1.0" encoding="UTF-8"?>
  2503. <beans xmlns="http://www.springframework.org/schema/beans"
  2504.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2505.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2506.     <bean name="user"  scope="prototype"></bean>
  2507. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2508. <?xml version="1.0" encoding="UTF-8"?>
  2509. <beans xmlns="http://www.springframework.org/schema/beans"
  2510.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2511.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2512.     <bean name="user"  scope="prototype"></bean>
  2513. </beans><bean name="user"  scope="singleton"></bean>
  2514. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2515. <?xml version="1.0" encoding="UTF-8"?>
  2516. <beans xmlns="http://www.springframework.org/schema/beans"
  2517. <?xml version="1.0" encoding="UTF-8"?>
  2518. <beans xmlns="http://www.springframework.org/schema/beans"
  2519.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2520.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2521.     <bean name="user"  scope="prototype"></bean>
  2522. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2523. <?xml version="1.0" encoding="UTF-8"?>
  2524. <beans xmlns="http://www.springframework.org/schema/beans"
  2525.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2526.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2527.     <bean name="user"  scope="prototype"></bean>
  2528. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2529. <?xml version="1.0" encoding="UTF-8"?>
  2530. <beans xmlns="http://www.springframework.org/schema/beans"
  2531.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2532.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2533.     <bean name="user"  scope="prototype"></bean>
  2534. </beans><bean name="user"  scope="singleton"></bean>
  2535. </beans><bean name="user" ></bean>
  2536. </beans><?xml version="1.0" encoding="UTF-8"?>
  2537. <beans xmlns="http://www.springframework.org/schema/beans"
  2538. <?xml version="1.0" encoding="UTF-8"?>
  2539. <beans xmlns="http://www.springframework.org/schema/beans"
  2540. <?xml version="1.0" encoding="UTF-8"?>
  2541. <beans xmlns="http://www.springframework.org/schema/beans"
  2542.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2543.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2544.     <bean name="user"  scope="prototype"></bean>
  2545. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2546. <?xml version="1.0" encoding="UTF-8"?>
  2547. <beans xmlns="http://www.springframework.org/schema/beans"
  2548.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2549.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2550.     <bean name="user"  scope="prototype"></bean>
  2551. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2552. <?xml version="1.0" encoding="UTF-8"?>
  2553. <beans xmlns="http://www.springframework.org/schema/beans"
  2554.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2555.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2556.     <bean name="user"  scope="prototype"></bean>
  2557. </beans><bean name="user"  scope="singleton"></bean>
  2558. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2559. <?xml version="1.0" encoding="UTF-8"?>
  2560. <beans xmlns="http://www.springframework.org/schema/beans"
  2561. <?xml version="1.0" encoding="UTF-8"?>
  2562. <beans xmlns="http://www.springframework.org/schema/beans"
  2563.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2564.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2565.     <bean name="user"  scope="prototype"></bean>
  2566. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2567. <?xml version="1.0" encoding="UTF-8"?>
  2568. <beans xmlns="http://www.springframework.org/schema/beans"
  2569.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2570.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2571.     <bean name="user"  scope="prototype"></bean>
  2572. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2573. <?xml version="1.0" encoding="UTF-8"?>
  2574. <beans xmlns="http://www.springframework.org/schema/beans"
  2575.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2576.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2577.     <bean name="user"  scope="prototype"></bean>
  2578. </beans><bean name="user"  scope="singleton"></bean>
  2579. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2580. <?xml version="1.0" encoding="UTF-8"?>
  2581. <beans xmlns="http://www.springframework.org/schema/beans"
  2582. <?xml version="1.0" encoding="UTF-8"?>
  2583. <beans xmlns="http://www.springframework.org/schema/beans"
  2584.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2585.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2586.     <bean name="user"  scope="prototype"></bean>
  2587. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2588. <?xml version="1.0" encoding="UTF-8"?>
  2589. <beans xmlns="http://www.springframework.org/schema/beans"
  2590.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2591.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2592.     <bean name="user"  scope="prototype"></bean>
  2593. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2594. <?xml version="1.0" encoding="UTF-8"?>
  2595. <beans xmlns="http://www.springframework.org/schema/beans"
  2596.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2597.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2598.     <bean name="user"  scope="prototype"></bean>
  2599. </beans><bean name="user"  scope="singleton"></bean>
  2600. </beans><bean name="user" ></bean>
  2601. </beans><?xml version="1.0" encoding="UTF-8"?>
  2602. <beans xmlns="http://www.springframework.org/schema/beans"
  2603. <?xml version="1.0" encoding="UTF-8"?>
  2604. <beans xmlns="http://www.springframework.org/schema/beans"
  2605. <?xml version="1.0" encoding="UTF-8"?>
  2606. <beans xmlns="http://www.springframework.org/schema/beans"
  2607.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2608.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2609.     <bean name="user"  scope="prototype"></bean>
  2610. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2611. <?xml version="1.0" encoding="UTF-8"?>
  2612. <beans xmlns="http://www.springframework.org/schema/beans"
  2613.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2614.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2615.     <bean name="user"  scope="prototype"></bean>
  2616. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2617. <?xml version="1.0" encoding="UTF-8"?>
  2618. <beans xmlns="http://www.springframework.org/schema/beans"
  2619.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2620.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2621.     <bean name="user"  scope="prototype"></bean>
  2622. </beans><bean name="user"  scope="singleton"></bean>
  2623. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2624. <?xml version="1.0" encoding="UTF-8"?>
  2625. <beans xmlns="http://www.springframework.org/schema/beans"
  2626. <?xml version="1.0" encoding="UTF-8"?>
  2627. <beans xmlns="http://www.springframework.org/schema/beans"
  2628.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2629.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2630.     <bean name="user"  scope="prototype"></bean>
  2631. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2632. <?xml version="1.0" encoding="UTF-8"?>
  2633. <beans xmlns="http://www.springframework.org/schema/beans"
  2634.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2635.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2636.     <bean name="user"  scope="prototype"></bean>
  2637. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2638. <?xml version="1.0" encoding="UTF-8"?>
  2639. <beans xmlns="http://www.springframework.org/schema/beans"
  2640.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2641.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2642.     <bean name="user"  scope="prototype"></bean>
  2643. </beans><bean name="user"  scope="singleton"></bean>
  2644. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2645. <?xml version="1.0" encoding="UTF-8"?>
  2646. <beans xmlns="http://www.springframework.org/schema/beans"
  2647. <?xml version="1.0" encoding="UTF-8"?>
  2648. <beans xmlns="http://www.springframework.org/schema/beans"
  2649.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2650.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2651.     <bean name="user"  scope="prototype"></bean>
  2652. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2653. <?xml version="1.0" encoding="UTF-8"?>
  2654. <beans xmlns="http://www.springframework.org/schema/beans"
  2655.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2656.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2657.     <bean name="user"  scope="prototype"></bean>
  2658. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2659. <?xml version="1.0" encoding="UTF-8"?>
  2660. <beans xmlns="http://www.springframework.org/schema/beans"
  2661.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2662.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2663.     <bean name="user"  scope="prototype"></bean>
  2664. </beans><bean name="user"  scope="singleton"></bean>
  2665. </beans><bean name="user" ></bean>
  2666. </beans>}<?xml version="1.0" encoding="UTF-8"?>
  2667. <beans xmlns="http://www.springframework.org/schema/beans"
  2668. <?xml version="1.0" encoding="UTF-8"?>
  2669. <beans xmlns="http://www.springframework.org/schema/beans"
  2670. <?xml version="1.0" encoding="UTF-8"?>
  2671. <beans xmlns="http://www.springframework.org/schema/beans"
  2672.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2673.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2674.     <bean name="user"  scope="prototype"></bean>
  2675. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2676. <?xml version="1.0" encoding="UTF-8"?>
  2677. <beans xmlns="http://www.springframework.org/schema/beans"
  2678.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2679.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2680.     <bean name="user"  scope="prototype"></bean>
  2681. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2682. <?xml version="1.0" encoding="UTF-8"?>
  2683. <beans xmlns="http://www.springframework.org/schema/beans"
  2684.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2685.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2686.     <bean name="user"  scope="prototype"></bean>
  2687. </beans><bean name="user"  scope="singleton"></bean>
  2688. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2689. <?xml version="1.0" encoding="UTF-8"?>
  2690. <beans xmlns="http://www.springframework.org/schema/beans"
  2691. <?xml version="1.0" encoding="UTF-8"?>
  2692. <beans xmlns="http://www.springframework.org/schema/beans"
  2693.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2694.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2695.     <bean name="user"  scope="prototype"></bean>
  2696. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2697. <?xml version="1.0" encoding="UTF-8"?>
  2698. <beans xmlns="http://www.springframework.org/schema/beans"
  2699.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2700.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2701.     <bean name="user"  scope="prototype"></bean>
  2702. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2703. <?xml version="1.0" encoding="UTF-8"?>
  2704. <beans xmlns="http://www.springframework.org/schema/beans"
  2705.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2706.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2707.     <bean name="user"  scope="prototype"></bean>
  2708. </beans><bean name="user"  scope="singleton"></bean>
  2709. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2710. <?xml version="1.0" encoding="UTF-8"?>
  2711. <beans xmlns="http://www.springframework.org/schema/beans"
  2712. <?xml version="1.0" encoding="UTF-8"?>
  2713. <beans xmlns="http://www.springframework.org/schema/beans"
  2714.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2715.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2716.     <bean name="user"  scope="prototype"></bean>
  2717. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2718. <?xml version="1.0" encoding="UTF-8"?>
  2719. <beans xmlns="http://www.springframework.org/schema/beans"
  2720.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2721.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2722.     <bean name="user"  scope="prototype"></bean>
  2723. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2724. <?xml version="1.0" encoding="UTF-8"?>
  2725. <beans xmlns="http://www.springframework.org/schema/beans"
  2726.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2727.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2728.     <bean name="user"  scope="prototype"></bean>
  2729. </beans><bean name="user"  scope="singleton"></bean>
  2730. </beans><bean name="user" ></bean>
  2731. </beans><?xml version="1.0" encoding="UTF-8"?>
  2732. <beans xmlns="http://www.springframework.org/schema/beans"
  2733. <?xml version="1.0" encoding="UTF-8"?>
  2734. <beans xmlns="http://www.springframework.org/schema/beans"
  2735. <?xml version="1.0" encoding="UTF-8"?>
  2736. <beans xmlns="http://www.springframework.org/schema/beans"
  2737.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2738.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2739.     <bean name="user"  scope="prototype"></bean>
  2740. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2741. <?xml version="1.0" encoding="UTF-8"?>
  2742. <beans xmlns="http://www.springframework.org/schema/beans"
  2743.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2744.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2745.     <bean name="user"  scope="prototype"></bean>
  2746. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2747. <?xml version="1.0" encoding="UTF-8"?>
  2748. <beans xmlns="http://www.springframework.org/schema/beans"
  2749.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2750.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2751.     <bean name="user"  scope="prototype"></bean>
  2752. </beans><bean name="user"  scope="singleton"></bean>
  2753. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2754. <?xml version="1.0" encoding="UTF-8"?>
  2755. <beans xmlns="http://www.springframework.org/schema/beans"
  2756. <?xml version="1.0" encoding="UTF-8"?>
  2757. <beans xmlns="http://www.springframework.org/schema/beans"
  2758.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2759.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2760.     <bean name="user"  scope="prototype"></bean>
  2761. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2762. <?xml version="1.0" encoding="UTF-8"?>
  2763. <beans xmlns="http://www.springframework.org/schema/beans"
  2764.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2765.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2766.     <bean name="user"  scope="prototype"></bean>
  2767. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2768. <?xml version="1.0" encoding="UTF-8"?>
  2769. <beans xmlns="http://www.springframework.org/schema/beans"
  2770.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2771.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2772.     <bean name="user"  scope="prototype"></bean>
  2773. </beans><bean name="user"  scope="singleton"></bean>
  2774. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2775. <?xml version="1.0" encoding="UTF-8"?>
  2776. <beans xmlns="http://www.springframework.org/schema/beans"
  2777. <?xml version="1.0" encoding="UTF-8"?>
  2778. <beans xmlns="http://www.springframework.org/schema/beans"
  2779.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2780.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2781.     <bean name="user"  scope="prototype"></bean>
  2782. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2783. <?xml version="1.0" encoding="UTF-8"?>
  2784. <beans xmlns="http://www.springframework.org/schema/beans"
  2785.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2786.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2787.     <bean name="user"  scope="prototype"></bean>
  2788. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2789. <?xml version="1.0" encoding="UTF-8"?>
  2790. <beans xmlns="http://www.springframework.org/schema/beans"
  2791.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2792.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2793.     <bean name="user"  scope="prototype"></bean>
  2794. </beans><bean name="user"  scope="singleton"></bean>
  2795. </beans><bean name="user" ></bean>
  2796. </beans>}).start();<?xml version="1.0" encoding="UTF-8"?>
  2797. <beans xmlns="http://www.springframework.org/schema/beans"
  2798. <?xml version="1.0" encoding="UTF-8"?>
  2799. <beans xmlns="http://www.springframework.org/schema/beans"
  2800. <?xml version="1.0" encoding="UTF-8"?>
  2801. <beans xmlns="http://www.springframework.org/schema/beans"
  2802.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2803.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2804.     <bean name="user"  scope="prototype"></bean>
  2805. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2806. <?xml version="1.0" encoding="UTF-8"?>
  2807. <beans xmlns="http://www.springframework.org/schema/beans"
  2808.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2809.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2810.     <bean name="user"  scope="prototype"></bean>
  2811. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2812. <?xml version="1.0" encoding="UTF-8"?>
  2813. <beans xmlns="http://www.springframework.org/schema/beans"
  2814.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2815.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2816.     <bean name="user"  scope="prototype"></bean>
  2817. </beans><bean name="user"  scope="singleton"></bean>
  2818. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2819. <?xml version="1.0" encoding="UTF-8"?>
  2820. <beans xmlns="http://www.springframework.org/schema/beans"
  2821. <?xml version="1.0" encoding="UTF-8"?>
  2822. <beans xmlns="http://www.springframework.org/schema/beans"
  2823.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2824.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2825.     <bean name="user"  scope="prototype"></bean>
  2826. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2827. <?xml version="1.0" encoding="UTF-8"?>
  2828. <beans xmlns="http://www.springframework.org/schema/beans"
  2829.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2830.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2831.     <bean name="user"  scope="prototype"></bean>
  2832. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2833. <?xml version="1.0" encoding="UTF-8"?>
  2834. <beans xmlns="http://www.springframework.org/schema/beans"
  2835.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2836.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2837.     <bean name="user"  scope="prototype"></bean>
  2838. </beans><bean name="user"  scope="singleton"></bean>
  2839. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2840. <?xml version="1.0" encoding="UTF-8"?>
  2841. <beans xmlns="http://www.springframework.org/schema/beans"
  2842. <?xml version="1.0" encoding="UTF-8"?>
  2843. <beans xmlns="http://www.springframework.org/schema/beans"
  2844.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2845.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2846.     <bean name="user"  scope="prototype"></bean>
  2847. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2848. <?xml version="1.0" encoding="UTF-8"?>
  2849. <beans xmlns="http://www.springframework.org/schema/beans"
  2850.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2851.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2852.     <bean name="user"  scope="prototype"></bean>
  2853. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2854. <?xml version="1.0" encoding="UTF-8"?>
  2855. <beans xmlns="http://www.springframework.org/schema/beans"
  2856.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2857.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2858.     <bean name="user"  scope="prototype"></bean>
  2859. </beans><bean name="user"  scope="singleton"></bean>
  2860. </beans><bean name="user" ></bean>
  2861. </beans>}}
复制代码
1.4 Spring 中的 bean 标签当中scope= 属性其他的值阐明

scope属性的值不止两个,它一共包括8个选项:

特别阐明: 假如大家,进行了一个实践测试代码,可能会发现,IDE工具,仅仅只提示了 scope属性值的两个值(singleton,prototype)。就算我们自己手动敲出了其他的值,也是会报 。如下图所示:


哈哈哈,这个IDE不给我们提示就算了,还给我们报错。
其实这个并不是IDE工具的问题,而是,我们其他的对应的scope其他属性的值,是需要在特定的情况下才有用的。比如:我们这里的 request 是需要在 web 项目当中才是有用的 ,所以 IDE才给我们来了这么一个错误——》爆红了。
我们可以,在 pom.xml 项目设置文件上,加上一个web 框架,比如:这里我们加上SpringMVC 就可以了。试试
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <beans xmlns="http://www.springframework.org/schema/beans"
  3. <?xml version="1.0" encoding="UTF-8"?>
  4. <beans xmlns="http://www.springframework.org/schema/beans"
  5. <?xml version="1.0" encoding="UTF-8"?>
  6. <beans xmlns="http://www.springframework.org/schema/beans"
  7.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  8.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  9.     <bean name="user"  scope="prototype"></bean>
  10. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  11. <?xml version="1.0" encoding="UTF-8"?>
  12. <beans xmlns="http://www.springframework.org/schema/beans"
  13.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  14.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  15.     <bean name="user"  scope="prototype"></bean>
  16. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  17. <?xml version="1.0" encoding="UTF-8"?>
  18. <beans xmlns="http://www.springframework.org/schema/beans"
  19.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  20.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  21.     <bean name="user"  scope="prototype"></bean>
  22. </beans><bean name="user"  scope="singleton"></bean>
  23. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  24. <?xml version="1.0" encoding="UTF-8"?>
  25. <beans xmlns="http://www.springframework.org/schema/beans"
  26. <?xml version="1.0" encoding="UTF-8"?>
  27. <beans xmlns="http://www.springframework.org/schema/beans"
  28.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  29.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  30.     <bean name="user"  scope="prototype"></bean>
  31. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  32. <?xml version="1.0" encoding="UTF-8"?>
  33. <beans xmlns="http://www.springframework.org/schema/beans"
  34.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  35.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  36.     <bean name="user"  scope="prototype"></bean>
  37. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  38. <?xml version="1.0" encoding="UTF-8"?>
  39. <beans xmlns="http://www.springframework.org/schema/beans"
  40.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  41.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  42.     <bean name="user"  scope="prototype"></bean>
  43. </beans><bean name="user"  scope="singleton"></bean>
  44. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  45. <?xml version="1.0" encoding="UTF-8"?>
  46. <beans xmlns="http://www.springframework.org/schema/beans"
  47. <?xml version="1.0" encoding="UTF-8"?>
  48. <beans xmlns="http://www.springframework.org/schema/beans"
  49.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  50.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  51.     <bean name="user"  scope="prototype"></bean>
  52. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  53. <?xml version="1.0" encoding="UTF-8"?>
  54. <beans xmlns="http://www.springframework.org/schema/beans"
  55.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  56.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  57.     <bean name="user"  scope="prototype"></bean>
  58. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  59. <?xml version="1.0" encoding="UTF-8"?>
  60. <beans xmlns="http://www.springframework.org/schema/beans"
  61.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  62.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  63.     <bean name="user"  scope="prototype"></bean>
  64. </beans><bean name="user"  scope="singleton"></bean>
  65. </beans><bean name="user" ></bean>
  66. </beans><?xml version="1.0" encoding="UTF-8"?>
  67. <beans xmlns="http://www.springframework.org/schema/beans"
  68. <?xml version="1.0" encoding="UTF-8"?>
  69. <beans xmlns="http://www.springframework.org/schema/beans"
  70. <?xml version="1.0" encoding="UTF-8"?>
  71. <beans xmlns="http://www.springframework.org/schema/beans"
  72.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  73.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  74.     <bean name="user"  scope="prototype"></bean>
  75. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  76. <?xml version="1.0" encoding="UTF-8"?>
  77. <beans xmlns="http://www.springframework.org/schema/beans"
  78.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  79.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  80.     <bean name="user"  scope="prototype"></bean>
  81. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  82. <?xml version="1.0" encoding="UTF-8"?>
  83. <beans xmlns="http://www.springframework.org/schema/beans"
  84.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  85.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  86.     <bean name="user"  scope="prototype"></bean>
  87. </beans><bean name="user"  scope="singleton"></bean>
  88. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  89. <?xml version="1.0" encoding="UTF-8"?>
  90. <beans xmlns="http://www.springframework.org/schema/beans"
  91. <?xml version="1.0" encoding="UTF-8"?>
  92. <beans xmlns="http://www.springframework.org/schema/beans"
  93.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  94.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  95.     <bean name="user"  scope="prototype"></bean>
  96. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  97. <?xml version="1.0" encoding="UTF-8"?>
  98. <beans xmlns="http://www.springframework.org/schema/beans"
  99.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  100.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  101.     <bean name="user"  scope="prototype"></bean>
  102. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  103. <?xml version="1.0" encoding="UTF-8"?>
  104. <beans xmlns="http://www.springframework.org/schema/beans"
  105.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  106.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  107.     <bean name="user"  scope="prototype"></bean>
  108. </beans><bean name="user"  scope="singleton"></bean>
  109. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  110. <?xml version="1.0" encoding="UTF-8"?>
  111. <beans xmlns="http://www.springframework.org/schema/beans"
  112. <?xml version="1.0" encoding="UTF-8"?>
  113. <beans xmlns="http://www.springframework.org/schema/beans"
  114.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  115.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  116.     <bean name="user"  scope="prototype"></bean>
  117. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  118. <?xml version="1.0" encoding="UTF-8"?>
  119. <beans xmlns="http://www.springframework.org/schema/beans"
  120.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  121.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  122.     <bean name="user"  scope="prototype"></bean>
  123. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  124. <?xml version="1.0" encoding="UTF-8"?>
  125. <beans xmlns="http://www.springframework.org/schema/beans"
  126.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  127.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  128.     <bean name="user"  scope="prototype"></bean>
  129. </beans><bean name="user"  scope="singleton"></bean>
  130. </beans><bean name="user" ></bean>
  131. </beans><?xml version="1.0" encoding="UTF-8"?>
  132. <beans xmlns="http://www.springframework.org/schema/beans"
  133. <?xml version="1.0" encoding="UTF-8"?>
  134. <beans xmlns="http://www.springframework.org/schema/beans"
  135. <?xml version="1.0" encoding="UTF-8"?>
  136. <beans xmlns="http://www.springframework.org/schema/beans"
  137.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  138.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  139.     <bean name="user"  scope="prototype"></bean>
  140. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  141. <?xml version="1.0" encoding="UTF-8"?>
  142. <beans xmlns="http://www.springframework.org/schema/beans"
  143.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  144.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  145.     <bean name="user"  scope="prototype"></bean>
  146. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  147. <?xml version="1.0" encoding="UTF-8"?>
  148. <beans xmlns="http://www.springframework.org/schema/beans"
  149.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  150.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  151.     <bean name="user"  scope="prototype"></bean>
  152. </beans><bean name="user"  scope="singleton"></bean>
  153. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  154. <?xml version="1.0" encoding="UTF-8"?>
  155. <beans xmlns="http://www.springframework.org/schema/beans"
  156. <?xml version="1.0" encoding="UTF-8"?>
  157. <beans xmlns="http://www.springframework.org/schema/beans"
  158.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  159.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  160.     <bean name="user"  scope="prototype"></bean>
  161. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  162. <?xml version="1.0" encoding="UTF-8"?>
  163. <beans xmlns="http://www.springframework.org/schema/beans"
  164.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  165.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  166.     <bean name="user"  scope="prototype"></bean>
  167. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  168. <?xml version="1.0" encoding="UTF-8"?>
  169. <beans xmlns="http://www.springframework.org/schema/beans"
  170.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  171.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  172.     <bean name="user"  scope="prototype"></bean>
  173. </beans><bean name="user"  scope="singleton"></bean>
  174. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  175. <?xml version="1.0" encoding="UTF-8"?>
  176. <beans xmlns="http://www.springframework.org/schema/beans"
  177. <?xml version="1.0" encoding="UTF-8"?>
  178. <beans xmlns="http://www.springframework.org/schema/beans"
  179.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  180.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  181.     <bean name="user"  scope="prototype"></bean>
  182. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  183. <?xml version="1.0" encoding="UTF-8"?>
  184. <beans xmlns="http://www.springframework.org/schema/beans"
  185.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  186.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  187.     <bean name="user"  scope="prototype"></bean>
  188. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  189. <?xml version="1.0" encoding="UTF-8"?>
  190. <beans xmlns="http://www.springframework.org/schema/beans"
  191.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  192.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  193.     <bean name="user"  scope="prototype"></bean>
  194. </beans><bean name="user"  scope="singleton"></bean>
  195. </beans><bean name="user" ></bean>
  196. </beans><?xml version="1.0" encoding="UTF-8"?>
  197. <beans xmlns="http://www.springframework.org/schema/beans"
  198. <?xml version="1.0" encoding="UTF-8"?>
  199. <beans xmlns="http://www.springframework.org/schema/beans"
  200. <?xml version="1.0" encoding="UTF-8"?>
  201. <beans xmlns="http://www.springframework.org/schema/beans"
  202.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  203.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  204.     <bean name="user"  scope="prototype"></bean>
  205. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  206. <?xml version="1.0" encoding="UTF-8"?>
  207. <beans xmlns="http://www.springframework.org/schema/beans"
  208.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  209.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  210.     <bean name="user"  scope="prototype"></bean>
  211. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  212. <?xml version="1.0" encoding="UTF-8"?>
  213. <beans xmlns="http://www.springframework.org/schema/beans"
  214.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  215.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  216.     <bean name="user"  scope="prototype"></bean>
  217. </beans><bean name="user"  scope="singleton"></bean>
  218. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  219. <?xml version="1.0" encoding="UTF-8"?>
  220. <beans xmlns="http://www.springframework.org/schema/beans"
  221. <?xml version="1.0" encoding="UTF-8"?>
  222. <beans xmlns="http://www.springframework.org/schema/beans"
  223.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  224.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  225.     <bean name="user"  scope="prototype"></bean>
  226. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  227. <?xml version="1.0" encoding="UTF-8"?>
  228. <beans xmlns="http://www.springframework.org/schema/beans"
  229.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  230.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  231.     <bean name="user"  scope="prototype"></bean>
  232. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  233. <?xml version="1.0" encoding="UTF-8"?>
  234. <beans xmlns="http://www.springframework.org/schema/beans"
  235.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  236.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  237.     <bean name="user"  scope="prototype"></bean>
  238. </beans><bean name="user"  scope="singleton"></bean>
  239. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  240. <?xml version="1.0" encoding="UTF-8"?>
  241. <beans xmlns="http://www.springframework.org/schema/beans"
  242. <?xml version="1.0" encoding="UTF-8"?>
  243. <beans xmlns="http://www.springframework.org/schema/beans"
  244.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  245.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  246.     <bean name="user"  scope="prototype"></bean>
  247. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  248. <?xml version="1.0" encoding="UTF-8"?>
  249. <beans xmlns="http://www.springframework.org/schema/beans"
  250.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  251.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  252.     <bean name="user"  scope="prototype"></bean>
  253. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  254. <?xml version="1.0" encoding="UTF-8"?>
  255. <beans xmlns="http://www.springframework.org/schema/beans"
  256.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  257.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  258.     <bean name="user"  scope="prototype"></bean>
  259. </beans><bean name="user"  scope="singleton"></bean>
  260. </beans><bean name="user" ></bean>
  261. </beans><?xml version="1.0" encoding="UTF-8"?>
  262. <beans xmlns="http://www.springframework.org/schema/beans"
  263. <?xml version="1.0" encoding="UTF-8"?>
  264. <beans xmlns="http://www.springframework.org/schema/beans"
  265. <?xml version="1.0" encoding="UTF-8"?>
  266. <beans xmlns="http://www.springframework.org/schema/beans"
  267.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  268.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  269.     <bean name="user"  scope="prototype"></bean>
  270. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  271. <?xml version="1.0" encoding="UTF-8"?>
  272. <beans xmlns="http://www.springframework.org/schema/beans"
  273.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  274.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  275.     <bean name="user"  scope="prototype"></bean>
  276. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  277. <?xml version="1.0" encoding="UTF-8"?>
  278. <beans xmlns="http://www.springframework.org/schema/beans"
  279.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  280.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  281.     <bean name="user"  scope="prototype"></bean>
  282. </beans><bean name="user"  scope="singleton"></bean>
  283. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  284. <?xml version="1.0" encoding="UTF-8"?>
  285. <beans xmlns="http://www.springframework.org/schema/beans"
  286. <?xml version="1.0" encoding="UTF-8"?>
  287. <beans xmlns="http://www.springframework.org/schema/beans"
  288.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  289.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  290.     <bean name="user"  scope="prototype"></bean>
  291. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  292. <?xml version="1.0" encoding="UTF-8"?>
  293. <beans xmlns="http://www.springframework.org/schema/beans"
  294.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  295.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  296.     <bean name="user"  scope="prototype"></bean>
  297. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  298. <?xml version="1.0" encoding="UTF-8"?>
  299. <beans xmlns="http://www.springframework.org/schema/beans"
  300.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  301.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  302.     <bean name="user"  scope="prototype"></bean>
  303. </beans><bean name="user"  scope="singleton"></bean>
  304. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  305. <?xml version="1.0" encoding="UTF-8"?>
  306. <beans xmlns="http://www.springframework.org/schema/beans"
  307. <?xml version="1.0" encoding="UTF-8"?>
  308. <beans xmlns="http://www.springframework.org/schema/beans"
  309.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  310.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  311.     <bean name="user"  scope="prototype"></bean>
  312. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  313. <?xml version="1.0" encoding="UTF-8"?>
  314. <beans xmlns="http://www.springframework.org/schema/beans"
  315.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  316.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  317.     <bean name="user"  scope="prototype"></bean>
  318. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  319. <?xml version="1.0" encoding="UTF-8"?>
  320. <beans xmlns="http://www.springframework.org/schema/beans"
  321.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  322.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  323.     <bean name="user"  scope="prototype"></bean>
  324. </beans><bean name="user"  scope="singleton"></bean>
  325. </beans><bean name="user" ></bean>
  326. </beans><?xml version="1.0" encoding="UTF-8"?>
  327. <beans xmlns="http://www.springframework.org/schema/beans"
  328. <?xml version="1.0" encoding="UTF-8"?>
  329. <beans xmlns="http://www.springframework.org/schema/beans"
  330. <?xml version="1.0" encoding="UTF-8"?>
  331. <beans xmlns="http://www.springframework.org/schema/beans"
  332.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  333.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  334.     <bean name="user"  scope="prototype"></bean>
  335. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  336. <?xml version="1.0" encoding="UTF-8"?>
  337. <beans xmlns="http://www.springframework.org/schema/beans"
  338.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  339.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  340.     <bean name="user"  scope="prototype"></bean>
  341. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  342. <?xml version="1.0" encoding="UTF-8"?>
  343. <beans xmlns="http://www.springframework.org/schema/beans"
  344.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  345.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  346.     <bean name="user"  scope="prototype"></bean>
  347. </beans><bean name="user"  scope="singleton"></bean>
  348. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  349. <?xml version="1.0" encoding="UTF-8"?>
  350. <beans xmlns="http://www.springframework.org/schema/beans"
  351. <?xml version="1.0" encoding="UTF-8"?>
  352. <beans xmlns="http://www.springframework.org/schema/beans"
  353.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  354.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  355.     <bean name="user"  scope="prototype"></bean>
  356. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  357. <?xml version="1.0" encoding="UTF-8"?>
  358. <beans xmlns="http://www.springframework.org/schema/beans"
  359.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  360.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  361.     <bean name="user"  scope="prototype"></bean>
  362. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  363. <?xml version="1.0" encoding="UTF-8"?>
  364. <beans xmlns="http://www.springframework.org/schema/beans"
  365.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  366.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  367.     <bean name="user"  scope="prototype"></bean>
  368. </beans><bean name="user"  scope="singleton"></bean>
  369. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  370. <?xml version="1.0" encoding="UTF-8"?>
  371. <beans xmlns="http://www.springframework.org/schema/beans"
  372. <?xml version="1.0" encoding="UTF-8"?>
  373. <beans xmlns="http://www.springframework.org/schema/beans"
  374.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  375.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  376.     <bean name="user"  scope="prototype"></bean>
  377. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  378. <?xml version="1.0" encoding="UTF-8"?>
  379. <beans xmlns="http://www.springframework.org/schema/beans"
  380.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  381.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  382.     <bean name="user"  scope="prototype"></bean>
  383. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  384. <?xml version="1.0" encoding="UTF-8"?>
  385. <beans xmlns="http://www.springframework.org/schema/beans"
  386.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  387.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  388.     <bean name="user"  scope="prototype"></bean>
  389. </beans><bean name="user"  scope="singleton"></bean>
  390. </beans><bean name="user" ></bean>
  391. </beans><?xml version="1.0" encoding="UTF-8"?>
  392. <beans xmlns="http://www.springframework.org/schema/beans"
  393. <?xml version="1.0" encoding="UTF-8"?>
  394. <beans xmlns="http://www.springframework.org/schema/beans"
  395. <?xml version="1.0" encoding="UTF-8"?>
  396. <beans xmlns="http://www.springframework.org/schema/beans"
  397.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  398.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  399.     <bean name="user"  scope="prototype"></bean>
  400. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  401. <?xml version="1.0" encoding="UTF-8"?>
  402. <beans xmlns="http://www.springframework.org/schema/beans"
  403.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  404.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  405.     <bean name="user"  scope="prototype"></bean>
  406. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  407. <?xml version="1.0" encoding="UTF-8"?>
  408. <beans xmlns="http://www.springframework.org/schema/beans"
  409.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  410.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  411.     <bean name="user"  scope="prototype"></bean>
  412. </beans><bean name="user"  scope="singleton"></bean>
  413. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  414. <?xml version="1.0" encoding="UTF-8"?>
  415. <beans xmlns="http://www.springframework.org/schema/beans"
  416. <?xml version="1.0" encoding="UTF-8"?>
  417. <beans xmlns="http://www.springframework.org/schema/beans"
  418.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  419.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  420.     <bean name="user"  scope="prototype"></bean>
  421. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  422. <?xml version="1.0" encoding="UTF-8"?>
  423. <beans xmlns="http://www.springframework.org/schema/beans"
  424.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  425.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  426.     <bean name="user"  scope="prototype"></bean>
  427. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  428. <?xml version="1.0" encoding="UTF-8"?>
  429. <beans xmlns="http://www.springframework.org/schema/beans"
  430.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  431.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  432.     <bean name="user"  scope="prototype"></bean>
  433. </beans><bean name="user"  scope="singleton"></bean>
  434. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  435. <?xml version="1.0" encoding="UTF-8"?>
  436. <beans xmlns="http://www.springframework.org/schema/beans"
  437. <?xml version="1.0" encoding="UTF-8"?>
  438. <beans xmlns="http://www.springframework.org/schema/beans"
  439.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  440.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  441.     <bean name="user"  scope="prototype"></bean>
  442. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  443. <?xml version="1.0" encoding="UTF-8"?>
  444. <beans xmlns="http://www.springframework.org/schema/beans"
  445.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  446.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  447.     <bean name="user"  scope="prototype"></bean>
  448. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  449. <?xml version="1.0" encoding="UTF-8"?>
  450. <beans xmlns="http://www.springframework.org/schema/beans"
  451.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  452.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  453.     <bean name="user"  scope="prototype"></bean>
  454. </beans><bean name="user"  scope="singleton"></bean>
  455. </beans><bean name="user" ></bean>
  456. </beans>org.springframework<?xml version="1.0" encoding="UTF-8"?>
  457. <beans xmlns="http://www.springframework.org/schema/beans"
  458. <?xml version="1.0" encoding="UTF-8"?>
  459. <beans xmlns="http://www.springframework.org/schema/beans"
  460. <?xml version="1.0" encoding="UTF-8"?>
  461. <beans xmlns="http://www.springframework.org/schema/beans"
  462.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  463.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  464.     <bean name="user"  scope="prototype"></bean>
  465. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  466. <?xml version="1.0" encoding="UTF-8"?>
  467. <beans xmlns="http://www.springframework.org/schema/beans"
  468.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  469.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  470.     <bean name="user"  scope="prototype"></bean>
  471. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  472. <?xml version="1.0" encoding="UTF-8"?>
  473. <beans xmlns="http://www.springframework.org/schema/beans"
  474.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  475.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  476.     <bean name="user"  scope="prototype"></bean>
  477. </beans><bean name="user"  scope="singleton"></bean>
  478. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  479. <?xml version="1.0" encoding="UTF-8"?>
  480. <beans xmlns="http://www.springframework.org/schema/beans"
  481. <?xml version="1.0" encoding="UTF-8"?>
  482. <beans xmlns="http://www.springframework.org/schema/beans"
  483.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  484.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  485.     <bean name="user"  scope="prototype"></bean>
  486. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  487. <?xml version="1.0" encoding="UTF-8"?>
  488. <beans xmlns="http://www.springframework.org/schema/beans"
  489.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  490.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  491.     <bean name="user"  scope="prototype"></bean>
  492. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  493. <?xml version="1.0" encoding="UTF-8"?>
  494. <beans xmlns="http://www.springframework.org/schema/beans"
  495.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  496.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  497.     <bean name="user"  scope="prototype"></bean>
  498. </beans><bean name="user"  scope="singleton"></bean>
  499. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  500. <?xml version="1.0" encoding="UTF-8"?>
  501. <beans xmlns="http://www.springframework.org/schema/beans"
  502. <?xml version="1.0" encoding="UTF-8"?>
  503. <beans xmlns="http://www.springframework.org/schema/beans"
  504.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  505.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  506.     <bean name="user"  scope="prototype"></bean>
  507. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  508. <?xml version="1.0" encoding="UTF-8"?>
  509. <beans xmlns="http://www.springframework.org/schema/beans"
  510.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  511.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  512.     <bean name="user"  scope="prototype"></bean>
  513. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  514. <?xml version="1.0" encoding="UTF-8"?>
  515. <beans xmlns="http://www.springframework.org/schema/beans"
  516.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  517.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  518.     <bean name="user"  scope="prototype"></bean>
  519. </beans><bean name="user"  scope="singleton"></bean>
  520. </beans><bean name="user" ></bean>
  521. </beans><?xml version="1.0" encoding="UTF-8"?>
  522. <beans xmlns="http://www.springframework.org/schema/beans"
  523. <?xml version="1.0" encoding="UTF-8"?>
  524. <beans xmlns="http://www.springframework.org/schema/beans"
  525. <?xml version="1.0" encoding="UTF-8"?>
  526. <beans xmlns="http://www.springframework.org/schema/beans"
  527.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  528.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  529.     <bean name="user"  scope="prototype"></bean>
  530. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  531. <?xml version="1.0" encoding="UTF-8"?>
  532. <beans xmlns="http://www.springframework.org/schema/beans"
  533.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  534.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  535.     <bean name="user"  scope="prototype"></bean>
  536. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  537. <?xml version="1.0" encoding="UTF-8"?>
  538. <beans xmlns="http://www.springframework.org/schema/beans"
  539.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  540.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  541.     <bean name="user"  scope="prototype"></bean>
  542. </beans><bean name="user"  scope="singleton"></bean>
  543. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  544. <?xml version="1.0" encoding="UTF-8"?>
  545. <beans xmlns="http://www.springframework.org/schema/beans"
  546. <?xml version="1.0" encoding="UTF-8"?>
  547. <beans xmlns="http://www.springframework.org/schema/beans"
  548.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  549.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  550.     <bean name="user"  scope="prototype"></bean>
  551. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  552. <?xml version="1.0" encoding="UTF-8"?>
  553. <beans xmlns="http://www.springframework.org/schema/beans"
  554.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  555.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  556.     <bean name="user"  scope="prototype"></bean>
  557. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  558. <?xml version="1.0" encoding="UTF-8"?>
  559. <beans xmlns="http://www.springframework.org/schema/beans"
  560.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  561.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  562.     <bean name="user"  scope="prototype"></bean>
  563. </beans><bean name="user"  scope="singleton"></bean>
  564. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  565. <?xml version="1.0" encoding="UTF-8"?>
  566. <beans xmlns="http://www.springframework.org/schema/beans"
  567. <?xml version="1.0" encoding="UTF-8"?>
  568. <beans xmlns="http://www.springframework.org/schema/beans"
  569.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  570.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  571.     <bean name="user"  scope="prototype"></bean>
  572. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  573. <?xml version="1.0" encoding="UTF-8"?>
  574. <beans xmlns="http://www.springframework.org/schema/beans"
  575.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  576.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  577.     <bean name="user"  scope="prototype"></bean>
  578. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  579. <?xml version="1.0" encoding="UTF-8"?>
  580. <beans xmlns="http://www.springframework.org/schema/beans"
  581.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  582.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  583.     <bean name="user"  scope="prototype"></bean>
  584. </beans><bean name="user"  scope="singleton"></bean>
  585. </beans><bean name="user" ></bean>
  586. </beans><?xml version="1.0" encoding="UTF-8"?>
  587. <beans xmlns="http://www.springframework.org/schema/beans"
  588. <?xml version="1.0" encoding="UTF-8"?>
  589. <beans xmlns="http://www.springframework.org/schema/beans"
  590. <?xml version="1.0" encoding="UTF-8"?>
  591. <beans xmlns="http://www.springframework.org/schema/beans"
  592.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  593.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  594.     <bean name="user"  scope="prototype"></bean>
  595. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  596. <?xml version="1.0" encoding="UTF-8"?>
  597. <beans xmlns="http://www.springframework.org/schema/beans"
  598.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  599.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  600.     <bean name="user"  scope="prototype"></bean>
  601. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  602. <?xml version="1.0" encoding="UTF-8"?>
  603. <beans xmlns="http://www.springframework.org/schema/beans"
  604.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  605.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  606.     <bean name="user"  scope="prototype"></bean>
  607. </beans><bean name="user"  scope="singleton"></bean>
  608. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  609. <?xml version="1.0" encoding="UTF-8"?>
  610. <beans xmlns="http://www.springframework.org/schema/beans"
  611. <?xml version="1.0" encoding="UTF-8"?>
  612. <beans xmlns="http://www.springframework.org/schema/beans"
  613.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  614.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  615.     <bean name="user"  scope="prototype"></bean>
  616. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  617. <?xml version="1.0" encoding="UTF-8"?>
  618. <beans xmlns="http://www.springframework.org/schema/beans"
  619.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  620.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  621.     <bean name="user"  scope="prototype"></bean>
  622. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  623. <?xml version="1.0" encoding="UTF-8"?>
  624. <beans xmlns="http://www.springframework.org/schema/beans"
  625.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  626.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  627.     <bean name="user"  scope="prototype"></bean>
  628. </beans><bean name="user"  scope="singleton"></bean>
  629. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  630. <?xml version="1.0" encoding="UTF-8"?>
  631. <beans xmlns="http://www.springframework.org/schema/beans"
  632. <?xml version="1.0" encoding="UTF-8"?>
  633. <beans xmlns="http://www.springframework.org/schema/beans"
  634.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  635.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  636.     <bean name="user"  scope="prototype"></bean>
  637. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  638. <?xml version="1.0" encoding="UTF-8"?>
  639. <beans xmlns="http://www.springframework.org/schema/beans"
  640.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  641.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  642.     <bean name="user"  scope="prototype"></bean>
  643. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  644. <?xml version="1.0" encoding="UTF-8"?>
  645. <beans xmlns="http://www.springframework.org/schema/beans"
  646.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  647.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  648.     <bean name="user"  scope="prototype"></bean>
  649. </beans><bean name="user"  scope="singleton"></bean>
  650. </beans><bean name="user" ></bean>
  651. </beans>spring-webmvc<?xml version="1.0" encoding="UTF-8"?>
  652. <beans xmlns="http://www.springframework.org/schema/beans"
  653. <?xml version="1.0" encoding="UTF-8"?>
  654. <beans xmlns="http://www.springframework.org/schema/beans"
  655. <?xml version="1.0" encoding="UTF-8"?>
  656. <beans xmlns="http://www.springframework.org/schema/beans"
  657.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  658.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  659.     <bean name="user"  scope="prototype"></bean>
  660. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  661. <?xml version="1.0" encoding="UTF-8"?>
  662. <beans xmlns="http://www.springframework.org/schema/beans"
  663.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  664.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  665.     <bean name="user"  scope="prototype"></bean>
  666. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  667. <?xml version="1.0" encoding="UTF-8"?>
  668. <beans xmlns="http://www.springframework.org/schema/beans"
  669.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  670.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  671.     <bean name="user"  scope="prototype"></bean>
  672. </beans><bean name="user"  scope="singleton"></bean>
  673. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  674. <?xml version="1.0" encoding="UTF-8"?>
  675. <beans xmlns="http://www.springframework.org/schema/beans"
  676. <?xml version="1.0" encoding="UTF-8"?>
  677. <beans xmlns="http://www.springframework.org/schema/beans"
  678.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  679.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  680.     <bean name="user"  scope="prototype"></bean>
  681. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  682. <?xml version="1.0" encoding="UTF-8"?>
  683. <beans xmlns="http://www.springframework.org/schema/beans"
  684.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  685.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  686.     <bean name="user"  scope="prototype"></bean>
  687. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  688. <?xml version="1.0" encoding="UTF-8"?>
  689. <beans xmlns="http://www.springframework.org/schema/beans"
  690.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  691.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  692.     <bean name="user"  scope="prototype"></bean>
  693. </beans><bean name="user"  scope="singleton"></bean>
  694. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  695. <?xml version="1.0" encoding="UTF-8"?>
  696. <beans xmlns="http://www.springframework.org/schema/beans"
  697. <?xml version="1.0" encoding="UTF-8"?>
  698. <beans xmlns="http://www.springframework.org/schema/beans"
  699.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  700.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  701.     <bean name="user"  scope="prototype"></bean>
  702. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  703. <?xml version="1.0" encoding="UTF-8"?>
  704. <beans xmlns="http://www.springframework.org/schema/beans"
  705.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  706.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  707.     <bean name="user"  scope="prototype"></bean>
  708. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  709. <?xml version="1.0" encoding="UTF-8"?>
  710. <beans xmlns="http://www.springframework.org/schema/beans"
  711.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  712.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  713.     <bean name="user"  scope="prototype"></bean>
  714. </beans><bean name="user"  scope="singleton"></bean>
  715. </beans><bean name="user" ></bean>
  716. </beans><?xml version="1.0" encoding="UTF-8"?>
  717. <beans xmlns="http://www.springframework.org/schema/beans"
  718. <?xml version="1.0" encoding="UTF-8"?>
  719. <beans xmlns="http://www.springframework.org/schema/beans"
  720. <?xml version="1.0" encoding="UTF-8"?>
  721. <beans xmlns="http://www.springframework.org/schema/beans"
  722.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  723.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  724.     <bean name="user"  scope="prototype"></bean>
  725. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  726. <?xml version="1.0" encoding="UTF-8"?>
  727. <beans xmlns="http://www.springframework.org/schema/beans"
  728.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  729.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  730.     <bean name="user"  scope="prototype"></bean>
  731. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  732. <?xml version="1.0" encoding="UTF-8"?>
  733. <beans xmlns="http://www.springframework.org/schema/beans"
  734.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  735.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  736.     <bean name="user"  scope="prototype"></bean>
  737. </beans><bean name="user"  scope="singleton"></bean>
  738. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  739. <?xml version="1.0" encoding="UTF-8"?>
  740. <beans xmlns="http://www.springframework.org/schema/beans"
  741. <?xml version="1.0" encoding="UTF-8"?>
  742. <beans xmlns="http://www.springframework.org/schema/beans"
  743.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  744.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  745.     <bean name="user"  scope="prototype"></bean>
  746. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  747. <?xml version="1.0" encoding="UTF-8"?>
  748. <beans xmlns="http://www.springframework.org/schema/beans"
  749.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  750.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  751.     <bean name="user"  scope="prototype"></bean>
  752. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  753. <?xml version="1.0" encoding="UTF-8"?>
  754. <beans xmlns="http://www.springframework.org/schema/beans"
  755.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  756.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  757.     <bean name="user"  scope="prototype"></bean>
  758. </beans><bean name="user"  scope="singleton"></bean>
  759. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  760. <?xml version="1.0" encoding="UTF-8"?>
  761. <beans xmlns="http://www.springframework.org/schema/beans"
  762. <?xml version="1.0" encoding="UTF-8"?>
  763. <beans xmlns="http://www.springframework.org/schema/beans"
  764.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  765.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  766.     <bean name="user"  scope="prototype"></bean>
  767. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  768. <?xml version="1.0" encoding="UTF-8"?>
  769. <beans xmlns="http://www.springframework.org/schema/beans"
  770.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  771.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  772.     <bean name="user"  scope="prototype"></bean>
  773. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  774. <?xml version="1.0" encoding="UTF-8"?>
  775. <beans xmlns="http://www.springframework.org/schema/beans"
  776.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  777.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  778.     <bean name="user"  scope="prototype"></bean>
  779. </beans><bean name="user"  scope="singleton"></bean>
  780. </beans><bean name="user" ></bean>
  781. </beans><?xml version="1.0" encoding="UTF-8"?>
  782. <beans xmlns="http://www.springframework.org/schema/beans"
  783. <?xml version="1.0" encoding="UTF-8"?>
  784. <beans xmlns="http://www.springframework.org/schema/beans"
  785. <?xml version="1.0" encoding="UTF-8"?>
  786. <beans xmlns="http://www.springframework.org/schema/beans"
  787.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  788.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  789.     <bean name="user"  scope="prototype"></bean>
  790. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  791. <?xml version="1.0" encoding="UTF-8"?>
  792. <beans xmlns="http://www.springframework.org/schema/beans"
  793.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  794.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  795.     <bean name="user"  scope="prototype"></bean>
  796. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  797. <?xml version="1.0" encoding="UTF-8"?>
  798. <beans xmlns="http://www.springframework.org/schema/beans"
  799.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  800.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  801.     <bean name="user"  scope="prototype"></bean>
  802. </beans><bean name="user"  scope="singleton"></bean>
  803. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  804. <?xml version="1.0" encoding="UTF-8"?>
  805. <beans xmlns="http://www.springframework.org/schema/beans"
  806. <?xml version="1.0" encoding="UTF-8"?>
  807. <beans xmlns="http://www.springframework.org/schema/beans"
  808.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  809.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  810.     <bean name="user"  scope="prototype"></bean>
  811. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  812. <?xml version="1.0" encoding="UTF-8"?>
  813. <beans xmlns="http://www.springframework.org/schema/beans"
  814.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  815.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  816.     <bean name="user"  scope="prototype"></bean>
  817. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  818. <?xml version="1.0" encoding="UTF-8"?>
  819. <beans xmlns="http://www.springframework.org/schema/beans"
  820.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  821.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  822.     <bean name="user"  scope="prototype"></bean>
  823. </beans><bean name="user"  scope="singleton"></bean>
  824. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  825. <?xml version="1.0" encoding="UTF-8"?>
  826. <beans xmlns="http://www.springframework.org/schema/beans"
  827. <?xml version="1.0" encoding="UTF-8"?>
  828. <beans xmlns="http://www.springframework.org/schema/beans"
  829.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  830.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  831.     <bean name="user"  scope="prototype"></bean>
  832. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  833. <?xml version="1.0" encoding="UTF-8"?>
  834. <beans xmlns="http://www.springframework.org/schema/beans"
  835.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  836.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  837.     <bean name="user"  scope="prototype"></bean>
  838. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  839. <?xml version="1.0" encoding="UTF-8"?>
  840. <beans xmlns="http://www.springframework.org/schema/beans"
  841.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  842.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  843.     <bean name="user"  scope="prototype"></bean>
  844. </beans><bean name="user"  scope="singleton"></bean>
  845. </beans><bean name="user" ></bean>
  846. </beans>5.3.18<?xml version="1.0" encoding="UTF-8"?>
  847. <beans xmlns="http://www.springframework.org/schema/beans"
  848. <?xml version="1.0" encoding="UTF-8"?>
  849. <beans xmlns="http://www.springframework.org/schema/beans"
  850. <?xml version="1.0" encoding="UTF-8"?>
  851. <beans xmlns="http://www.springframework.org/schema/beans"
  852.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  853.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  854.     <bean name="user"  scope="prototype"></bean>
  855. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  856. <?xml version="1.0" encoding="UTF-8"?>
  857. <beans xmlns="http://www.springframework.org/schema/beans"
  858.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  859.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  860.     <bean name="user"  scope="prototype"></bean>
  861. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  862. <?xml version="1.0" encoding="UTF-8"?>
  863. <beans xmlns="http://www.springframework.org/schema/beans"
  864.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  865.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  866.     <bean name="user"  scope="prototype"></bean>
  867. </beans><bean name="user"  scope="singleton"></bean>
  868. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  869. <?xml version="1.0" encoding="UTF-8"?>
  870. <beans xmlns="http://www.springframework.org/schema/beans"
  871. <?xml version="1.0" encoding="UTF-8"?>
  872. <beans xmlns="http://www.springframework.org/schema/beans"
  873.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  874.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  875.     <bean name="user"  scope="prototype"></bean>
  876. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  877. <?xml version="1.0" encoding="UTF-8"?>
  878. <beans xmlns="http://www.springframework.org/schema/beans"
  879.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  880.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  881.     <bean name="user"  scope="prototype"></bean>
  882. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  883. <?xml version="1.0" encoding="UTF-8"?>
  884. <beans xmlns="http://www.springframework.org/schema/beans"
  885.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  886.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  887.     <bean name="user"  scope="prototype"></bean>
  888. </beans><bean name="user"  scope="singleton"></bean>
  889. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  890. <?xml version="1.0" encoding="UTF-8"?>
  891. <beans xmlns="http://www.springframework.org/schema/beans"
  892. <?xml version="1.0" encoding="UTF-8"?>
  893. <beans xmlns="http://www.springframework.org/schema/beans"
  894.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  895.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  896.     <bean name="user"  scope="prototype"></bean>
  897. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  898. <?xml version="1.0" encoding="UTF-8"?>
  899. <beans xmlns="http://www.springframework.org/schema/beans"
  900.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  901.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  902.     <bean name="user"  scope="prototype"></bean>
  903. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  904. <?xml version="1.0" encoding="UTF-8"?>
  905. <beans xmlns="http://www.springframework.org/schema/beans"
  906.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  907.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  908.     <bean name="user"  scope="prototype"></bean>
  909. </beans><bean name="user"  scope="singleton"></bean>
  910. </beans><bean name="user" ></bean>
  911. </beans><?xml version="1.0" encoding="UTF-8"?>
  912. <beans xmlns="http://www.springframework.org/schema/beans"
  913. <?xml version="1.0" encoding="UTF-8"?>
  914. <beans xmlns="http://www.springframework.org/schema/beans"
  915. <?xml version="1.0" encoding="UTF-8"?>
  916. <beans xmlns="http://www.springframework.org/schema/beans"
  917.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  918.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  919.     <bean name="user"  scope="prototype"></bean>
  920. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  921. <?xml version="1.0" encoding="UTF-8"?>
  922. <beans xmlns="http://www.springframework.org/schema/beans"
  923.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  924.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  925.     <bean name="user"  scope="prototype"></bean>
  926. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  927. <?xml version="1.0" encoding="UTF-8"?>
  928. <beans xmlns="http://www.springframework.org/schema/beans"
  929.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  930.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  931.     <bean name="user"  scope="prototype"></bean>
  932. </beans><bean name="user"  scope="singleton"></bean>
  933. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  934. <?xml version="1.0" encoding="UTF-8"?>
  935. <beans xmlns="http://www.springframework.org/schema/beans"
  936. <?xml version="1.0" encoding="UTF-8"?>
  937. <beans xmlns="http://www.springframework.org/schema/beans"
  938.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  939.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  940.     <bean name="user"  scope="prototype"></bean>
  941. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  942. <?xml version="1.0" encoding="UTF-8"?>
  943. <beans xmlns="http://www.springframework.org/schema/beans"
  944.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  945.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  946.     <bean name="user"  scope="prototype"></bean>
  947. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  948. <?xml version="1.0" encoding="UTF-8"?>
  949. <beans xmlns="http://www.springframework.org/schema/beans"
  950.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  951.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  952.     <bean name="user"  scope="prototype"></bean>
  953. </beans><bean name="user"  scope="singleton"></bean>
  954. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  955. <?xml version="1.0" encoding="UTF-8"?>
  956. <beans xmlns="http://www.springframework.org/schema/beans"
  957. <?xml version="1.0" encoding="UTF-8"?>
  958. <beans xmlns="http://www.springframework.org/schema/beans"
  959.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  960.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  961.     <bean name="user"  scope="prototype"></bean>
  962. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  963. <?xml version="1.0" encoding="UTF-8"?>
  964. <beans xmlns="http://www.springframework.org/schema/beans"
  965.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  966.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  967.     <bean name="user"  scope="prototype"></bean>
  968. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  969. <?xml version="1.0" encoding="UTF-8"?>
  970. <beans xmlns="http://www.springframework.org/schema/beans"
  971.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  972.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  973.     <bean name="user"  scope="prototype"></bean>
  974. </beans><bean name="user"  scope="singleton"></bean>
  975. </beans><bean name="user" ></bean>
  976. </beans>
复制代码
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. <?xml version="1.0" encoding="UTF-8"?>
  4. <beans xmlns="http://www.springframework.org/schema/beans"
  5. <?xml version="1.0" encoding="UTF-8"?>
  6. <beans xmlns="http://www.springframework.org/schema/beans"
  7. <?xml version="1.0" encoding="UTF-8"?>
  8. <beans xmlns="http://www.springframework.org/schema/beans"
  9.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  10.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  11.     <bean name="user"  scope="prototype"></bean>
  12. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  13. <?xml version="1.0" encoding="UTF-8"?>
  14. <beans xmlns="http://www.springframework.org/schema/beans"
  15.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  16.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  17.     <bean name="user"  scope="prototype"></bean>
  18. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  19. <?xml version="1.0" encoding="UTF-8"?>
  20. <beans xmlns="http://www.springframework.org/schema/beans"
  21.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  22.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  23.     <bean name="user"  scope="prototype"></bean>
  24. </beans><bean name="user"  scope="singleton"></bean>
  25. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  26. <?xml version="1.0" encoding="UTF-8"?>
  27. <beans xmlns="http://www.springframework.org/schema/beans"
  28. <?xml version="1.0" encoding="UTF-8"?>
  29. <beans xmlns="http://www.springframework.org/schema/beans"
  30.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  31.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  32.     <bean name="user"  scope="prototype"></bean>
  33. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  34. <?xml version="1.0" encoding="UTF-8"?>
  35. <beans xmlns="http://www.springframework.org/schema/beans"
  36.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  37.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  38.     <bean name="user"  scope="prototype"></bean>
  39. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  40. <?xml version="1.0" encoding="UTF-8"?>
  41. <beans xmlns="http://www.springframework.org/schema/beans"
  42.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  43.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  44.     <bean name="user"  scope="prototype"></bean>
  45. </beans><bean name="user"  scope="singleton"></bean>
  46. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  47. <?xml version="1.0" encoding="UTF-8"?>
  48. <beans xmlns="http://www.springframework.org/schema/beans"
  49. <?xml version="1.0" encoding="UTF-8"?>
  50. <beans xmlns="http://www.springframework.org/schema/beans"
  51.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  52.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  53.     <bean name="user"  scope="prototype"></bean>
  54. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  55. <?xml version="1.0" encoding="UTF-8"?>
  56. <beans xmlns="http://www.springframework.org/schema/beans"
  57.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  58.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  59.     <bean name="user"  scope="prototype"></bean>
  60. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  61. <?xml version="1.0" encoding="UTF-8"?>
  62. <beans xmlns="http://www.springframework.org/schema/beans"
  63.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  64.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  65.     <bean name="user"  scope="prototype"></bean>
  66. </beans><bean name="user"  scope="singleton"></bean>
  67. </beans><bean name="user" ></bean>
  68. </beans><?xml version="1.0" encoding="UTF-8"?>
  69. <beans xmlns="http://www.springframework.org/schema/beans"
  70. <?xml version="1.0" encoding="UTF-8"?>
  71. <beans xmlns="http://www.springframework.org/schema/beans"
  72. <?xml version="1.0" encoding="UTF-8"?>
  73. <beans xmlns="http://www.springframework.org/schema/beans"
  74.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  75.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  76.     <bean name="user"  scope="prototype"></bean>
  77. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  78. <?xml version="1.0" encoding="UTF-8"?>
  79. <beans xmlns="http://www.springframework.org/schema/beans"
  80.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  81.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  82.     <bean name="user"  scope="prototype"></bean>
  83. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  84. <?xml version="1.0" encoding="UTF-8"?>
  85. <beans xmlns="http://www.springframework.org/schema/beans"
  86.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  87.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  88.     <bean name="user"  scope="prototype"></bean>
  89. </beans><bean name="user"  scope="singleton"></bean>
  90. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  91. <?xml version="1.0" encoding="UTF-8"?>
  92. <beans xmlns="http://www.springframework.org/schema/beans"
  93. <?xml version="1.0" encoding="UTF-8"?>
  94. <beans xmlns="http://www.springframework.org/schema/beans"
  95.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  96.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  97.     <bean name="user"  scope="prototype"></bean>
  98. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  99. <?xml version="1.0" encoding="UTF-8"?>
  100. <beans xmlns="http://www.springframework.org/schema/beans"
  101.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  102.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  103.     <bean name="user"  scope="prototype"></bean>
  104. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  105. <?xml version="1.0" encoding="UTF-8"?>
  106. <beans xmlns="http://www.springframework.org/schema/beans"
  107.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  108.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  109.     <bean name="user"  scope="prototype"></bean>
  110. </beans><bean name="user"  scope="singleton"></bean>
  111. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  112. <?xml version="1.0" encoding="UTF-8"?>
  113. <beans xmlns="http://www.springframework.org/schema/beans"
  114. <?xml version="1.0" encoding="UTF-8"?>
  115. <beans xmlns="http://www.springframework.org/schema/beans"
  116.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  117.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  118.     <bean name="user"  scope="prototype"></bean>
  119. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  120. <?xml version="1.0" encoding="UTF-8"?>
  121. <beans xmlns="http://www.springframework.org/schema/beans"
  122.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  123.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  124.     <bean name="user"  scope="prototype"></bean>
  125. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  126. <?xml version="1.0" encoding="UTF-8"?>
  127. <beans xmlns="http://www.springframework.org/schema/beans"
  128.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  129.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  130.     <bean name="user"  scope="prototype"></bean>
  131. </beans><bean name="user"  scope="singleton"></bean>
  132. </beans><bean name="user" ></bean>
  133. </beans> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  134. <?xml version="1.0" encoding="UTF-8"?>
  135. <beans xmlns="http://www.springframework.org/schema/beans"
  136. <?xml version="1.0" encoding="UTF-8"?>
  137. <beans xmlns="http://www.springframework.org/schema/beans"
  138. <?xml version="1.0" encoding="UTF-8"?>
  139. <beans xmlns="http://www.springframework.org/schema/beans"
  140.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  141.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  142.     <bean name="user"  scope="prototype"></bean>
  143. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  144. <?xml version="1.0" encoding="UTF-8"?>
  145. <beans xmlns="http://www.springframework.org/schema/beans"
  146.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  147.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  148.     <bean name="user"  scope="prototype"></bean>
  149. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  150. <?xml version="1.0" encoding="UTF-8"?>
  151. <beans xmlns="http://www.springframework.org/schema/beans"
  152.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  153.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  154.     <bean name="user"  scope="prototype"></bean>
  155. </beans><bean name="user"  scope="singleton"></bean>
  156. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  157. <?xml version="1.0" encoding="UTF-8"?>
  158. <beans xmlns="http://www.springframework.org/schema/beans"
  159. <?xml version="1.0" encoding="UTF-8"?>
  160. <beans xmlns="http://www.springframework.org/schema/beans"
  161.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  162.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  163.     <bean name="user"  scope="prototype"></bean>
  164. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  165. <?xml version="1.0" encoding="UTF-8"?>
  166. <beans xmlns="http://www.springframework.org/schema/beans"
  167.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  168.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  169.     <bean name="user"  scope="prototype"></bean>
  170. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  171. <?xml version="1.0" encoding="UTF-8"?>
  172. <beans xmlns="http://www.springframework.org/schema/beans"
  173.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  174.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  175.     <bean name="user"  scope="prototype"></bean>
  176. </beans><bean name="user"  scope="singleton"></bean>
  177. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  178. <?xml version="1.0" encoding="UTF-8"?>
  179. <beans xmlns="http://www.springframework.org/schema/beans"
  180. <?xml version="1.0" encoding="UTF-8"?>
  181. <beans xmlns="http://www.springframework.org/schema/beans"
  182.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  183.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  184.     <bean name="user"  scope="prototype"></bean>
  185. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  186. <?xml version="1.0" encoding="UTF-8"?>
  187. <beans xmlns="http://www.springframework.org/schema/beans"
  188.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  189.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  190.     <bean name="user"  scope="prototype"></bean>
  191. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  192. <?xml version="1.0" encoding="UTF-8"?>
  193. <beans xmlns="http://www.springframework.org/schema/beans"
  194.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  195.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  196.     <bean name="user"  scope="prototype"></bean>
  197. </beans><bean name="user"  scope="singleton"></bean>
  198. </beans><bean name="user" ></bean>
  199. </beans><?xml version="1.0" encoding="UTF-8"?>
  200. <beans xmlns="http://www.springframework.org/schema/beans"
  201. <?xml version="1.0" encoding="UTF-8"?>
  202. <beans xmlns="http://www.springframework.org/schema/beans"
  203. <?xml version="1.0" encoding="UTF-8"?>
  204. <beans xmlns="http://www.springframework.org/schema/beans"
  205.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  206.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  207.     <bean name="user"  scope="prototype"></bean>
  208. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  209. <?xml version="1.0" encoding="UTF-8"?>
  210. <beans xmlns="http://www.springframework.org/schema/beans"
  211.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  212.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  213.     <bean name="user"  scope="prototype"></bean>
  214. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  215. <?xml version="1.0" encoding="UTF-8"?>
  216. <beans xmlns="http://www.springframework.org/schema/beans"
  217.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  218.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  219.     <bean name="user"  scope="prototype"></bean>
  220. </beans><bean name="user"  scope="singleton"></bean>
  221. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  222. <?xml version="1.0" encoding="UTF-8"?>
  223. <beans xmlns="http://www.springframework.org/schema/beans"
  224. <?xml version="1.0" encoding="UTF-8"?>
  225. <beans xmlns="http://www.springframework.org/schema/beans"
  226.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  227.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  228.     <bean name="user"  scope="prototype"></bean>
  229. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  230. <?xml version="1.0" encoding="UTF-8"?>
  231. <beans xmlns="http://www.springframework.org/schema/beans"
  232.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  233.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  234.     <bean name="user"  scope="prototype"></bean>
  235. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  236. <?xml version="1.0" encoding="UTF-8"?>
  237. <beans xmlns="http://www.springframework.org/schema/beans"
  238.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  239.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  240.     <bean name="user"  scope="prototype"></bean>
  241. </beans><bean name="user"  scope="singleton"></bean>
  242. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  243. <?xml version="1.0" encoding="UTF-8"?>
  244. <beans xmlns="http://www.springframework.org/schema/beans"
  245. <?xml version="1.0" encoding="UTF-8"?>
  246. <beans xmlns="http://www.springframework.org/schema/beans"
  247.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  248.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  249.     <bean name="user"  scope="prototype"></bean>
  250. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  251. <?xml version="1.0" encoding="UTF-8"?>
  252. <beans xmlns="http://www.springframework.org/schema/beans"
  253.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  254.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  255.     <bean name="user"  scope="prototype"></bean>
  256. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  257. <?xml version="1.0" encoding="UTF-8"?>
  258. <beans xmlns="http://www.springframework.org/schema/beans"
  259.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  260.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  261.     <bean name="user"  scope="prototype"></bean>
  262. </beans><bean name="user"  scope="singleton"></bean>
  263. </beans><bean name="user" ></bean>
  264. </beans> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  265. <?xml version="1.0" encoding="UTF-8"?>
  266. <beans xmlns="http://www.springframework.org/schema/beans"
  267. <?xml version="1.0" encoding="UTF-8"?>
  268. <beans xmlns="http://www.springframework.org/schema/beans"
  269. <?xml version="1.0" encoding="UTF-8"?>
  270. <beans xmlns="http://www.springframework.org/schema/beans"
  271.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  272.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  273.     <bean name="user"  scope="prototype"></bean>
  274. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  275. <?xml version="1.0" encoding="UTF-8"?>
  276. <beans xmlns="http://www.springframework.org/schema/beans"
  277.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  278.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  279.     <bean name="user"  scope="prototype"></bean>
  280. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  281. <?xml version="1.0" encoding="UTF-8"?>
  282. <beans xmlns="http://www.springframework.org/schema/beans"
  283.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  284.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  285.     <bean name="user"  scope="prototype"></bean>
  286. </beans><bean name="user"  scope="singleton"></bean>
  287. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  288. <?xml version="1.0" encoding="UTF-8"?>
  289. <beans xmlns="http://www.springframework.org/schema/beans"
  290. <?xml version="1.0" encoding="UTF-8"?>
  291. <beans xmlns="http://www.springframework.org/schema/beans"
  292.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  293.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  294.     <bean name="user"  scope="prototype"></bean>
  295. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  296. <?xml version="1.0" encoding="UTF-8"?>
  297. <beans xmlns="http://www.springframework.org/schema/beans"
  298.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  299.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  300.     <bean name="user"  scope="prototype"></bean>
  301. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  302. <?xml version="1.0" encoding="UTF-8"?>
  303. <beans xmlns="http://www.springframework.org/schema/beans"
  304.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  305.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  306.     <bean name="user"  scope="prototype"></bean>
  307. </beans><bean name="user"  scope="singleton"></bean>
  308. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  309. <?xml version="1.0" encoding="UTF-8"?>
  310. <beans xmlns="http://www.springframework.org/schema/beans"
  311. <?xml version="1.0" encoding="UTF-8"?>
  312. <beans xmlns="http://www.springframework.org/schema/beans"
  313.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  314.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  315.     <bean name="user"  scope="prototype"></bean>
  316. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  317. <?xml version="1.0" encoding="UTF-8"?>
  318. <beans xmlns="http://www.springframework.org/schema/beans"
  319.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  320.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  321.     <bean name="user"  scope="prototype"></bean>
  322. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  323. <?xml version="1.0" encoding="UTF-8"?>
  324. <beans xmlns="http://www.springframework.org/schema/beans"
  325.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  326.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  327.     <bean name="user"  scope="prototype"></bean>
  328. </beans><bean name="user"  scope="singleton"></bean>
  329. </beans><bean name="user" ></bean>
  330. </beans><modelVersion>4.0.0</modelVersion>
  331. <?xml version="1.0" encoding="UTF-8"?>
  332. <beans xmlns="http://www.springframework.org/schema/beans"
  333. <?xml version="1.0" encoding="UTF-8"?>
  334. <beans xmlns="http://www.springframework.org/schema/beans"
  335. <?xml version="1.0" encoding="UTF-8"?>
  336. <beans xmlns="http://www.springframework.org/schema/beans"
  337.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  338.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  339.     <bean name="user"  scope="prototype"></bean>
  340. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  341. <?xml version="1.0" encoding="UTF-8"?>
  342. <beans xmlns="http://www.springframework.org/schema/beans"
  343.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  344.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  345.     <bean name="user"  scope="prototype"></bean>
  346. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  347. <?xml version="1.0" encoding="UTF-8"?>
  348. <beans xmlns="http://www.springframework.org/schema/beans"
  349.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  350.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  351.     <bean name="user"  scope="prototype"></bean>
  352. </beans><bean name="user"  scope="singleton"></bean>
  353. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  354. <?xml version="1.0" encoding="UTF-8"?>
  355. <beans xmlns="http://www.springframework.org/schema/beans"
  356. <?xml version="1.0" encoding="UTF-8"?>
  357. <beans xmlns="http://www.springframework.org/schema/beans"
  358.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  359.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  360.     <bean name="user"  scope="prototype"></bean>
  361. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  362. <?xml version="1.0" encoding="UTF-8"?>
  363. <beans xmlns="http://www.springframework.org/schema/beans"
  364.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  365.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  366.     <bean name="user"  scope="prototype"></bean>
  367. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  368. <?xml version="1.0" encoding="UTF-8"?>
  369. <beans xmlns="http://www.springframework.org/schema/beans"
  370.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  371.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  372.     <bean name="user"  scope="prototype"></bean>
  373. </beans><bean name="user"  scope="singleton"></bean>
  374. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  375. <?xml version="1.0" encoding="UTF-8"?>
  376. <beans xmlns="http://www.springframework.org/schema/beans"
  377. <?xml version="1.0" encoding="UTF-8"?>
  378. <beans xmlns="http://www.springframework.org/schema/beans"
  379.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  380.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  381.     <bean name="user"  scope="prototype"></bean>
  382. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  383. <?xml version="1.0" encoding="UTF-8"?>
  384. <beans xmlns="http://www.springframework.org/schema/beans"
  385.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  386.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  387.     <bean name="user"  scope="prototype"></bean>
  388. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  389. <?xml version="1.0" encoding="UTF-8"?>
  390. <beans xmlns="http://www.springframework.org/schema/beans"
  391.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  392.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  393.     <bean name="user"  scope="prototype"></bean>
  394. </beans><bean name="user"  scope="singleton"></bean>
  395. </beans><bean name="user" ></bean>
  396. </beans><groupId>com.rainbowsea</groupId>
  397. <?xml version="1.0" encoding="UTF-8"?>
  398. <beans xmlns="http://www.springframework.org/schema/beans"
  399. <?xml version="1.0" encoding="UTF-8"?>
  400. <beans xmlns="http://www.springframework.org/schema/beans"
  401. <?xml version="1.0" encoding="UTF-8"?>
  402. <beans xmlns="http://www.springframework.org/schema/beans"
  403.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  404.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  405.     <bean name="user"  scope="prototype"></bean>
  406. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  407. <?xml version="1.0" encoding="UTF-8"?>
  408. <beans xmlns="http://www.springframework.org/schema/beans"
  409.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  410.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  411.     <bean name="user"  scope="prototype"></bean>
  412. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  413. <?xml version="1.0" encoding="UTF-8"?>
  414. <beans xmlns="http://www.springframework.org/schema/beans"
  415.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  416.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  417.     <bean name="user"  scope="prototype"></bean>
  418. </beans><bean name="user"  scope="singleton"></bean>
  419. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  420. <?xml version="1.0" encoding="UTF-8"?>
  421. <beans xmlns="http://www.springframework.org/schema/beans"
  422. <?xml version="1.0" encoding="UTF-8"?>
  423. <beans xmlns="http://www.springframework.org/schema/beans"
  424.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  425.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  426.     <bean name="user"  scope="prototype"></bean>
  427. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  428. <?xml version="1.0" encoding="UTF-8"?>
  429. <beans xmlns="http://www.springframework.org/schema/beans"
  430.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  431.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  432.     <bean name="user"  scope="prototype"></bean>
  433. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  434. <?xml version="1.0" encoding="UTF-8"?>
  435. <beans xmlns="http://www.springframework.org/schema/beans"
  436.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  437.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  438.     <bean name="user"  scope="prototype"></bean>
  439. </beans><bean name="user"  scope="singleton"></bean>
  440. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  441. <?xml version="1.0" encoding="UTF-8"?>
  442. <beans xmlns="http://www.springframework.org/schema/beans"
  443. <?xml version="1.0" encoding="UTF-8"?>
  444. <beans xmlns="http://www.springframework.org/schema/beans"
  445.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  446.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  447.     <bean name="user"  scope="prototype"></bean>
  448. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  449. <?xml version="1.0" encoding="UTF-8"?>
  450. <beans xmlns="http://www.springframework.org/schema/beans"
  451.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  452.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  453.     <bean name="user"  scope="prototype"></bean>
  454. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  455. <?xml version="1.0" encoding="UTF-8"?>
  456. <beans xmlns="http://www.springframework.org/schema/beans"
  457.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  458.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  459.     <bean name="user"  scope="prototype"></bean>
  460. </beans><bean name="user"  scope="singleton"></bean>
  461. </beans><bean name="user" ></bean>
  462. </beans><artifactId>spring6-007-circular-dependency</artifactId>
  463. <?xml version="1.0" encoding="UTF-8"?>
  464. <beans xmlns="http://www.springframework.org/schema/beans"
  465. <?xml version="1.0" encoding="UTF-8"?>
  466. <beans xmlns="http://www.springframework.org/schema/beans"
  467. <?xml version="1.0" encoding="UTF-8"?>
  468. <beans xmlns="http://www.springframework.org/schema/beans"
  469.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  470.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  471.     <bean name="user"  scope="prototype"></bean>
  472. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  473. <?xml version="1.0" encoding="UTF-8"?>
  474. <beans xmlns="http://www.springframework.org/schema/beans"
  475.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  476.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  477.     <bean name="user"  scope="prototype"></bean>
  478. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  479. <?xml version="1.0" encoding="UTF-8"?>
  480. <beans xmlns="http://www.springframework.org/schema/beans"
  481.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  482.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  483.     <bean name="user"  scope="prototype"></bean>
  484. </beans><bean name="user"  scope="singleton"></bean>
  485. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  486. <?xml version="1.0" encoding="UTF-8"?>
  487. <beans xmlns="http://www.springframework.org/schema/beans"
  488. <?xml version="1.0" encoding="UTF-8"?>
  489. <beans xmlns="http://www.springframework.org/schema/beans"
  490.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  491.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  492.     <bean name="user"  scope="prototype"></bean>
  493. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  494. <?xml version="1.0" encoding="UTF-8"?>
  495. <beans xmlns="http://www.springframework.org/schema/beans"
  496.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  497.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  498.     <bean name="user"  scope="prototype"></bean>
  499. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  500. <?xml version="1.0" encoding="UTF-8"?>
  501. <beans xmlns="http://www.springframework.org/schema/beans"
  502.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  503.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  504.     <bean name="user"  scope="prototype"></bean>
  505. </beans><bean name="user"  scope="singleton"></bean>
  506. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  507. <?xml version="1.0" encoding="UTF-8"?>
  508. <beans xmlns="http://www.springframework.org/schema/beans"
  509. <?xml version="1.0" encoding="UTF-8"?>
  510. <beans xmlns="http://www.springframework.org/schema/beans"
  511.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  512.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  513.     <bean name="user"  scope="prototype"></bean>
  514. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  515. <?xml version="1.0" encoding="UTF-8"?>
  516. <beans xmlns="http://www.springframework.org/schema/beans"
  517.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  518.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  519.     <bean name="user"  scope="prototype"></bean>
  520. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  521. <?xml version="1.0" encoding="UTF-8"?>
  522. <beans xmlns="http://www.springframework.org/schema/beans"
  523.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  524.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  525.     <bean name="user"  scope="prototype"></bean>
  526. </beans><bean name="user"  scope="singleton"></bean>
  527. </beans><bean name="user" ></bean>
  528. </beans><version>1.0-SNAPSHOT</version>
  529. <?xml version="1.0" encoding="UTF-8"?>
  530. <beans xmlns="http://www.springframework.org/schema/beans"
  531. <?xml version="1.0" encoding="UTF-8"?>
  532. <beans xmlns="http://www.springframework.org/schema/beans"
  533. <?xml version="1.0" encoding="UTF-8"?>
  534. <beans xmlns="http://www.springframework.org/schema/beans"
  535.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  536.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  537.     <bean name="user"  scope="prototype"></bean>
  538. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  539. <?xml version="1.0" encoding="UTF-8"?>
  540. <beans xmlns="http://www.springframework.org/schema/beans"
  541.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  542.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  543.     <bean name="user"  scope="prototype"></bean>
  544. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  545. <?xml version="1.0" encoding="UTF-8"?>
  546. <beans xmlns="http://www.springframework.org/schema/beans"
  547.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  548.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  549.     <bean name="user"  scope="prototype"></bean>
  550. </beans><bean name="user"  scope="singleton"></bean>
  551. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  552. <?xml version="1.0" encoding="UTF-8"?>
  553. <beans xmlns="http://www.springframework.org/schema/beans"
  554. <?xml version="1.0" encoding="UTF-8"?>
  555. <beans xmlns="http://www.springframework.org/schema/beans"
  556.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  557.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  558.     <bean name="user"  scope="prototype"></bean>
  559. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  560. <?xml version="1.0" encoding="UTF-8"?>
  561. <beans xmlns="http://www.springframework.org/schema/beans"
  562.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  563.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  564.     <bean name="user"  scope="prototype"></bean>
  565. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  566. <?xml version="1.0" encoding="UTF-8"?>
  567. <beans xmlns="http://www.springframework.org/schema/beans"
  568.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  569.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  570.     <bean name="user"  scope="prototype"></bean>
  571. </beans><bean name="user"  scope="singleton"></bean>
  572. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  573. <?xml version="1.0" encoding="UTF-8"?>
  574. <beans xmlns="http://www.springframework.org/schema/beans"
  575. <?xml version="1.0" encoding="UTF-8"?>
  576. <beans xmlns="http://www.springframework.org/schema/beans"
  577.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  578.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  579.     <bean name="user"  scope="prototype"></bean>
  580. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  581. <?xml version="1.0" encoding="UTF-8"?>
  582. <beans xmlns="http://www.springframework.org/schema/beans"
  583.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  584.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  585.     <bean name="user"  scope="prototype"></bean>
  586. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  587. <?xml version="1.0" encoding="UTF-8"?>
  588. <beans xmlns="http://www.springframework.org/schema/beans"
  589.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  590.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  591.     <bean name="user"  scope="prototype"></bean>
  592. </beans><bean name="user"  scope="singleton"></bean>
  593. </beans><bean name="user" ></bean>
  594. </beans><packaging>jar</packaging>
  595. <?xml version="1.0" encoding="UTF-8"?>
  596. <beans xmlns="http://www.springframework.org/schema/beans"
  597. <?xml version="1.0" encoding="UTF-8"?>
  598. <beans xmlns="http://www.springframework.org/schema/beans"
  599. <?xml version="1.0" encoding="UTF-8"?>
  600. <beans xmlns="http://www.springframework.org/schema/beans"
  601.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  602.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  603.     <bean name="user"  scope="prototype"></bean>
  604. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  605. <?xml version="1.0" encoding="UTF-8"?>
  606. <beans xmlns="http://www.springframework.org/schema/beans"
  607.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  608.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  609.     <bean name="user"  scope="prototype"></bean>
  610. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  611. <?xml version="1.0" encoding="UTF-8"?>
  612. <beans xmlns="http://www.springframework.org/schema/beans"
  613.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  614.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  615.     <bean name="user"  scope="prototype"></bean>
  616. </beans><bean name="user"  scope="singleton"></bean>
  617. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  618. <?xml version="1.0" encoding="UTF-8"?>
  619. <beans xmlns="http://www.springframework.org/schema/beans"
  620. <?xml version="1.0" encoding="UTF-8"?>
  621. <beans xmlns="http://www.springframework.org/schema/beans"
  622.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  623.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  624.     <bean name="user"  scope="prototype"></bean>
  625. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  626. <?xml version="1.0" encoding="UTF-8"?>
  627. <beans xmlns="http://www.springframework.org/schema/beans"
  628.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  629.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  630.     <bean name="user"  scope="prototype"></bean>
  631. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  632. <?xml version="1.0" encoding="UTF-8"?>
  633. <beans xmlns="http://www.springframework.org/schema/beans"
  634.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  635.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  636.     <bean name="user"  scope="prototype"></bean>
  637. </beans><bean name="user"  scope="singleton"></bean>
  638. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  639. <?xml version="1.0" encoding="UTF-8"?>
  640. <beans xmlns="http://www.springframework.org/schema/beans"
  641. <?xml version="1.0" encoding="UTF-8"?>
  642. <beans xmlns="http://www.springframework.org/schema/beans"
  643.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  644.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  645.     <bean name="user"  scope="prototype"></bean>
  646. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  647. <?xml version="1.0" encoding="UTF-8"?>
  648. <beans xmlns="http://www.springframework.org/schema/beans"
  649.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  650.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  651.     <bean name="user"  scope="prototype"></bean>
  652. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  653. <?xml version="1.0" encoding="UTF-8"?>
  654. <beans xmlns="http://www.springframework.org/schema/beans"
  655.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  656.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  657.     <bean name="user"  scope="prototype"></bean>
  658. </beans><bean name="user"  scope="singleton"></bean>
  659. </beans><bean name="user" ></bean>
  660. </beans><properties>
  661. <?xml version="1.0" encoding="UTF-8"?>
  662. <beans xmlns="http://www.springframework.org/schema/beans"
  663. <?xml version="1.0" encoding="UTF-8"?>
  664. <beans xmlns="http://www.springframework.org/schema/beans"
  665. <?xml version="1.0" encoding="UTF-8"?>
  666. <beans xmlns="http://www.springframework.org/schema/beans"
  667.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  668.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  669.     <bean name="user"  scope="prototype"></bean>
  670. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  671. <?xml version="1.0" encoding="UTF-8"?>
  672. <beans xmlns="http://www.springframework.org/schema/beans"
  673.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  674.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  675.     <bean name="user"  scope="prototype"></bean>
  676. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  677. <?xml version="1.0" encoding="UTF-8"?>
  678. <beans xmlns="http://www.springframework.org/schema/beans"
  679.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  680.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  681.     <bean name="user"  scope="prototype"></bean>
  682. </beans><bean name="user"  scope="singleton"></bean>
  683. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  684. <?xml version="1.0" encoding="UTF-8"?>
  685. <beans xmlns="http://www.springframework.org/schema/beans"
  686. <?xml version="1.0" encoding="UTF-8"?>
  687. <beans xmlns="http://www.springframework.org/schema/beans"
  688.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  689.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  690.     <bean name="user"  scope="prototype"></bean>
  691. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  692. <?xml version="1.0" encoding="UTF-8"?>
  693. <beans xmlns="http://www.springframework.org/schema/beans"
  694.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  695.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  696.     <bean name="user"  scope="prototype"></bean>
  697. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  698. <?xml version="1.0" encoding="UTF-8"?>
  699. <beans xmlns="http://www.springframework.org/schema/beans"
  700.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  701.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  702.     <bean name="user"  scope="prototype"></bean>
  703. </beans><bean name="user"  scope="singleton"></bean>
  704. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  705. <?xml version="1.0" encoding="UTF-8"?>
  706. <beans xmlns="http://www.springframework.org/schema/beans"
  707. <?xml version="1.0" encoding="UTF-8"?>
  708. <beans xmlns="http://www.springframework.org/schema/beans"
  709.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  710.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  711.     <bean name="user"  scope="prototype"></bean>
  712. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  713. <?xml version="1.0" encoding="UTF-8"?>
  714. <beans xmlns="http://www.springframework.org/schema/beans"
  715.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  716.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  717.     <bean name="user"  scope="prototype"></bean>
  718. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  719. <?xml version="1.0" encoding="UTF-8"?>
  720. <beans xmlns="http://www.springframework.org/schema/beans"
  721.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  722.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  723.     <bean name="user"  scope="prototype"></bean>
  724. </beans><bean name="user"  scope="singleton"></bean>
  725. </beans><bean name="user" ></bean>
  726. </beans><?xml version="1.0" encoding="UTF-8"?>
  727. <beans xmlns="http://www.springframework.org/schema/beans"
  728. <?xml version="1.0" encoding="UTF-8"?>
  729. <beans xmlns="http://www.springframework.org/schema/beans"
  730. <?xml version="1.0" encoding="UTF-8"?>
  731. <beans xmlns="http://www.springframework.org/schema/beans"
  732.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  733.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  734.     <bean name="user"  scope="prototype"></bean>
  735. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  736. <?xml version="1.0" encoding="UTF-8"?>
  737. <beans xmlns="http://www.springframework.org/schema/beans"
  738.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  739.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  740.     <bean name="user"  scope="prototype"></bean>
  741. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  742. <?xml version="1.0" encoding="UTF-8"?>
  743. <beans xmlns="http://www.springframework.org/schema/beans"
  744.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  745.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  746.     <bean name="user"  scope="prototype"></bean>
  747. </beans><bean name="user"  scope="singleton"></bean>
  748. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  749. <?xml version="1.0" encoding="UTF-8"?>
  750. <beans xmlns="http://www.springframework.org/schema/beans"
  751. <?xml version="1.0" encoding="UTF-8"?>
  752. <beans xmlns="http://www.springframework.org/schema/beans"
  753.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  754.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  755.     <bean name="user"  scope="prototype"></bean>
  756. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  757. <?xml version="1.0" encoding="UTF-8"?>
  758. <beans xmlns="http://www.springframework.org/schema/beans"
  759.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  760.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  761.     <bean name="user"  scope="prototype"></bean>
  762. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  763. <?xml version="1.0" encoding="UTF-8"?>
  764. <beans xmlns="http://www.springframework.org/schema/beans"
  765.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  766.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  767.     <bean name="user"  scope="prototype"></bean>
  768. </beans><bean name="user"  scope="singleton"></bean>
  769. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  770. <?xml version="1.0" encoding="UTF-8"?>
  771. <beans xmlns="http://www.springframework.org/schema/beans"
  772. <?xml version="1.0" encoding="UTF-8"?>
  773. <beans xmlns="http://www.springframework.org/schema/beans"
  774.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  775.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  776.     <bean name="user"  scope="prototype"></bean>
  777. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  778. <?xml version="1.0" encoding="UTF-8"?>
  779. <beans xmlns="http://www.springframework.org/schema/beans"
  780.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  781.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  782.     <bean name="user"  scope="prototype"></bean>
  783. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  784. <?xml version="1.0" encoding="UTF-8"?>
  785. <beans xmlns="http://www.springframework.org/schema/beans"
  786.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  787.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  788.     <bean name="user"  scope="prototype"></bean>
  789. </beans><bean name="user"  scope="singleton"></bean>
  790. </beans><bean name="user" ></bean>
  791. </beans><maven.compiler.source>17</maven.compiler.source>
  792. <?xml version="1.0" encoding="UTF-8"?>
  793. <beans xmlns="http://www.springframework.org/schema/beans"
  794. <?xml version="1.0" encoding="UTF-8"?>
  795. <beans xmlns="http://www.springframework.org/schema/beans"
  796. <?xml version="1.0" encoding="UTF-8"?>
  797. <beans xmlns="http://www.springframework.org/schema/beans"
  798.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  799.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  800.     <bean name="user"  scope="prototype"></bean>
  801. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  802. <?xml version="1.0" encoding="UTF-8"?>
  803. <beans xmlns="http://www.springframework.org/schema/beans"
  804.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  805.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  806.     <bean name="user"  scope="prototype"></bean>
  807. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  808. <?xml version="1.0" encoding="UTF-8"?>
  809. <beans xmlns="http://www.springframework.org/schema/beans"
  810.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  811.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  812.     <bean name="user"  scope="prototype"></bean>
  813. </beans><bean name="user"  scope="singleton"></bean>
  814. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  815. <?xml version="1.0" encoding="UTF-8"?>
  816. <beans xmlns="http://www.springframework.org/schema/beans"
  817. <?xml version="1.0" encoding="UTF-8"?>
  818. <beans xmlns="http://www.springframework.org/schema/beans"
  819.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  820.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  821.     <bean name="user"  scope="prototype"></bean>
  822. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  823. <?xml version="1.0" encoding="UTF-8"?>
  824. <beans xmlns="http://www.springframework.org/schema/beans"
  825.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  826.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  827.     <bean name="user"  scope="prototype"></bean>
  828. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  829. <?xml version="1.0" encoding="UTF-8"?>
  830. <beans xmlns="http://www.springframework.org/schema/beans"
  831.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  832.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  833.     <bean name="user"  scope="prototype"></bean>
  834. </beans><bean name="user"  scope="singleton"></bean>
  835. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  836. <?xml version="1.0" encoding="UTF-8"?>
  837. <beans xmlns="http://www.springframework.org/schema/beans"
  838. <?xml version="1.0" encoding="UTF-8"?>
  839. <beans xmlns="http://www.springframework.org/schema/beans"
  840.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  841.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  842.     <bean name="user"  scope="prototype"></bean>
  843. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  844. <?xml version="1.0" encoding="UTF-8"?>
  845. <beans xmlns="http://www.springframework.org/schema/beans"
  846.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  847.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  848.     <bean name="user"  scope="prototype"></bean>
  849. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  850. <?xml version="1.0" encoding="UTF-8"?>
  851. <beans xmlns="http://www.springframework.org/schema/beans"
  852.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  853.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  854.     <bean name="user"  scope="prototype"></bean>
  855. </beans><bean name="user"  scope="singleton"></bean>
  856. </beans><bean name="user" ></bean>
  857. </beans><?xml version="1.0" encoding="UTF-8"?>
  858. <beans xmlns="http://www.springframework.org/schema/beans"
  859. <?xml version="1.0" encoding="UTF-8"?>
  860. <beans xmlns="http://www.springframework.org/schema/beans"
  861. <?xml version="1.0" encoding="UTF-8"?>
  862. <beans xmlns="http://www.springframework.org/schema/beans"
  863.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  864.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  865.     <bean name="user"  scope="prototype"></bean>
  866. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  867. <?xml version="1.0" encoding="UTF-8"?>
  868. <beans xmlns="http://www.springframework.org/schema/beans"
  869.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  870.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  871.     <bean name="user"  scope="prototype"></bean>
  872. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  873. <?xml version="1.0" encoding="UTF-8"?>
  874. <beans xmlns="http://www.springframework.org/schema/beans"
  875.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  876.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  877.     <bean name="user"  scope="prototype"></bean>
  878. </beans><bean name="user"  scope="singleton"></bean>
  879. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  880. <?xml version="1.0" encoding="UTF-8"?>
  881. <beans xmlns="http://www.springframework.org/schema/beans"
  882. <?xml version="1.0" encoding="UTF-8"?>
  883. <beans xmlns="http://www.springframework.org/schema/beans"
  884.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  885.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  886.     <bean name="user"  scope="prototype"></bean>
  887. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  888. <?xml version="1.0" encoding="UTF-8"?>
  889. <beans xmlns="http://www.springframework.org/schema/beans"
  890.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  891.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  892.     <bean name="user"  scope="prototype"></bean>
  893. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  894. <?xml version="1.0" encoding="UTF-8"?>
  895. <beans xmlns="http://www.springframework.org/schema/beans"
  896.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  897.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  898.     <bean name="user"  scope="prototype"></bean>
  899. </beans><bean name="user"  scope="singleton"></bean>
  900. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  901. <?xml version="1.0" encoding="UTF-8"?>
  902. <beans xmlns="http://www.springframework.org/schema/beans"
  903. <?xml version="1.0" encoding="UTF-8"?>
  904. <beans xmlns="http://www.springframework.org/schema/beans"
  905.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  906.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  907.     <bean name="user"  scope="prototype"></bean>
  908. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  909. <?xml version="1.0" encoding="UTF-8"?>
  910. <beans xmlns="http://www.springframework.org/schema/beans"
  911.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  912.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  913.     <bean name="user"  scope="prototype"></bean>
  914. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  915. <?xml version="1.0" encoding="UTF-8"?>
  916. <beans xmlns="http://www.springframework.org/schema/beans"
  917.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  918.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  919.     <bean name="user"  scope="prototype"></bean>
  920. </beans><bean name="user"  scope="singleton"></bean>
  921. </beans><bean name="user" ></bean>
  922. </beans><maven.compiler.target>17</maven.compiler.target>
  923. <?xml version="1.0" encoding="UTF-8"?>
  924. <beans xmlns="http://www.springframework.org/schema/beans"
  925. <?xml version="1.0" encoding="UTF-8"?>
  926. <beans xmlns="http://www.springframework.org/schema/beans"
  927. <?xml version="1.0" encoding="UTF-8"?>
  928. <beans xmlns="http://www.springframework.org/schema/beans"
  929.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  930.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  931.     <bean name="user"  scope="prototype"></bean>
  932. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  933. <?xml version="1.0" encoding="UTF-8"?>
  934. <beans xmlns="http://www.springframework.org/schema/beans"
  935.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  936.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  937.     <bean name="user"  scope="prototype"></bean>
  938. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  939. <?xml version="1.0" encoding="UTF-8"?>
  940. <beans xmlns="http://www.springframework.org/schema/beans"
  941.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  942.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  943.     <bean name="user"  scope="prototype"></bean>
  944. </beans><bean name="user"  scope="singleton"></bean>
  945. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  946. <?xml version="1.0" encoding="UTF-8"?>
  947. <beans xmlns="http://www.springframework.org/schema/beans"
  948. <?xml version="1.0" encoding="UTF-8"?>
  949. <beans xmlns="http://www.springframework.org/schema/beans"
  950.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  951.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  952.     <bean name="user"  scope="prototype"></bean>
  953. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  954. <?xml version="1.0" encoding="UTF-8"?>
  955. <beans xmlns="http://www.springframework.org/schema/beans"
  956.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  957.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  958.     <bean name="user"  scope="prototype"></bean>
  959. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  960. <?xml version="1.0" encoding="UTF-8"?>
  961. <beans xmlns="http://www.springframework.org/schema/beans"
  962.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  963.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  964.     <bean name="user"  scope="prototype"></bean>
  965. </beans><bean name="user"  scope="singleton"></bean>
  966. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  967. <?xml version="1.0" encoding="UTF-8"?>
  968. <beans xmlns="http://www.springframework.org/schema/beans"
  969. <?xml version="1.0" encoding="UTF-8"?>
  970. <beans xmlns="http://www.springframework.org/schema/beans"
  971.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  972.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  973.     <bean name="user"  scope="prototype"></bean>
  974. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  975. <?xml version="1.0" encoding="UTF-8"?>
  976. <beans xmlns="http://www.springframework.org/schema/beans"
  977.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  978.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  979.     <bean name="user"  scope="prototype"></bean>
  980. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  981. <?xml version="1.0" encoding="UTF-8"?>
  982. <beans xmlns="http://www.springframework.org/schema/beans"
  983.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  984.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  985.     <bean name="user"  scope="prototype"></bean>
  986. </beans><bean name="user"  scope="singleton"></bean>
  987. </beans><bean name="user" ></bean>
  988. </beans></properties>
  989. <?xml version="1.0" encoding="UTF-8"?>
  990. <beans xmlns="http://www.springframework.org/schema/beans"
  991. <?xml version="1.0" encoding="UTF-8"?>
  992. <beans xmlns="http://www.springframework.org/schema/beans"
  993. <?xml version="1.0" encoding="UTF-8"?>
  994. <beans xmlns="http://www.springframework.org/schema/beans"
  995.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  996.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  997.     <bean name="user"  scope="prototype"></bean>
  998. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  999. <?xml version="1.0" encoding="UTF-8"?>
  1000. <beans xmlns="http://www.springframework.org/schema/beans"
  1001.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1002.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1003.     <bean name="user"  scope="prototype"></bean>
  1004. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1005. <?xml version="1.0" encoding="UTF-8"?>
  1006. <beans xmlns="http://www.springframework.org/schema/beans"
  1007.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1008.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1009.     <bean name="user"  scope="prototype"></bean>
  1010. </beans><bean name="user"  scope="singleton"></bean>
  1011. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1012. <?xml version="1.0" encoding="UTF-8"?>
  1013. <beans xmlns="http://www.springframework.org/schema/beans"
  1014. <?xml version="1.0" encoding="UTF-8"?>
  1015. <beans xmlns="http://www.springframework.org/schema/beans"
  1016.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1017.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1018.     <bean name="user"  scope="prototype"></bean>
  1019. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1020. <?xml version="1.0" encoding="UTF-8"?>
  1021. <beans xmlns="http://www.springframework.org/schema/beans"
  1022.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1023.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1024.     <bean name="user"  scope="prototype"></bean>
  1025. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1026. <?xml version="1.0" encoding="UTF-8"?>
  1027. <beans xmlns="http://www.springframework.org/schema/beans"
  1028.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1029.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1030.     <bean name="user"  scope="prototype"></bean>
  1031. </beans><bean name="user"  scope="singleton"></bean>
  1032. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1033. <?xml version="1.0" encoding="UTF-8"?>
  1034. <beans xmlns="http://www.springframework.org/schema/beans"
  1035. <?xml version="1.0" encoding="UTF-8"?>
  1036. <beans xmlns="http://www.springframework.org/schema/beans"
  1037.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1038.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1039.     <bean name="user"  scope="prototype"></bean>
  1040. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1041. <?xml version="1.0" encoding="UTF-8"?>
  1042. <beans xmlns="http://www.springframework.org/schema/beans"
  1043.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1044.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1045.     <bean name="user"  scope="prototype"></bean>
  1046. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1047. <?xml version="1.0" encoding="UTF-8"?>
  1048. <beans xmlns="http://www.springframework.org/schema/beans"
  1049.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1050.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1051.     <bean name="user"  scope="prototype"></bean>
  1052. </beans><bean name="user"  scope="singleton"></bean>
  1053. </beans><bean name="user" ></bean>
  1054. </beans><dependencies>
  1055. <?xml version="1.0" encoding="UTF-8"?>
  1056. <beans xmlns="http://www.springframework.org/schema/beans"
  1057. <?xml version="1.0" encoding="UTF-8"?>
  1058. <beans xmlns="http://www.springframework.org/schema/beans"
  1059. <?xml version="1.0" encoding="UTF-8"?>
  1060. <beans xmlns="http://www.springframework.org/schema/beans"
  1061.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1062.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1063.     <bean name="user"  scope="prototype"></bean>
  1064. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1065. <?xml version="1.0" encoding="UTF-8"?>
  1066. <beans xmlns="http://www.springframework.org/schema/beans"
  1067.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1068.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1069.     <bean name="user"  scope="prototype"></bean>
  1070. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1071. <?xml version="1.0" encoding="UTF-8"?>
  1072. <beans xmlns="http://www.springframework.org/schema/beans"
  1073.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1074.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1075.     <bean name="user"  scope="prototype"></bean>
  1076. </beans><bean name="user"  scope="singleton"></bean>
  1077. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1078. <?xml version="1.0" encoding="UTF-8"?>
  1079. <beans xmlns="http://www.springframework.org/schema/beans"
  1080. <?xml version="1.0" encoding="UTF-8"?>
  1081. <beans xmlns="http://www.springframework.org/schema/beans"
  1082.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1083.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1084.     <bean name="user"  scope="prototype"></bean>
  1085. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1086. <?xml version="1.0" encoding="UTF-8"?>
  1087. <beans xmlns="http://www.springframework.org/schema/beans"
  1088.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1089.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1090.     <bean name="user"  scope="prototype"></bean>
  1091. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1092. <?xml version="1.0" encoding="UTF-8"?>
  1093. <beans xmlns="http://www.springframework.org/schema/beans"
  1094.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1095.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1096.     <bean name="user"  scope="prototype"></bean>
  1097. </beans><bean name="user"  scope="singleton"></bean>
  1098. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1099. <?xml version="1.0" encoding="UTF-8"?>
  1100. <beans xmlns="http://www.springframework.org/schema/beans"
  1101. <?xml version="1.0" encoding="UTF-8"?>
  1102. <beans xmlns="http://www.springframework.org/schema/beans"
  1103.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1104.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1105.     <bean name="user"  scope="prototype"></bean>
  1106. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1107. <?xml version="1.0" encoding="UTF-8"?>
  1108. <beans xmlns="http://www.springframework.org/schema/beans"
  1109.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1110.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1111.     <bean name="user"  scope="prototype"></bean>
  1112. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1113. <?xml version="1.0" encoding="UTF-8"?>
  1114. <beans xmlns="http://www.springframework.org/schema/beans"
  1115.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1116.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1117.     <bean name="user"  scope="prototype"></bean>
  1118. </beans><bean name="user"  scope="singleton"></bean>
  1119. </beans><bean name="user" ></bean>
  1120. </beans><?xml version="1.0" encoding="UTF-8"?>
  1121. <beans xmlns="http://www.springframework.org/schema/beans"
  1122. <?xml version="1.0" encoding="UTF-8"?>
  1123. <beans xmlns="http://www.springframework.org/schema/beans"
  1124. <?xml version="1.0" encoding="UTF-8"?>
  1125. <beans xmlns="http://www.springframework.org/schema/beans"
  1126.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1127.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1128.     <bean name="user"  scope="prototype"></bean>
  1129. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1130. <?xml version="1.0" encoding="UTF-8"?>
  1131. <beans xmlns="http://www.springframework.org/schema/beans"
  1132.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1133.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1134.     <bean name="user"  scope="prototype"></bean>
  1135. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1136. <?xml version="1.0" encoding="UTF-8"?>
  1137. <beans xmlns="http://www.springframework.org/schema/beans"
  1138.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1139.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1140.     <bean name="user"  scope="prototype"></bean>
  1141. </beans><bean name="user"  scope="singleton"></bean>
  1142. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1143. <?xml version="1.0" encoding="UTF-8"?>
  1144. <beans xmlns="http://www.springframework.org/schema/beans"
  1145. <?xml version="1.0" encoding="UTF-8"?>
  1146. <beans xmlns="http://www.springframework.org/schema/beans"
  1147.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1148.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1149.     <bean name="user"  scope="prototype"></bean>
  1150. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1151. <?xml version="1.0" encoding="UTF-8"?>
  1152. <beans xmlns="http://www.springframework.org/schema/beans"
  1153.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1154.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1155.     <bean name="user"  scope="prototype"></bean>
  1156. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1157. <?xml version="1.0" encoding="UTF-8"?>
  1158. <beans xmlns="http://www.springframework.org/schema/beans"
  1159.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1160.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1161.     <bean name="user"  scope="prototype"></bean>
  1162. </beans><bean name="user"  scope="singleton"></bean>
  1163. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1164. <?xml version="1.0" encoding="UTF-8"?>
  1165. <beans xmlns="http://www.springframework.org/schema/beans"
  1166. <?xml version="1.0" encoding="UTF-8"?>
  1167. <beans xmlns="http://www.springframework.org/schema/beans"
  1168.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1169.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1170.     <bean name="user"  scope="prototype"></bean>
  1171. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1172. <?xml version="1.0" encoding="UTF-8"?>
  1173. <beans xmlns="http://www.springframework.org/schema/beans"
  1174.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1175.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1176.     <bean name="user"  scope="prototype"></bean>
  1177. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1178. <?xml version="1.0" encoding="UTF-8"?>
  1179. <beans xmlns="http://www.springframework.org/schema/beans"
  1180.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1181.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1182.     <bean name="user"  scope="prototype"></bean>
  1183. </beans><bean name="user"  scope="singleton"></bean>
  1184. </beans><bean name="user" ></bean>
  1185. </beans><dependency>
  1186. <?xml version="1.0" encoding="UTF-8"?>
  1187. <beans xmlns="http://www.springframework.org/schema/beans"
  1188. <?xml version="1.0" encoding="UTF-8"?>
  1189. <beans xmlns="http://www.springframework.org/schema/beans"
  1190. <?xml version="1.0" encoding="UTF-8"?>
  1191. <beans xmlns="http://www.springframework.org/schema/beans"
  1192.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1193.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1194.     <bean name="user"  scope="prototype"></bean>
  1195. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1196. <?xml version="1.0" encoding="UTF-8"?>
  1197. <beans xmlns="http://www.springframework.org/schema/beans"
  1198.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1199.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1200.     <bean name="user"  scope="prototype"></bean>
  1201. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1202. <?xml version="1.0" encoding="UTF-8"?>
  1203. <beans xmlns="http://www.springframework.org/schema/beans"
  1204.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1205.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1206.     <bean name="user"  scope="prototype"></bean>
  1207. </beans><bean name="user"  scope="singleton"></bean>
  1208. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1209. <?xml version="1.0" encoding="UTF-8"?>
  1210. <beans xmlns="http://www.springframework.org/schema/beans"
  1211. <?xml version="1.0" encoding="UTF-8"?>
  1212. <beans xmlns="http://www.springframework.org/schema/beans"
  1213.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1214.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1215.     <bean name="user"  scope="prototype"></bean>
  1216. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1217. <?xml version="1.0" encoding="UTF-8"?>
  1218. <beans xmlns="http://www.springframework.org/schema/beans"
  1219.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1220.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1221.     <bean name="user"  scope="prototype"></bean>
  1222. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1223. <?xml version="1.0" encoding="UTF-8"?>
  1224. <beans xmlns="http://www.springframework.org/schema/beans"
  1225.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1226.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1227.     <bean name="user"  scope="prototype"></bean>
  1228. </beans><bean name="user"  scope="singleton"></bean>
  1229. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1230. <?xml version="1.0" encoding="UTF-8"?>
  1231. <beans xmlns="http://www.springframework.org/schema/beans"
  1232. <?xml version="1.0" encoding="UTF-8"?>
  1233. <beans xmlns="http://www.springframework.org/schema/beans"
  1234.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1235.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1236.     <bean name="user"  scope="prototype"></bean>
  1237. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1238. <?xml version="1.0" encoding="UTF-8"?>
  1239. <beans xmlns="http://www.springframework.org/schema/beans"
  1240.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1241.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1242.     <bean name="user"  scope="prototype"></bean>
  1243. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1244. <?xml version="1.0" encoding="UTF-8"?>
  1245. <beans xmlns="http://www.springframework.org/schema/beans"
  1246.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1247.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1248.     <bean name="user"  scope="prototype"></bean>
  1249. </beans><bean name="user"  scope="singleton"></bean>
  1250. </beans><bean name="user" ></bean>
  1251. </beans><?xml version="1.0" encoding="UTF-8"?>
  1252. <beans xmlns="http://www.springframework.org/schema/beans"
  1253. <?xml version="1.0" encoding="UTF-8"?>
  1254. <beans xmlns="http://www.springframework.org/schema/beans"
  1255. <?xml version="1.0" encoding="UTF-8"?>
  1256. <beans xmlns="http://www.springframework.org/schema/beans"
  1257.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1258.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1259.     <bean name="user"  scope="prototype"></bean>
  1260. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1261. <?xml version="1.0" encoding="UTF-8"?>
  1262. <beans xmlns="http://www.springframework.org/schema/beans"
  1263.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1264.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1265.     <bean name="user"  scope="prototype"></bean>
  1266. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1267. <?xml version="1.0" encoding="UTF-8"?>
  1268. <beans xmlns="http://www.springframework.org/schema/beans"
  1269.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1270.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1271.     <bean name="user"  scope="prototype"></bean>
  1272. </beans><bean name="user"  scope="singleton"></bean>
  1273. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1274. <?xml version="1.0" encoding="UTF-8"?>
  1275. <beans xmlns="http://www.springframework.org/schema/beans"
  1276. <?xml version="1.0" encoding="UTF-8"?>
  1277. <beans xmlns="http://www.springframework.org/schema/beans"
  1278.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1279.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1280.     <bean name="user"  scope="prototype"></bean>
  1281. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1282. <?xml version="1.0" encoding="UTF-8"?>
  1283. <beans xmlns="http://www.springframework.org/schema/beans"
  1284.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1285.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1286.     <bean name="user"  scope="prototype"></bean>
  1287. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1288. <?xml version="1.0" encoding="UTF-8"?>
  1289. <beans xmlns="http://www.springframework.org/schema/beans"
  1290.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1291.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1292.     <bean name="user"  scope="prototype"></bean>
  1293. </beans><bean name="user"  scope="singleton"></bean>
  1294. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1295. <?xml version="1.0" encoding="UTF-8"?>
  1296. <beans xmlns="http://www.springframework.org/schema/beans"
  1297. <?xml version="1.0" encoding="UTF-8"?>
  1298. <beans xmlns="http://www.springframework.org/schema/beans"
  1299.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1300.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1301.     <bean name="user"  scope="prototype"></bean>
  1302. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1303. <?xml version="1.0" encoding="UTF-8"?>
  1304. <beans xmlns="http://www.springframework.org/schema/beans"
  1305.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1306.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1307.     <bean name="user"  scope="prototype"></bean>
  1308. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1309. <?xml version="1.0" encoding="UTF-8"?>
  1310. <beans xmlns="http://www.springframework.org/schema/beans"
  1311.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1312.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1313.     <bean name="user"  scope="prototype"></bean>
  1314. </beans><bean name="user"  scope="singleton"></bean>
  1315. </beans><bean name="user" ></bean>
  1316. </beans><?xml version="1.0" encoding="UTF-8"?>
  1317. <beans xmlns="http://www.springframework.org/schema/beans"
  1318. <?xml version="1.0" encoding="UTF-8"?>
  1319. <beans xmlns="http://www.springframework.org/schema/beans"
  1320. <?xml version="1.0" encoding="UTF-8"?>
  1321. <beans xmlns="http://www.springframework.org/schema/beans"
  1322.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1323.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1324.     <bean name="user"  scope="prototype"></bean>
  1325. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1326. <?xml version="1.0" encoding="UTF-8"?>
  1327. <beans xmlns="http://www.springframework.org/schema/beans"
  1328.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1329.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1330.     <bean name="user"  scope="prototype"></bean>
  1331. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1332. <?xml version="1.0" encoding="UTF-8"?>
  1333. <beans xmlns="http://www.springframework.org/schema/beans"
  1334.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1335.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1336.     <bean name="user"  scope="prototype"></bean>
  1337. </beans><bean name="user"  scope="singleton"></bean>
  1338. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1339. <?xml version="1.0" encoding="UTF-8"?>
  1340. <beans xmlns="http://www.springframework.org/schema/beans"
  1341. <?xml version="1.0" encoding="UTF-8"?>
  1342. <beans xmlns="http://www.springframework.org/schema/beans"
  1343.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1344.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1345.     <bean name="user"  scope="prototype"></bean>
  1346. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1347. <?xml version="1.0" encoding="UTF-8"?>
  1348. <beans xmlns="http://www.springframework.org/schema/beans"
  1349.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1350.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1351.     <bean name="user"  scope="prototype"></bean>
  1352. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1353. <?xml version="1.0" encoding="UTF-8"?>
  1354. <beans xmlns="http://www.springframework.org/schema/beans"
  1355.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1356.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1357.     <bean name="user"  scope="prototype"></bean>
  1358. </beans><bean name="user"  scope="singleton"></bean>
  1359. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1360. <?xml version="1.0" encoding="UTF-8"?>
  1361. <beans xmlns="http://www.springframework.org/schema/beans"
  1362. <?xml version="1.0" encoding="UTF-8"?>
  1363. <beans xmlns="http://www.springframework.org/schema/beans"
  1364.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1365.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1366.     <bean name="user"  scope="prototype"></bean>
  1367. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1368. <?xml version="1.0" encoding="UTF-8"?>
  1369. <beans xmlns="http://www.springframework.org/schema/beans"
  1370.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1371.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1372.     <bean name="user"  scope="prototype"></bean>
  1373. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1374. <?xml version="1.0" encoding="UTF-8"?>
  1375. <beans xmlns="http://www.springframework.org/schema/beans"
  1376.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1377.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1378.     <bean name="user"  scope="prototype"></bean>
  1379. </beans><bean name="user"  scope="singleton"></bean>
  1380. </beans><bean name="user" ></bean>
  1381. </beans><groupId>org.springframework</groupId>
  1382. <?xml version="1.0" encoding="UTF-8"?>
  1383. <beans xmlns="http://www.springframework.org/schema/beans"
  1384. <?xml version="1.0" encoding="UTF-8"?>
  1385. <beans xmlns="http://www.springframework.org/schema/beans"
  1386. <?xml version="1.0" encoding="UTF-8"?>
  1387. <beans xmlns="http://www.springframework.org/schema/beans"
  1388.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1389.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1390.     <bean name="user"  scope="prototype"></bean>
  1391. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1392. <?xml version="1.0" encoding="UTF-8"?>
  1393. <beans xmlns="http://www.springframework.org/schema/beans"
  1394.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1395.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1396.     <bean name="user"  scope="prototype"></bean>
  1397. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1398. <?xml version="1.0" encoding="UTF-8"?>
  1399. <beans xmlns="http://www.springframework.org/schema/beans"
  1400.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1401.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1402.     <bean name="user"  scope="prototype"></bean>
  1403. </beans><bean name="user"  scope="singleton"></bean>
  1404. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1405. <?xml version="1.0" encoding="UTF-8"?>
  1406. <beans xmlns="http://www.springframework.org/schema/beans"
  1407. <?xml version="1.0" encoding="UTF-8"?>
  1408. <beans xmlns="http://www.springframework.org/schema/beans"
  1409.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1410.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1411.     <bean name="user"  scope="prototype"></bean>
  1412. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1413. <?xml version="1.0" encoding="UTF-8"?>
  1414. <beans xmlns="http://www.springframework.org/schema/beans"
  1415.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1416.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1417.     <bean name="user"  scope="prototype"></bean>
  1418. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1419. <?xml version="1.0" encoding="UTF-8"?>
  1420. <beans xmlns="http://www.springframework.org/schema/beans"
  1421.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1422.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1423.     <bean name="user"  scope="prototype"></bean>
  1424. </beans><bean name="user"  scope="singleton"></bean>
  1425. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1426. <?xml version="1.0" encoding="UTF-8"?>
  1427. <beans xmlns="http://www.springframework.org/schema/beans"
  1428. <?xml version="1.0" encoding="UTF-8"?>
  1429. <beans xmlns="http://www.springframework.org/schema/beans"
  1430.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1431.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1432.     <bean name="user"  scope="prototype"></bean>
  1433. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1434. <?xml version="1.0" encoding="UTF-8"?>
  1435. <beans xmlns="http://www.springframework.org/schema/beans"
  1436.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1437.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1438.     <bean name="user"  scope="prototype"></bean>
  1439. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1440. <?xml version="1.0" encoding="UTF-8"?>
  1441. <beans xmlns="http://www.springframework.org/schema/beans"
  1442.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1443.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1444.     <bean name="user"  scope="prototype"></bean>
  1445. </beans><bean name="user"  scope="singleton"></bean>
  1446. </beans><bean name="user" ></bean>
  1447. </beans><?xml version="1.0" encoding="UTF-8"?>
  1448. <beans xmlns="http://www.springframework.org/schema/beans"
  1449. <?xml version="1.0" encoding="UTF-8"?>
  1450. <beans xmlns="http://www.springframework.org/schema/beans"
  1451. <?xml version="1.0" encoding="UTF-8"?>
  1452. <beans xmlns="http://www.springframework.org/schema/beans"
  1453.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1454.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1455.     <bean name="user"  scope="prototype"></bean>
  1456. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1457. <?xml version="1.0" encoding="UTF-8"?>
  1458. <beans xmlns="http://www.springframework.org/schema/beans"
  1459.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1460.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1461.     <bean name="user"  scope="prototype"></bean>
  1462. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1463. <?xml version="1.0" encoding="UTF-8"?>
  1464. <beans xmlns="http://www.springframework.org/schema/beans"
  1465.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1466.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1467.     <bean name="user"  scope="prototype"></bean>
  1468. </beans><bean name="user"  scope="singleton"></bean>
  1469. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1470. <?xml version="1.0" encoding="UTF-8"?>
  1471. <beans xmlns="http://www.springframework.org/schema/beans"
  1472. <?xml version="1.0" encoding="UTF-8"?>
  1473. <beans xmlns="http://www.springframework.org/schema/beans"
  1474.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1475.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1476.     <bean name="user"  scope="prototype"></bean>
  1477. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1478. <?xml version="1.0" encoding="UTF-8"?>
  1479. <beans xmlns="http://www.springframework.org/schema/beans"
  1480.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1481.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1482.     <bean name="user"  scope="prototype"></bean>
  1483. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1484. <?xml version="1.0" encoding="UTF-8"?>
  1485. <beans xmlns="http://www.springframework.org/schema/beans"
  1486.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1487.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1488.     <bean name="user"  scope="prototype"></bean>
  1489. </beans><bean name="user"  scope="singleton"></bean>
  1490. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1491. <?xml version="1.0" encoding="UTF-8"?>
  1492. <beans xmlns="http://www.springframework.org/schema/beans"
  1493. <?xml version="1.0" encoding="UTF-8"?>
  1494. <beans xmlns="http://www.springframework.org/schema/beans"
  1495.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1496.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1497.     <bean name="user"  scope="prototype"></bean>
  1498. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1499. <?xml version="1.0" encoding="UTF-8"?>
  1500. <beans xmlns="http://www.springframework.org/schema/beans"
  1501.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1502.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1503.     <bean name="user"  scope="prototype"></bean>
  1504. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1505. <?xml version="1.0" encoding="UTF-8"?>
  1506. <beans xmlns="http://www.springframework.org/schema/beans"
  1507.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1508.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1509.     <bean name="user"  scope="prototype"></bean>
  1510. </beans><bean name="user"  scope="singleton"></bean>
  1511. </beans><bean name="user" ></bean>
  1512. </beans><?xml version="1.0" encoding="UTF-8"?>
  1513. <beans xmlns="http://www.springframework.org/schema/beans"
  1514. <?xml version="1.0" encoding="UTF-8"?>
  1515. <beans xmlns="http://www.springframework.org/schema/beans"
  1516. <?xml version="1.0" encoding="UTF-8"?>
  1517. <beans xmlns="http://www.springframework.org/schema/beans"
  1518.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1519.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1520.     <bean name="user"  scope="prototype"></bean>
  1521. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1522. <?xml version="1.0" encoding="UTF-8"?>
  1523. <beans xmlns="http://www.springframework.org/schema/beans"
  1524.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1525.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1526.     <bean name="user"  scope="prototype"></bean>
  1527. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1528. <?xml version="1.0" encoding="UTF-8"?>
  1529. <beans xmlns="http://www.springframework.org/schema/beans"
  1530.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1531.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1532.     <bean name="user"  scope="prototype"></bean>
  1533. </beans><bean name="user"  scope="singleton"></bean>
  1534. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1535. <?xml version="1.0" encoding="UTF-8"?>
  1536. <beans xmlns="http://www.springframework.org/schema/beans"
  1537. <?xml version="1.0" encoding="UTF-8"?>
  1538. <beans xmlns="http://www.springframework.org/schema/beans"
  1539.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1540.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1541.     <bean name="user"  scope="prototype"></bean>
  1542. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1543. <?xml version="1.0" encoding="UTF-8"?>
  1544. <beans xmlns="http://www.springframework.org/schema/beans"
  1545.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1546.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1547.     <bean name="user"  scope="prototype"></bean>
  1548. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1549. <?xml version="1.0" encoding="UTF-8"?>
  1550. <beans xmlns="http://www.springframework.org/schema/beans"
  1551.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1552.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1553.     <bean name="user"  scope="prototype"></bean>
  1554. </beans><bean name="user"  scope="singleton"></bean>
  1555. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1556. <?xml version="1.0" encoding="UTF-8"?>
  1557. <beans xmlns="http://www.springframework.org/schema/beans"
  1558. <?xml version="1.0" encoding="UTF-8"?>
  1559. <beans xmlns="http://www.springframework.org/schema/beans"
  1560.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1561.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1562.     <bean name="user"  scope="prototype"></bean>
  1563. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1564. <?xml version="1.0" encoding="UTF-8"?>
  1565. <beans xmlns="http://www.springframework.org/schema/beans"
  1566.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1567.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1568.     <bean name="user"  scope="prototype"></bean>
  1569. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1570. <?xml version="1.0" encoding="UTF-8"?>
  1571. <beans xmlns="http://www.springframework.org/schema/beans"
  1572.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1573.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1574.     <bean name="user"  scope="prototype"></bean>
  1575. </beans><bean name="user"  scope="singleton"></bean>
  1576. </beans><bean name="user" ></bean>
  1577. </beans><artifactId>spring-context</artifactId>
  1578. <?xml version="1.0" encoding="UTF-8"?>
  1579. <beans xmlns="http://www.springframework.org/schema/beans"
  1580. <?xml version="1.0" encoding="UTF-8"?>
  1581. <beans xmlns="http://www.springframework.org/schema/beans"
  1582. <?xml version="1.0" encoding="UTF-8"?>
  1583. <beans xmlns="http://www.springframework.org/schema/beans"
  1584.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1585.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1586.     <bean name="user"  scope="prototype"></bean>
  1587. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1588. <?xml version="1.0" encoding="UTF-8"?>
  1589. <beans xmlns="http://www.springframework.org/schema/beans"
  1590.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1591.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1592.     <bean name="user"  scope="prototype"></bean>
  1593. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1594. <?xml version="1.0" encoding="UTF-8"?>
  1595. <beans xmlns="http://www.springframework.org/schema/beans"
  1596.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1597.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1598.     <bean name="user"  scope="prototype"></bean>
  1599. </beans><bean name="user"  scope="singleton"></bean>
  1600. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1601. <?xml version="1.0" encoding="UTF-8"?>
  1602. <beans xmlns="http://www.springframework.org/schema/beans"
  1603. <?xml version="1.0" encoding="UTF-8"?>
  1604. <beans xmlns="http://www.springframework.org/schema/beans"
  1605.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1606.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1607.     <bean name="user"  scope="prototype"></bean>
  1608. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1609. <?xml version="1.0" encoding="UTF-8"?>
  1610. <beans xmlns="http://www.springframework.org/schema/beans"
  1611.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1612.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1613.     <bean name="user"  scope="prototype"></bean>
  1614. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1615. <?xml version="1.0" encoding="UTF-8"?>
  1616. <beans xmlns="http://www.springframework.org/schema/beans"
  1617.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1618.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1619.     <bean name="user"  scope="prototype"></bean>
  1620. </beans><bean name="user"  scope="singleton"></bean>
  1621. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1622. <?xml version="1.0" encoding="UTF-8"?>
  1623. <beans xmlns="http://www.springframework.org/schema/beans"
  1624. <?xml version="1.0" encoding="UTF-8"?>
  1625. <beans xmlns="http://www.springframework.org/schema/beans"
  1626.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1627.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1628.     <bean name="user"  scope="prototype"></bean>
  1629. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1630. <?xml version="1.0" encoding="UTF-8"?>
  1631. <beans xmlns="http://www.springframework.org/schema/beans"
  1632.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1633.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1634.     <bean name="user"  scope="prototype"></bean>
  1635. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1636. <?xml version="1.0" encoding="UTF-8"?>
  1637. <beans xmlns="http://www.springframework.org/schema/beans"
  1638.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1639.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1640.     <bean name="user"  scope="prototype"></bean>
  1641. </beans><bean name="user"  scope="singleton"></bean>
  1642. </beans><bean name="user" ></bean>
  1643. </beans><?xml version="1.0" encoding="UTF-8"?>
  1644. <beans xmlns="http://www.springframework.org/schema/beans"
  1645. <?xml version="1.0" encoding="UTF-8"?>
  1646. <beans xmlns="http://www.springframework.org/schema/beans"
  1647. <?xml version="1.0" encoding="UTF-8"?>
  1648. <beans xmlns="http://www.springframework.org/schema/beans"
  1649.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1650.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1651.     <bean name="user"  scope="prototype"></bean>
  1652. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1653. <?xml version="1.0" encoding="UTF-8"?>
  1654. <beans xmlns="http://www.springframework.org/schema/beans"
  1655.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1656.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1657.     <bean name="user"  scope="prototype"></bean>
  1658. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1659. <?xml version="1.0" encoding="UTF-8"?>
  1660. <beans xmlns="http://www.springframework.org/schema/beans"
  1661.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1662.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1663.     <bean name="user"  scope="prototype"></bean>
  1664. </beans><bean name="user"  scope="singleton"></bean>
  1665. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1666. <?xml version="1.0" encoding="UTF-8"?>
  1667. <beans xmlns="http://www.springframework.org/schema/beans"
  1668. <?xml version="1.0" encoding="UTF-8"?>
  1669. <beans xmlns="http://www.springframework.org/schema/beans"
  1670.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1671.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1672.     <bean name="user"  scope="prototype"></bean>
  1673. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1674. <?xml version="1.0" encoding="UTF-8"?>
  1675. <beans xmlns="http://www.springframework.org/schema/beans"
  1676.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1677.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1678.     <bean name="user"  scope="prototype"></bean>
  1679. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1680. <?xml version="1.0" encoding="UTF-8"?>
  1681. <beans xmlns="http://www.springframework.org/schema/beans"
  1682.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1683.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1684.     <bean name="user"  scope="prototype"></bean>
  1685. </beans><bean name="user"  scope="singleton"></bean>
  1686. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1687. <?xml version="1.0" encoding="UTF-8"?>
  1688. <beans xmlns="http://www.springframework.org/schema/beans"
  1689. <?xml version="1.0" encoding="UTF-8"?>
  1690. <beans xmlns="http://www.springframework.org/schema/beans"
  1691.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1692.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1693.     <bean name="user"  scope="prototype"></bean>
  1694. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1695. <?xml version="1.0" encoding="UTF-8"?>
  1696. <beans xmlns="http://www.springframework.org/schema/beans"
  1697.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1698.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1699.     <bean name="user"  scope="prototype"></bean>
  1700. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1701. <?xml version="1.0" encoding="UTF-8"?>
  1702. <beans xmlns="http://www.springframework.org/schema/beans"
  1703.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1704.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1705.     <bean name="user"  scope="prototype"></bean>
  1706. </beans><bean name="user"  scope="singleton"></bean>
  1707. </beans><bean name="user" ></bean>
  1708. </beans><?xml version="1.0" encoding="UTF-8"?>
  1709. <beans xmlns="http://www.springframework.org/schema/beans"
  1710. <?xml version="1.0" encoding="UTF-8"?>
  1711. <beans xmlns="http://www.springframework.org/schema/beans"
  1712. <?xml version="1.0" encoding="UTF-8"?>
  1713. <beans xmlns="http://www.springframework.org/schema/beans"
  1714.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1715.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1716.     <bean name="user"  scope="prototype"></bean>
  1717. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1718. <?xml version="1.0" encoding="UTF-8"?>
  1719. <beans xmlns="http://www.springframework.org/schema/beans"
  1720.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1721.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1722.     <bean name="user"  scope="prototype"></bean>
  1723. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1724. <?xml version="1.0" encoding="UTF-8"?>
  1725. <beans xmlns="http://www.springframework.org/schema/beans"
  1726.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1727.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1728.     <bean name="user"  scope="prototype"></bean>
  1729. </beans><bean name="user"  scope="singleton"></bean>
  1730. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1731. <?xml version="1.0" encoding="UTF-8"?>
  1732. <beans xmlns="http://www.springframework.org/schema/beans"
  1733. <?xml version="1.0" encoding="UTF-8"?>
  1734. <beans xmlns="http://www.springframework.org/schema/beans"
  1735.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1736.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1737.     <bean name="user"  scope="prototype"></bean>
  1738. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1739. <?xml version="1.0" encoding="UTF-8"?>
  1740. <beans xmlns="http://www.springframework.org/schema/beans"
  1741.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1742.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1743.     <bean name="user"  scope="prototype"></bean>
  1744. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1745. <?xml version="1.0" encoding="UTF-8"?>
  1746. <beans xmlns="http://www.springframework.org/schema/beans"
  1747.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1748.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1749.     <bean name="user"  scope="prototype"></bean>
  1750. </beans><bean name="user"  scope="singleton"></bean>
  1751. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1752. <?xml version="1.0" encoding="UTF-8"?>
  1753. <beans xmlns="http://www.springframework.org/schema/beans"
  1754. <?xml version="1.0" encoding="UTF-8"?>
  1755. <beans xmlns="http://www.springframework.org/schema/beans"
  1756.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1757.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1758.     <bean name="user"  scope="prototype"></bean>
  1759. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1760. <?xml version="1.0" encoding="UTF-8"?>
  1761. <beans xmlns="http://www.springframework.org/schema/beans"
  1762.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1763.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1764.     <bean name="user"  scope="prototype"></bean>
  1765. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1766. <?xml version="1.0" encoding="UTF-8"?>
  1767. <beans xmlns="http://www.springframework.org/schema/beans"
  1768.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1769.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1770.     <bean name="user"  scope="prototype"></bean>
  1771. </beans><bean name="user"  scope="singleton"></bean>
  1772. </beans><bean name="user" ></bean>
  1773. </beans><version>6.0.11</version>
  1774. <?xml version="1.0" encoding="UTF-8"?>
  1775. <beans xmlns="http://www.springframework.org/schema/beans"
  1776. <?xml version="1.0" encoding="UTF-8"?>
  1777. <beans xmlns="http://www.springframework.org/schema/beans"
  1778. <?xml version="1.0" encoding="UTF-8"?>
  1779. <beans xmlns="http://www.springframework.org/schema/beans"
  1780.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1781.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1782.     <bean name="user"  scope="prototype"></bean>
  1783. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1784. <?xml version="1.0" encoding="UTF-8"?>
  1785. <beans xmlns="http://www.springframework.org/schema/beans"
  1786.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1787.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1788.     <bean name="user"  scope="prototype"></bean>
  1789. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1790. <?xml version="1.0" encoding="UTF-8"?>
  1791. <beans xmlns="http://www.springframework.org/schema/beans"
  1792.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1793.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1794.     <bean name="user"  scope="prototype"></bean>
  1795. </beans><bean name="user"  scope="singleton"></bean>
  1796. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1797. <?xml version="1.0" encoding="UTF-8"?>
  1798. <beans xmlns="http://www.springframework.org/schema/beans"
  1799. <?xml version="1.0" encoding="UTF-8"?>
  1800. <beans xmlns="http://www.springframework.org/schema/beans"
  1801.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1802.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1803.     <bean name="user"  scope="prototype"></bean>
  1804. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1805. <?xml version="1.0" encoding="UTF-8"?>
  1806. <beans xmlns="http://www.springframework.org/schema/beans"
  1807.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1808.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1809.     <bean name="user"  scope="prototype"></bean>
  1810. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1811. <?xml version="1.0" encoding="UTF-8"?>
  1812. <beans xmlns="http://www.springframework.org/schema/beans"
  1813.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1814.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1815.     <bean name="user"  scope="prototype"></bean>
  1816. </beans><bean name="user"  scope="singleton"></bean>
  1817. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1818. <?xml version="1.0" encoding="UTF-8"?>
  1819. <beans xmlns="http://www.springframework.org/schema/beans"
  1820. <?xml version="1.0" encoding="UTF-8"?>
  1821. <beans xmlns="http://www.springframework.org/schema/beans"
  1822.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1823.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1824.     <bean name="user"  scope="prototype"></bean>
  1825. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1826. <?xml version="1.0" encoding="UTF-8"?>
  1827. <beans xmlns="http://www.springframework.org/schema/beans"
  1828.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1829.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1830.     <bean name="user"  scope="prototype"></bean>
  1831. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1832. <?xml version="1.0" encoding="UTF-8"?>
  1833. <beans xmlns="http://www.springframework.org/schema/beans"
  1834.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1835.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1836.     <bean name="user"  scope="prototype"></bean>
  1837. </beans><bean name="user"  scope="singleton"></bean>
  1838. </beans><bean name="user" ></bean>
  1839. </beans><?xml version="1.0" encoding="UTF-8"?>
  1840. <beans xmlns="http://www.springframework.org/schema/beans"
  1841. <?xml version="1.0" encoding="UTF-8"?>
  1842. <beans xmlns="http://www.springframework.org/schema/beans"
  1843. <?xml version="1.0" encoding="UTF-8"?>
  1844. <beans xmlns="http://www.springframework.org/schema/beans"
  1845.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1846.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1847.     <bean name="user"  scope="prototype"></bean>
  1848. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1849. <?xml version="1.0" encoding="UTF-8"?>
  1850. <beans xmlns="http://www.springframework.org/schema/beans"
  1851.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1852.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1853.     <bean name="user"  scope="prototype"></bean>
  1854. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1855. <?xml version="1.0" encoding="UTF-8"?>
  1856. <beans xmlns="http://www.springframework.org/schema/beans"
  1857.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1858.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1859.     <bean name="user"  scope="prototype"></bean>
  1860. </beans><bean name="user"  scope="singleton"></bean>
  1861. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1862. <?xml version="1.0" encoding="UTF-8"?>
  1863. <beans xmlns="http://www.springframework.org/schema/beans"
  1864. <?xml version="1.0" encoding="UTF-8"?>
  1865. <beans xmlns="http://www.springframework.org/schema/beans"
  1866.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1867.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1868.     <bean name="user"  scope="prototype"></bean>
  1869. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1870. <?xml version="1.0" encoding="UTF-8"?>
  1871. <beans xmlns="http://www.springframework.org/schema/beans"
  1872.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1873.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1874.     <bean name="user"  scope="prototype"></bean>
  1875. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1876. <?xml version="1.0" encoding="UTF-8"?>
  1877. <beans xmlns="http://www.springframework.org/schema/beans"
  1878.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1879.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1880.     <bean name="user"  scope="prototype"></bean>
  1881. </beans><bean name="user"  scope="singleton"></bean>
  1882. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1883. <?xml version="1.0" encoding="UTF-8"?>
  1884. <beans xmlns="http://www.springframework.org/schema/beans"
  1885. <?xml version="1.0" encoding="UTF-8"?>
  1886. <beans xmlns="http://www.springframework.org/schema/beans"
  1887.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1888.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1889.     <bean name="user"  scope="prototype"></bean>
  1890. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1891. <?xml version="1.0" encoding="UTF-8"?>
  1892. <beans xmlns="http://www.springframework.org/schema/beans"
  1893.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1894.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1895.     <bean name="user"  scope="prototype"></bean>
  1896. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1897. <?xml version="1.0" encoding="UTF-8"?>
  1898. <beans xmlns="http://www.springframework.org/schema/beans"
  1899.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1900.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1901.     <bean name="user"  scope="prototype"></bean>
  1902. </beans><bean name="user"  scope="singleton"></bean>
  1903. </beans><bean name="user" ></bean>
  1904. </beans></dependency>
  1905. <?xml version="1.0" encoding="UTF-8"?>
  1906. <beans xmlns="http://www.springframework.org/schema/beans"
  1907. <?xml version="1.0" encoding="UTF-8"?>
  1908. <beans xmlns="http://www.springframework.org/schema/beans"
  1909. <?xml version="1.0" encoding="UTF-8"?>
  1910. <beans xmlns="http://www.springframework.org/schema/beans"
  1911.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1912.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1913.     <bean name="user"  scope="prototype"></bean>
  1914. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1915. <?xml version="1.0" encoding="UTF-8"?>
  1916. <beans xmlns="http://www.springframework.org/schema/beans"
  1917.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1918.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1919.     <bean name="user"  scope="prototype"></bean>
  1920. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1921. <?xml version="1.0" encoding="UTF-8"?>
  1922. <beans xmlns="http://www.springframework.org/schema/beans"
  1923.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1924.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1925.     <bean name="user"  scope="prototype"></bean>
  1926. </beans><bean name="user"  scope="singleton"></bean>
  1927. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1928. <?xml version="1.0" encoding="UTF-8"?>
  1929. <beans xmlns="http://www.springframework.org/schema/beans"
  1930. <?xml version="1.0" encoding="UTF-8"?>
  1931. <beans xmlns="http://www.springframework.org/schema/beans"
  1932.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1933.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1934.     <bean name="user"  scope="prototype"></bean>
  1935. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1936. <?xml version="1.0" encoding="UTF-8"?>
  1937. <beans xmlns="http://www.springframework.org/schema/beans"
  1938.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1939.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1940.     <bean name="user"  scope="prototype"></bean>
  1941. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1942. <?xml version="1.0" encoding="UTF-8"?>
  1943. <beans xmlns="http://www.springframework.org/schema/beans"
  1944.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1945.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1946.     <bean name="user"  scope="prototype"></bean>
  1947. </beans><bean name="user"  scope="singleton"></bean>
  1948. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1949. <?xml version="1.0" encoding="UTF-8"?>
  1950. <beans xmlns="http://www.springframework.org/schema/beans"
  1951. <?xml version="1.0" encoding="UTF-8"?>
  1952. <beans xmlns="http://www.springframework.org/schema/beans"
  1953.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1954.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1955.     <bean name="user"  scope="prototype"></bean>
  1956. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1957. <?xml version="1.0" encoding="UTF-8"?>
  1958. <beans xmlns="http://www.springframework.org/schema/beans"
  1959.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1960.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1961.     <bean name="user"  scope="prototype"></bean>
  1962. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1963. <?xml version="1.0" encoding="UTF-8"?>
  1964. <beans xmlns="http://www.springframework.org/schema/beans"
  1965.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1966.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1967.     <bean name="user"  scope="prototype"></bean>
  1968. </beans><bean name="user"  scope="singleton"></bean>
  1969. </beans><bean name="user" ></bean>
  1970. </beans><?xml version="1.0" encoding="UTF-8"?>
  1971. <beans xmlns="http://www.springframework.org/schema/beans"
  1972. <?xml version="1.0" encoding="UTF-8"?>
  1973. <beans xmlns="http://www.springframework.org/schema/beans"
  1974. <?xml version="1.0" encoding="UTF-8"?>
  1975. <beans xmlns="http://www.springframework.org/schema/beans"
  1976.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1977.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1978.     <bean name="user"  scope="prototype"></bean>
  1979. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1980. <?xml version="1.0" encoding="UTF-8"?>
  1981. <beans xmlns="http://www.springframework.org/schema/beans"
  1982.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1983.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1984.     <bean name="user"  scope="prototype"></bean>
  1985. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1986. <?xml version="1.0" encoding="UTF-8"?>
  1987. <beans xmlns="http://www.springframework.org/schema/beans"
  1988.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1989.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1990.     <bean name="user"  scope="prototype"></bean>
  1991. </beans><bean name="user"  scope="singleton"></bean>
  1992. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1993. <?xml version="1.0" encoding="UTF-8"?>
  1994. <beans xmlns="http://www.springframework.org/schema/beans"
  1995. <?xml version="1.0" encoding="UTF-8"?>
  1996. <beans xmlns="http://www.springframework.org/schema/beans"
  1997.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1998.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1999.     <bean name="user"  scope="prototype"></bean>
  2000. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2001. <?xml version="1.0" encoding="UTF-8"?>
  2002. <beans xmlns="http://www.springframework.org/schema/beans"
  2003.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2004.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2005.     <bean name="user"  scope="prototype"></bean>
  2006. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2007. <?xml version="1.0" encoding="UTF-8"?>
  2008. <beans xmlns="http://www.springframework.org/schema/beans"
  2009.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2010.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2011.     <bean name="user"  scope="prototype"></bean>
  2012. </beans><bean name="user"  scope="singleton"></bean>
  2013. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2014. <?xml version="1.0" encoding="UTF-8"?>
  2015. <beans xmlns="http://www.springframework.org/schema/beans"
  2016. <?xml version="1.0" encoding="UTF-8"?>
  2017. <beans xmlns="http://www.springframework.org/schema/beans"
  2018.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2019.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2020.     <bean name="user"  scope="prototype"></bean>
  2021. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2022. <?xml version="1.0" encoding="UTF-8"?>
  2023. <beans xmlns="http://www.springframework.org/schema/beans"
  2024.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2025.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2026.     <bean name="user"  scope="prototype"></bean>
  2027. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2028. <?xml version="1.0" encoding="UTF-8"?>
  2029. <beans xmlns="http://www.springframework.org/schema/beans"
  2030.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2031.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2032.     <bean name="user"  scope="prototype"></bean>
  2033. </beans><bean name="user"  scope="singleton"></bean>
  2034. </beans><bean name="user" ></bean>
  2035. </beans>
  2036. <?xml version="1.0" encoding="UTF-8"?>
  2037. <beans xmlns="http://www.springframework.org/schema/beans"
  2038. <?xml version="1.0" encoding="UTF-8"?>
  2039. <beans xmlns="http://www.springframework.org/schema/beans"
  2040. <?xml version="1.0" encoding="UTF-8"?>
  2041. <beans xmlns="http://www.springframework.org/schema/beans"
  2042.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2043.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2044.     <bean name="user"  scope="prototype"></bean>
  2045. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2046. <?xml version="1.0" encoding="UTF-8"?>
  2047. <beans xmlns="http://www.springframework.org/schema/beans"
  2048.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2049.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2050.     <bean name="user"  scope="prototype"></bean>
  2051. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2052. <?xml version="1.0" encoding="UTF-8"?>
  2053. <beans xmlns="http://www.springframework.org/schema/beans"
  2054.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2055.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2056.     <bean name="user"  scope="prototype"></bean>
  2057. </beans><bean name="user"  scope="singleton"></bean>
  2058. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2059. <?xml version="1.0" encoding="UTF-8"?>
  2060. <beans xmlns="http://www.springframework.org/schema/beans"
  2061. <?xml version="1.0" encoding="UTF-8"?>
  2062. <beans xmlns="http://www.springframework.org/schema/beans"
  2063.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2064.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2065.     <bean name="user"  scope="prototype"></bean>
  2066. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2067. <?xml version="1.0" encoding="UTF-8"?>
  2068. <beans xmlns="http://www.springframework.org/schema/beans"
  2069.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2070.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2071.     <bean name="user"  scope="prototype"></bean>
  2072. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2073. <?xml version="1.0" encoding="UTF-8"?>
  2074. <beans xmlns="http://www.springframework.org/schema/beans"
  2075.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2076.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2077.     <bean name="user"  scope="prototype"></bean>
  2078. </beans><bean name="user"  scope="singleton"></bean>
  2079. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2080. <?xml version="1.0" encoding="UTF-8"?>
  2081. <beans xmlns="http://www.springframework.org/schema/beans"
  2082. <?xml version="1.0" encoding="UTF-8"?>
  2083. <beans xmlns="http://www.springframework.org/schema/beans"
  2084.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2085.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2086.     <bean name="user"  scope="prototype"></bean>
  2087. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2088. <?xml version="1.0" encoding="UTF-8"?>
  2089. <beans xmlns="http://www.springframework.org/schema/beans"
  2090.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2091.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2092.     <bean name="user"  scope="prototype"></bean>
  2093. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2094. <?xml version="1.0" encoding="UTF-8"?>
  2095. <beans xmlns="http://www.springframework.org/schema/beans"
  2096.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2097.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2098.     <bean name="user"  scope="prototype"></bean>
  2099. </beans><bean name="user"  scope="singleton"></bean>
  2100. </beans><bean name="user" ></bean>
  2101. </beans><?xml version="1.0" encoding="UTF-8"?>
  2102. <beans xmlns="http://www.springframework.org/schema/beans"
  2103. <?xml version="1.0" encoding="UTF-8"?>
  2104. <beans xmlns="http://www.springframework.org/schema/beans"
  2105. <?xml version="1.0" encoding="UTF-8"?>
  2106. <beans xmlns="http://www.springframework.org/schema/beans"
  2107.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2108.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2109.     <bean name="user"  scope="prototype"></bean>
  2110. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2111. <?xml version="1.0" encoding="UTF-8"?>
  2112. <beans xmlns="http://www.springframework.org/schema/beans"
  2113.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2114.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2115.     <bean name="user"  scope="prototype"></bean>
  2116. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2117. <?xml version="1.0" encoding="UTF-8"?>
  2118. <beans xmlns="http://www.springframework.org/schema/beans"
  2119.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2120.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2121.     <bean name="user"  scope="prototype"></bean>
  2122. </beans><bean name="user"  scope="singleton"></bean>
  2123. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2124. <?xml version="1.0" encoding="UTF-8"?>
  2125. <beans xmlns="http://www.springframework.org/schema/beans"
  2126. <?xml version="1.0" encoding="UTF-8"?>
  2127. <beans xmlns="http://www.springframework.org/schema/beans"
  2128.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2129.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2130.     <bean name="user"  scope="prototype"></bean>
  2131. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2132. <?xml version="1.0" encoding="UTF-8"?>
  2133. <beans xmlns="http://www.springframework.org/schema/beans"
  2134.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2135.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2136.     <bean name="user"  scope="prototype"></bean>
  2137. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2138. <?xml version="1.0" encoding="UTF-8"?>
  2139. <beans xmlns="http://www.springframework.org/schema/beans"
  2140.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2141.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2142.     <bean name="user"  scope="prototype"></bean>
  2143. </beans><bean name="user"  scope="singleton"></bean>
  2144. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2145. <?xml version="1.0" encoding="UTF-8"?>
  2146. <beans xmlns="http://www.springframework.org/schema/beans"
  2147. <?xml version="1.0" encoding="UTF-8"?>
  2148. <beans xmlns="http://www.springframework.org/schema/beans"
  2149.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2150.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2151.     <bean name="user"  scope="prototype"></bean>
  2152. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2153. <?xml version="1.0" encoding="UTF-8"?>
  2154. <beans xmlns="http://www.springframework.org/schema/beans"
  2155.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2156.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2157.     <bean name="user"  scope="prototype"></bean>
  2158. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2159. <?xml version="1.0" encoding="UTF-8"?>
  2160. <beans xmlns="http://www.springframework.org/schema/beans"
  2161.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2162.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2163.     <bean name="user"  scope="prototype"></bean>
  2164. </beans><bean name="user"  scope="singleton"></bean>
  2165. </beans><bean name="user" ></bean>
  2166. </beans><dependency>
  2167. <?xml version="1.0" encoding="UTF-8"?>
  2168. <beans xmlns="http://www.springframework.org/schema/beans"
  2169. <?xml version="1.0" encoding="UTF-8"?>
  2170. <beans xmlns="http://www.springframework.org/schema/beans"
  2171. <?xml version="1.0" encoding="UTF-8"?>
  2172. <beans xmlns="http://www.springframework.org/schema/beans"
  2173.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2174.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2175.     <bean name="user"  scope="prototype"></bean>
  2176. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2177. <?xml version="1.0" encoding="UTF-8"?>
  2178. <beans xmlns="http://www.springframework.org/schema/beans"
  2179.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2180.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2181.     <bean name="user"  scope="prototype"></bean>
  2182. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2183. <?xml version="1.0" encoding="UTF-8"?>
  2184. <beans xmlns="http://www.springframework.org/schema/beans"
  2185.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2186.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2187.     <bean name="user"  scope="prototype"></bean>
  2188. </beans><bean name="user"  scope="singleton"></bean>
  2189. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2190. <?xml version="1.0" encoding="UTF-8"?>
  2191. <beans xmlns="http://www.springframework.org/schema/beans"
  2192. <?xml version="1.0" encoding="UTF-8"?>
  2193. <beans xmlns="http://www.springframework.org/schema/beans"
  2194.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2195.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2196.     <bean name="user"  scope="prototype"></bean>
  2197. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2198. <?xml version="1.0" encoding="UTF-8"?>
  2199. <beans xmlns="http://www.springframework.org/schema/beans"
  2200.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2201.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2202.     <bean name="user"  scope="prototype"></bean>
  2203. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2204. <?xml version="1.0" encoding="UTF-8"?>
  2205. <beans xmlns="http://www.springframework.org/schema/beans"
  2206.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2207.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2208.     <bean name="user"  scope="prototype"></bean>
  2209. </beans><bean name="user"  scope="singleton"></bean>
  2210. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2211. <?xml version="1.0" encoding="UTF-8"?>
  2212. <beans xmlns="http://www.springframework.org/schema/beans"
  2213. <?xml version="1.0" encoding="UTF-8"?>
  2214. <beans xmlns="http://www.springframework.org/schema/beans"
  2215.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2216.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2217.     <bean name="user"  scope="prototype"></bean>
  2218. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2219. <?xml version="1.0" encoding="UTF-8"?>
  2220. <beans xmlns="http://www.springframework.org/schema/beans"
  2221.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2222.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2223.     <bean name="user"  scope="prototype"></bean>
  2224. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2225. <?xml version="1.0" encoding="UTF-8"?>
  2226. <beans xmlns="http://www.springframework.org/schema/beans"
  2227.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2228.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2229.     <bean name="user"  scope="prototype"></bean>
  2230. </beans><bean name="user"  scope="singleton"></bean>
  2231. </beans><bean name="user" ></bean>
  2232. </beans><?xml version="1.0" encoding="UTF-8"?>
  2233. <beans xmlns="http://www.springframework.org/schema/beans"
  2234. <?xml version="1.0" encoding="UTF-8"?>
  2235. <beans xmlns="http://www.springframework.org/schema/beans"
  2236. <?xml version="1.0" encoding="UTF-8"?>
  2237. <beans xmlns="http://www.springframework.org/schema/beans"
  2238.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2239.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2240.     <bean name="user"  scope="prototype"></bean>
  2241. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2242. <?xml version="1.0" encoding="UTF-8"?>
  2243. <beans xmlns="http://www.springframework.org/schema/beans"
  2244.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2245.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2246.     <bean name="user"  scope="prototype"></bean>
  2247. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2248. <?xml version="1.0" encoding="UTF-8"?>
  2249. <beans xmlns="http://www.springframework.org/schema/beans"
  2250.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2251.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2252.     <bean name="user"  scope="prototype"></bean>
  2253. </beans><bean name="user"  scope="singleton"></bean>
  2254. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2255. <?xml version="1.0" encoding="UTF-8"?>
  2256. <beans xmlns="http://www.springframework.org/schema/beans"
  2257. <?xml version="1.0" encoding="UTF-8"?>
  2258. <beans xmlns="http://www.springframework.org/schema/beans"
  2259.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2260.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2261.     <bean name="user"  scope="prototype"></bean>
  2262. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2263. <?xml version="1.0" encoding="UTF-8"?>
  2264. <beans xmlns="http://www.springframework.org/schema/beans"
  2265.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2266.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2267.     <bean name="user"  scope="prototype"></bean>
  2268. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2269. <?xml version="1.0" encoding="UTF-8"?>
  2270. <beans xmlns="http://www.springframework.org/schema/beans"
  2271.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2272.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2273.     <bean name="user"  scope="prototype"></bean>
  2274. </beans><bean name="user"  scope="singleton"></bean>
  2275. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2276. <?xml version="1.0" encoding="UTF-8"?>
  2277. <beans xmlns="http://www.springframework.org/schema/beans"
  2278. <?xml version="1.0" encoding="UTF-8"?>
  2279. <beans xmlns="http://www.springframework.org/schema/beans"
  2280.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2281.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2282.     <bean name="user"  scope="prototype"></bean>
  2283. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2284. <?xml version="1.0" encoding="UTF-8"?>
  2285. <beans xmlns="http://www.springframework.org/schema/beans"
  2286.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2287.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2288.     <bean name="user"  scope="prototype"></bean>
  2289. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2290. <?xml version="1.0" encoding="UTF-8"?>
  2291. <beans xmlns="http://www.springframework.org/schema/beans"
  2292.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2293.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2294.     <bean name="user"  scope="prototype"></bean>
  2295. </beans><bean name="user"  scope="singleton"></bean>
  2296. </beans><bean name="user" ></bean>
  2297. </beans><?xml version="1.0" encoding="UTF-8"?>
  2298. <beans xmlns="http://www.springframework.org/schema/beans"
  2299. <?xml version="1.0" encoding="UTF-8"?>
  2300. <beans xmlns="http://www.springframework.org/schema/beans"
  2301. <?xml version="1.0" encoding="UTF-8"?>
  2302. <beans xmlns="http://www.springframework.org/schema/beans"
  2303.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2304.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2305.     <bean name="user"  scope="prototype"></bean>
  2306. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2307. <?xml version="1.0" encoding="UTF-8"?>
  2308. <beans xmlns="http://www.springframework.org/schema/beans"
  2309.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2310.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2311.     <bean name="user"  scope="prototype"></bean>
  2312. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2313. <?xml version="1.0" encoding="UTF-8"?>
  2314. <beans xmlns="http://www.springframework.org/schema/beans"
  2315.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2316.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2317.     <bean name="user"  scope="prototype"></bean>
  2318. </beans><bean name="user"  scope="singleton"></bean>
  2319. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2320. <?xml version="1.0" encoding="UTF-8"?>
  2321. <beans xmlns="http://www.springframework.org/schema/beans"
  2322. <?xml version="1.0" encoding="UTF-8"?>
  2323. <beans xmlns="http://www.springframework.org/schema/beans"
  2324.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2325.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2326.     <bean name="user"  scope="prototype"></bean>
  2327. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2328. <?xml version="1.0" encoding="UTF-8"?>
  2329. <beans xmlns="http://www.springframework.org/schema/beans"
  2330.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2331.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2332.     <bean name="user"  scope="prototype"></bean>
  2333. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2334. <?xml version="1.0" encoding="UTF-8"?>
  2335. <beans xmlns="http://www.springframework.org/schema/beans"
  2336.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2337.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2338.     <bean name="user"  scope="prototype"></bean>
  2339. </beans><bean name="user"  scope="singleton"></bean>
  2340. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2341. <?xml version="1.0" encoding="UTF-8"?>
  2342. <beans xmlns="http://www.springframework.org/schema/beans"
  2343. <?xml version="1.0" encoding="UTF-8"?>
  2344. <beans xmlns="http://www.springframework.org/schema/beans"
  2345.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2346.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2347.     <bean name="user"  scope="prototype"></bean>
  2348. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2349. <?xml version="1.0" encoding="UTF-8"?>
  2350. <beans xmlns="http://www.springframework.org/schema/beans"
  2351.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2352.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2353.     <bean name="user"  scope="prototype"></bean>
  2354. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2355. <?xml version="1.0" encoding="UTF-8"?>
  2356. <beans xmlns="http://www.springframework.org/schema/beans"
  2357.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2358.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2359.     <bean name="user"  scope="prototype"></bean>
  2360. </beans><bean name="user"  scope="singleton"></bean>
  2361. </beans><bean name="user" ></bean>
  2362. </beans><groupId>junit</groupId>
  2363. <?xml version="1.0" encoding="UTF-8"?>
  2364. <beans xmlns="http://www.springframework.org/schema/beans"
  2365. <?xml version="1.0" encoding="UTF-8"?>
  2366. <beans xmlns="http://www.springframework.org/schema/beans"
  2367. <?xml version="1.0" encoding="UTF-8"?>
  2368. <beans xmlns="http://www.springframework.org/schema/beans"
  2369.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2370.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2371.     <bean name="user"  scope="prototype"></bean>
  2372. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2373. <?xml version="1.0" encoding="UTF-8"?>
  2374. <beans xmlns="http://www.springframework.org/schema/beans"
  2375.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2376.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2377.     <bean name="user"  scope="prototype"></bean>
  2378. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2379. <?xml version="1.0" encoding="UTF-8"?>
  2380. <beans xmlns="http://www.springframework.org/schema/beans"
  2381.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2382.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2383.     <bean name="user"  scope="prototype"></bean>
  2384. </beans><bean name="user"  scope="singleton"></bean>
  2385. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2386. <?xml version="1.0" encoding="UTF-8"?>
  2387. <beans xmlns="http://www.springframework.org/schema/beans"
  2388. <?xml version="1.0" encoding="UTF-8"?>
  2389. <beans xmlns="http://www.springframework.org/schema/beans"
  2390.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2391.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2392.     <bean name="user"  scope="prototype"></bean>
  2393. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2394. <?xml version="1.0" encoding="UTF-8"?>
  2395. <beans xmlns="http://www.springframework.org/schema/beans"
  2396.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2397.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2398.     <bean name="user"  scope="prototype"></bean>
  2399. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2400. <?xml version="1.0" encoding="UTF-8"?>
  2401. <beans xmlns="http://www.springframework.org/schema/beans"
  2402.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2403.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2404.     <bean name="user"  scope="prototype"></bean>
  2405. </beans><bean name="user"  scope="singleton"></bean>
  2406. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2407. <?xml version="1.0" encoding="UTF-8"?>
  2408. <beans xmlns="http://www.springframework.org/schema/beans"
  2409. <?xml version="1.0" encoding="UTF-8"?>
  2410. <beans xmlns="http://www.springframework.org/schema/beans"
  2411.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2412.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2413.     <bean name="user"  scope="prototype"></bean>
  2414. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2415. <?xml version="1.0" encoding="UTF-8"?>
  2416. <beans xmlns="http://www.springframework.org/schema/beans"
  2417.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2418.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2419.     <bean name="user"  scope="prototype"></bean>
  2420. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2421. <?xml version="1.0" encoding="UTF-8"?>
  2422. <beans xmlns="http://www.springframework.org/schema/beans"
  2423.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2424.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2425.     <bean name="user"  scope="prototype"></bean>
  2426. </beans><bean name="user"  scope="singleton"></bean>
  2427. </beans><bean name="user" ></bean>
  2428. </beans><?xml version="1.0" encoding="UTF-8"?>
  2429. <beans xmlns="http://www.springframework.org/schema/beans"
  2430. <?xml version="1.0" encoding="UTF-8"?>
  2431. <beans xmlns="http://www.springframework.org/schema/beans"
  2432. <?xml version="1.0" encoding="UTF-8"?>
  2433. <beans xmlns="http://www.springframework.org/schema/beans"
  2434.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2435.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2436.     <bean name="user"  scope="prototype"></bean>
  2437. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2438. <?xml version="1.0" encoding="UTF-8"?>
  2439. <beans xmlns="http://www.springframework.org/schema/beans"
  2440.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2441.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2442.     <bean name="user"  scope="prototype"></bean>
  2443. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2444. <?xml version="1.0" encoding="UTF-8"?>
  2445. <beans xmlns="http://www.springframework.org/schema/beans"
  2446.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2447.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2448.     <bean name="user"  scope="prototype"></bean>
  2449. </beans><bean name="user"  scope="singleton"></bean>
  2450. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2451. <?xml version="1.0" encoding="UTF-8"?>
  2452. <beans xmlns="http://www.springframework.org/schema/beans"
  2453. <?xml version="1.0" encoding="UTF-8"?>
  2454. <beans xmlns="http://www.springframework.org/schema/beans"
  2455.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2456.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2457.     <bean name="user"  scope="prototype"></bean>
  2458. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2459. <?xml version="1.0" encoding="UTF-8"?>
  2460. <beans xmlns="http://www.springframework.org/schema/beans"
  2461.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2462.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2463.     <bean name="user"  scope="prototype"></bean>
  2464. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2465. <?xml version="1.0" encoding="UTF-8"?>
  2466. <beans xmlns="http://www.springframework.org/schema/beans"
  2467.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2468.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2469.     <bean name="user"  scope="prototype"></bean>
  2470. </beans><bean name="user"  scope="singleton"></bean>
  2471. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2472. <?xml version="1.0" encoding="UTF-8"?>
  2473. <beans xmlns="http://www.springframework.org/schema/beans"
  2474. <?xml version="1.0" encoding="UTF-8"?>
  2475. <beans xmlns="http://www.springframework.org/schema/beans"
  2476.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2477.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2478.     <bean name="user"  scope="prototype"></bean>
  2479. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2480. <?xml version="1.0" encoding="UTF-8"?>
  2481. <beans xmlns="http://www.springframework.org/schema/beans"
  2482.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2483.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2484.     <bean name="user"  scope="prototype"></bean>
  2485. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2486. <?xml version="1.0" encoding="UTF-8"?>
  2487. <beans xmlns="http://www.springframework.org/schema/beans"
  2488.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2489.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2490.     <bean name="user"  scope="prototype"></bean>
  2491. </beans><bean name="user"  scope="singleton"></bean>
  2492. </beans><bean name="user" ></bean>
  2493. </beans><?xml version="1.0" encoding="UTF-8"?>
  2494. <beans xmlns="http://www.springframework.org/schema/beans"
  2495. <?xml version="1.0" encoding="UTF-8"?>
  2496. <beans xmlns="http://www.springframework.org/schema/beans"
  2497. <?xml version="1.0" encoding="UTF-8"?>
  2498. <beans xmlns="http://www.springframework.org/schema/beans"
  2499.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2500.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2501.     <bean name="user"  scope="prototype"></bean>
  2502. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2503. <?xml version="1.0" encoding="UTF-8"?>
  2504. <beans xmlns="http://www.springframework.org/schema/beans"
  2505.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2506.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2507.     <bean name="user"  scope="prototype"></bean>
  2508. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2509. <?xml version="1.0" encoding="UTF-8"?>
  2510. <beans xmlns="http://www.springframework.org/schema/beans"
  2511.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2512.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2513.     <bean name="user"  scope="prototype"></bean>
  2514. </beans><bean name="user"  scope="singleton"></bean>
  2515. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2516. <?xml version="1.0" encoding="UTF-8"?>
  2517. <beans xmlns="http://www.springframework.org/schema/beans"
  2518. <?xml version="1.0" encoding="UTF-8"?>
  2519. <beans xmlns="http://www.springframework.org/schema/beans"
  2520.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2521.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2522.     <bean name="user"  scope="prototype"></bean>
  2523. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2524. <?xml version="1.0" encoding="UTF-8"?>
  2525. <beans xmlns="http://www.springframework.org/schema/beans"
  2526.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2527.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2528.     <bean name="user"  scope="prototype"></bean>
  2529. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2530. <?xml version="1.0" encoding="UTF-8"?>
  2531. <beans xmlns="http://www.springframework.org/schema/beans"
  2532.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2533.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2534.     <bean name="user"  scope="prototype"></bean>
  2535. </beans><bean name="user"  scope="singleton"></bean>
  2536. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2537. <?xml version="1.0" encoding="UTF-8"?>
  2538. <beans xmlns="http://www.springframework.org/schema/beans"
  2539. <?xml version="1.0" encoding="UTF-8"?>
  2540. <beans xmlns="http://www.springframework.org/schema/beans"
  2541.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2542.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2543.     <bean name="user"  scope="prototype"></bean>
  2544. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2545. <?xml version="1.0" encoding="UTF-8"?>
  2546. <beans xmlns="http://www.springframework.org/schema/beans"
  2547.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2548.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2549.     <bean name="user"  scope="prototype"></bean>
  2550. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2551. <?xml version="1.0" encoding="UTF-8"?>
  2552. <beans xmlns="http://www.springframework.org/schema/beans"
  2553.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2554.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2555.     <bean name="user"  scope="prototype"></bean>
  2556. </beans><bean name="user"  scope="singleton"></bean>
  2557. </beans><bean name="user" ></bean>
  2558. </beans><artifactId>junit</artifactId>
  2559. <?xml version="1.0" encoding="UTF-8"?>
  2560. <beans xmlns="http://www.springframework.org/schema/beans"
  2561. <?xml version="1.0" encoding="UTF-8"?>
  2562. <beans xmlns="http://www.springframework.org/schema/beans"
  2563. <?xml version="1.0" encoding="UTF-8"?>
  2564. <beans xmlns="http://www.springframework.org/schema/beans"
  2565.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2566.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2567.     <bean name="user"  scope="prototype"></bean>
  2568. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2569. <?xml version="1.0" encoding="UTF-8"?>
  2570. <beans xmlns="http://www.springframework.org/schema/beans"
  2571.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2572.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2573.     <bean name="user"  scope="prototype"></bean>
  2574. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2575. <?xml version="1.0" encoding="UTF-8"?>
  2576. <beans xmlns="http://www.springframework.org/schema/beans"
  2577.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2578.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2579.     <bean name="user"  scope="prototype"></bean>
  2580. </beans><bean name="user"  scope="singleton"></bean>
  2581. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2582. <?xml version="1.0" encoding="UTF-8"?>
  2583. <beans xmlns="http://www.springframework.org/schema/beans"
  2584. <?xml version="1.0" encoding="UTF-8"?>
  2585. <beans xmlns="http://www.springframework.org/schema/beans"
  2586.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2587.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2588.     <bean name="user"  scope="prototype"></bean>
  2589. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2590. <?xml version="1.0" encoding="UTF-8"?>
  2591. <beans xmlns="http://www.springframework.org/schema/beans"
  2592.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2593.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2594.     <bean name="user"  scope="prototype"></bean>
  2595. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2596. <?xml version="1.0" encoding="UTF-8"?>
  2597. <beans xmlns="http://www.springframework.org/schema/beans"
  2598.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2599.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2600.     <bean name="user"  scope="prototype"></bean>
  2601. </beans><bean name="user"  scope="singleton"></bean>
  2602. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2603. <?xml version="1.0" encoding="UTF-8"?>
  2604. <beans xmlns="http://www.springframework.org/schema/beans"
  2605. <?xml version="1.0" encoding="UTF-8"?>
  2606. <beans xmlns="http://www.springframework.org/schema/beans"
  2607.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2608.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2609.     <bean name="user"  scope="prototype"></bean>
  2610. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2611. <?xml version="1.0" encoding="UTF-8"?>
  2612. <beans xmlns="http://www.springframework.org/schema/beans"
  2613.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2614.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2615.     <bean name="user"  scope="prototype"></bean>
  2616. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2617. <?xml version="1.0" encoding="UTF-8"?>
  2618. <beans xmlns="http://www.springframework.org/schema/beans"
  2619.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2620.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2621.     <bean name="user"  scope="prototype"></bean>
  2622. </beans><bean name="user"  scope="singleton"></bean>
  2623. </beans><bean name="user" ></bean>
  2624. </beans><?xml version="1.0" encoding="UTF-8"?>
  2625. <beans xmlns="http://www.springframework.org/schema/beans"
  2626. <?xml version="1.0" encoding="UTF-8"?>
  2627. <beans xmlns="http://www.springframework.org/schema/beans"
  2628. <?xml version="1.0" encoding="UTF-8"?>
  2629. <beans xmlns="http://www.springframework.org/schema/beans"
  2630.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2631.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2632.     <bean name="user"  scope="prototype"></bean>
  2633. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2634. <?xml version="1.0" encoding="UTF-8"?>
  2635. <beans xmlns="http://www.springframework.org/schema/beans"
  2636.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2637.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2638.     <bean name="user"  scope="prototype"></bean>
  2639. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2640. <?xml version="1.0" encoding="UTF-8"?>
  2641. <beans xmlns="http://www.springframework.org/schema/beans"
  2642.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2643.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2644.     <bean name="user"  scope="prototype"></bean>
  2645. </beans><bean name="user"  scope="singleton"></bean>
  2646. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2647. <?xml version="1.0" encoding="UTF-8"?>
  2648. <beans xmlns="http://www.springframework.org/schema/beans"
  2649. <?xml version="1.0" encoding="UTF-8"?>
  2650. <beans xmlns="http://www.springframework.org/schema/beans"
  2651.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2652.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2653.     <bean name="user"  scope="prototype"></bean>
  2654. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2655. <?xml version="1.0" encoding="UTF-8"?>
  2656. <beans xmlns="http://www.springframework.org/schema/beans"
  2657.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2658.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2659.     <bean name="user"  scope="prototype"></bean>
  2660. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2661. <?xml version="1.0" encoding="UTF-8"?>
  2662. <beans xmlns="http://www.springframework.org/schema/beans"
  2663.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2664.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2665.     <bean name="user"  scope="prototype"></bean>
  2666. </beans><bean name="user"  scope="singleton"></bean>
  2667. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2668. <?xml version="1.0" encoding="UTF-8"?>
  2669. <beans xmlns="http://www.springframework.org/schema/beans"
  2670. <?xml version="1.0" encoding="UTF-8"?>
  2671. <beans xmlns="http://www.springframework.org/schema/beans"
  2672.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2673.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2674.     <bean name="user"  scope="prototype"></bean>
  2675. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2676. <?xml version="1.0" encoding="UTF-8"?>
  2677. <beans xmlns="http://www.springframework.org/schema/beans"
  2678.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2679.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2680.     <bean name="user"  scope="prototype"></bean>
  2681. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2682. <?xml version="1.0" encoding="UTF-8"?>
  2683. <beans xmlns="http://www.springframework.org/schema/beans"
  2684.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2685.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2686.     <bean name="user"  scope="prototype"></bean>
  2687. </beans><bean name="user"  scope="singleton"></bean>
  2688. </beans><bean name="user" ></bean>
  2689. </beans><?xml version="1.0" encoding="UTF-8"?>
  2690. <beans xmlns="http://www.springframework.org/schema/beans"
  2691. <?xml version="1.0" encoding="UTF-8"?>
  2692. <beans xmlns="http://www.springframework.org/schema/beans"
  2693. <?xml version="1.0" encoding="UTF-8"?>
  2694. <beans xmlns="http://www.springframework.org/schema/beans"
  2695.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2696.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2697.     <bean name="user"  scope="prototype"></bean>
  2698. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2699. <?xml version="1.0" encoding="UTF-8"?>
  2700. <beans xmlns="http://www.springframework.org/schema/beans"
  2701.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2702.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2703.     <bean name="user"  scope="prototype"></bean>
  2704. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2705. <?xml version="1.0" encoding="UTF-8"?>
  2706. <beans xmlns="http://www.springframework.org/schema/beans"
  2707.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2708.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2709.     <bean name="user"  scope="prototype"></bean>
  2710. </beans><bean name="user"  scope="singleton"></bean>
  2711. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2712. <?xml version="1.0" encoding="UTF-8"?>
  2713. <beans xmlns="http://www.springframework.org/schema/beans"
  2714. <?xml version="1.0" encoding="UTF-8"?>
  2715. <beans xmlns="http://www.springframework.org/schema/beans"
  2716.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2717.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2718.     <bean name="user"  scope="prototype"></bean>
  2719. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2720. <?xml version="1.0" encoding="UTF-8"?>
  2721. <beans xmlns="http://www.springframework.org/schema/beans"
  2722.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2723.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2724.     <bean name="user"  scope="prototype"></bean>
  2725. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2726. <?xml version="1.0" encoding="UTF-8"?>
  2727. <beans xmlns="http://www.springframework.org/schema/beans"
  2728.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2729.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2730.     <bean name="user"  scope="prototype"></bean>
  2731. </beans><bean name="user"  scope="singleton"></bean>
  2732. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2733. <?xml version="1.0" encoding="UTF-8"?>
  2734. <beans xmlns="http://www.springframework.org/schema/beans"
  2735. <?xml version="1.0" encoding="UTF-8"?>
  2736. <beans xmlns="http://www.springframework.org/schema/beans"
  2737.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2738.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2739.     <bean name="user"  scope="prototype"></bean>
  2740. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2741. <?xml version="1.0" encoding="UTF-8"?>
  2742. <beans xmlns="http://www.springframework.org/schema/beans"
  2743.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2744.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2745.     <bean name="user"  scope="prototype"></bean>
  2746. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2747. <?xml version="1.0" encoding="UTF-8"?>
  2748. <beans xmlns="http://www.springframework.org/schema/beans"
  2749.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2750.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2751.     <bean name="user"  scope="prototype"></bean>
  2752. </beans><bean name="user"  scope="singleton"></bean>
  2753. </beans><bean name="user" ></bean>
  2754. </beans><version>4.13.2</version>
  2755. <?xml version="1.0" encoding="UTF-8"?>
  2756. <beans xmlns="http://www.springframework.org/schema/beans"
  2757. <?xml version="1.0" encoding="UTF-8"?>
  2758. <beans xmlns="http://www.springframework.org/schema/beans"
  2759. <?xml version="1.0" encoding="UTF-8"?>
  2760. <beans xmlns="http://www.springframework.org/schema/beans"
  2761.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2762.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2763.     <bean name="user"  scope="prototype"></bean>
  2764. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2765. <?xml version="1.0" encoding="UTF-8"?>
  2766. <beans xmlns="http://www.springframework.org/schema/beans"
  2767.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2768.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2769.     <bean name="user"  scope="prototype"></bean>
  2770. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2771. <?xml version="1.0" encoding="UTF-8"?>
  2772. <beans xmlns="http://www.springframework.org/schema/beans"
  2773.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2774.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2775.     <bean name="user"  scope="prototype"></bean>
  2776. </beans><bean name="user"  scope="singleton"></bean>
  2777. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2778. <?xml version="1.0" encoding="UTF-8"?>
  2779. <beans xmlns="http://www.springframework.org/schema/beans"
  2780. <?xml version="1.0" encoding="UTF-8"?>
  2781. <beans xmlns="http://www.springframework.org/schema/beans"
  2782.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2783.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2784.     <bean name="user"  scope="prototype"></bean>
  2785. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2786. <?xml version="1.0" encoding="UTF-8"?>
  2787. <beans xmlns="http://www.springframework.org/schema/beans"
  2788.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2789.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2790.     <bean name="user"  scope="prototype"></bean>
  2791. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2792. <?xml version="1.0" encoding="UTF-8"?>
  2793. <beans xmlns="http://www.springframework.org/schema/beans"
  2794.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2795.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2796.     <bean name="user"  scope="prototype"></bean>
  2797. </beans><bean name="user"  scope="singleton"></bean>
  2798. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2799. <?xml version="1.0" encoding="UTF-8"?>
  2800. <beans xmlns="http://www.springframework.org/schema/beans"
  2801. <?xml version="1.0" encoding="UTF-8"?>
  2802. <beans xmlns="http://www.springframework.org/schema/beans"
  2803.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2804.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2805.     <bean name="user"  scope="prototype"></bean>
  2806. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2807. <?xml version="1.0" encoding="UTF-8"?>
  2808. <beans xmlns="http://www.springframework.org/schema/beans"
  2809.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2810.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2811.     <bean name="user"  scope="prototype"></bean>
  2812. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2813. <?xml version="1.0" encoding="UTF-8"?>
  2814. <beans xmlns="http://www.springframework.org/schema/beans"
  2815.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2816.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2817.     <bean name="user"  scope="prototype"></bean>
  2818. </beans><bean name="user"  scope="singleton"></bean>
  2819. </beans><bean name="user" ></bean>
  2820. </beans><?xml version="1.0" encoding="UTF-8"?>
  2821. <beans xmlns="http://www.springframework.org/schema/beans"
  2822. <?xml version="1.0" encoding="UTF-8"?>
  2823. <beans xmlns="http://www.springframework.org/schema/beans"
  2824. <?xml version="1.0" encoding="UTF-8"?>
  2825. <beans xmlns="http://www.springframework.org/schema/beans"
  2826.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2827.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2828.     <bean name="user"  scope="prototype"></bean>
  2829. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2830. <?xml version="1.0" encoding="UTF-8"?>
  2831. <beans xmlns="http://www.springframework.org/schema/beans"
  2832.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2833.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2834.     <bean name="user"  scope="prototype"></bean>
  2835. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2836. <?xml version="1.0" encoding="UTF-8"?>
  2837. <beans xmlns="http://www.springframework.org/schema/beans"
  2838.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2839.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2840.     <bean name="user"  scope="prototype"></bean>
  2841. </beans><bean name="user"  scope="singleton"></bean>
  2842. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2843. <?xml version="1.0" encoding="UTF-8"?>
  2844. <beans xmlns="http://www.springframework.org/schema/beans"
  2845. <?xml version="1.0" encoding="UTF-8"?>
  2846. <beans xmlns="http://www.springframework.org/schema/beans"
  2847.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2848.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2849.     <bean name="user"  scope="prototype"></bean>
  2850. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2851. <?xml version="1.0" encoding="UTF-8"?>
  2852. <beans xmlns="http://www.springframework.org/schema/beans"
  2853.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2854.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2855.     <bean name="user"  scope="prototype"></bean>
  2856. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2857. <?xml version="1.0" encoding="UTF-8"?>
  2858. <beans xmlns="http://www.springframework.org/schema/beans"
  2859.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2860.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2861.     <bean name="user"  scope="prototype"></bean>
  2862. </beans><bean name="user"  scope="singleton"></bean>
  2863. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2864. <?xml version="1.0" encoding="UTF-8"?>
  2865. <beans xmlns="http://www.springframework.org/schema/beans"
  2866. <?xml version="1.0" encoding="UTF-8"?>
  2867. <beans xmlns="http://www.springframework.org/schema/beans"
  2868.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2869.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2870.     <bean name="user"  scope="prototype"></bean>
  2871. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2872. <?xml version="1.0" encoding="UTF-8"?>
  2873. <beans xmlns="http://www.springframework.org/schema/beans"
  2874.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2875.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2876.     <bean name="user"  scope="prototype"></bean>
  2877. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2878. <?xml version="1.0" encoding="UTF-8"?>
  2879. <beans xmlns="http://www.springframework.org/schema/beans"
  2880.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2881.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2882.     <bean name="user"  scope="prototype"></bean>
  2883. </beans><bean name="user"  scope="singleton"></bean>
  2884. </beans><bean name="user" ></bean>
  2885. </beans><?xml version="1.0" encoding="UTF-8"?>
  2886. <beans xmlns="http://www.springframework.org/schema/beans"
  2887. <?xml version="1.0" encoding="UTF-8"?>
  2888. <beans xmlns="http://www.springframework.org/schema/beans"
  2889. <?xml version="1.0" encoding="UTF-8"?>
  2890. <beans xmlns="http://www.springframework.org/schema/beans"
  2891.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2892.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2893.     <bean name="user"  scope="prototype"></bean>
  2894. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2895. <?xml version="1.0" encoding="UTF-8"?>
  2896. <beans xmlns="http://www.springframework.org/schema/beans"
  2897.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2898.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2899.     <bean name="user"  scope="prototype"></bean>
  2900. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2901. <?xml version="1.0" encoding="UTF-8"?>
  2902. <beans xmlns="http://www.springframework.org/schema/beans"
  2903.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2904.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2905.     <bean name="user"  scope="prototype"></bean>
  2906. </beans><bean name="user"  scope="singleton"></bean>
  2907. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2908. <?xml version="1.0" encoding="UTF-8"?>
  2909. <beans xmlns="http://www.springframework.org/schema/beans"
  2910. <?xml version="1.0" encoding="UTF-8"?>
  2911. <beans xmlns="http://www.springframework.org/schema/beans"
  2912.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2913.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2914.     <bean name="user"  scope="prototype"></bean>
  2915. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2916. <?xml version="1.0" encoding="UTF-8"?>
  2917. <beans xmlns="http://www.springframework.org/schema/beans"
  2918.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2919.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2920.     <bean name="user"  scope="prototype"></bean>
  2921. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2922. <?xml version="1.0" encoding="UTF-8"?>
  2923. <beans xmlns="http://www.springframework.org/schema/beans"
  2924.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2925.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2926.     <bean name="user"  scope="prototype"></bean>
  2927. </beans><bean name="user"  scope="singleton"></bean>
  2928. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2929. <?xml version="1.0" encoding="UTF-8"?>
  2930. <beans xmlns="http://www.springframework.org/schema/beans"
  2931. <?xml version="1.0" encoding="UTF-8"?>
  2932. <beans xmlns="http://www.springframework.org/schema/beans"
  2933.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2934.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2935.     <bean name="user"  scope="prototype"></bean>
  2936. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2937. <?xml version="1.0" encoding="UTF-8"?>
  2938. <beans xmlns="http://www.springframework.org/schema/beans"
  2939.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2940.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2941.     <bean name="user"  scope="prototype"></bean>
  2942. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2943. <?xml version="1.0" encoding="UTF-8"?>
  2944. <beans xmlns="http://www.springframework.org/schema/beans"
  2945.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2946.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2947.     <bean name="user"  scope="prototype"></bean>
  2948. </beans><bean name="user"  scope="singleton"></bean>
  2949. </beans><bean name="user" ></bean>
  2950. </beans><scope>test</scope>
  2951. <?xml version="1.0" encoding="UTF-8"?>
  2952. <beans xmlns="http://www.springframework.org/schema/beans"
  2953. <?xml version="1.0" encoding="UTF-8"?>
  2954. <beans xmlns="http://www.springframework.org/schema/beans"
  2955. <?xml version="1.0" encoding="UTF-8"?>
  2956. <beans xmlns="http://www.springframework.org/schema/beans"
  2957.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2958.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2959.     <bean name="user"  scope="prototype"></bean>
  2960. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2961. <?xml version="1.0" encoding="UTF-8"?>
  2962. <beans xmlns="http://www.springframework.org/schema/beans"
  2963.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2964.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2965.     <bean name="user"  scope="prototype"></bean>
  2966. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2967. <?xml version="1.0" encoding="UTF-8"?>
  2968. <beans xmlns="http://www.springframework.org/schema/beans"
  2969.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2970.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2971.     <bean name="user"  scope="prototype"></bean>
  2972. </beans><bean name="user"  scope="singleton"></bean>
  2973. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2974. <?xml version="1.0" encoding="UTF-8"?>
  2975. <beans xmlns="http://www.springframework.org/schema/beans"
  2976. <?xml version="1.0" encoding="UTF-8"?>
  2977. <beans xmlns="http://www.springframework.org/schema/beans"
  2978.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2979.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2980.     <bean name="user"  scope="prototype"></bean>
  2981. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2982. <?xml version="1.0" encoding="UTF-8"?>
  2983. <beans xmlns="http://www.springframework.org/schema/beans"
  2984.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2985.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2986.     <bean name="user"  scope="prototype"></bean>
  2987. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2988. <?xml version="1.0" encoding="UTF-8"?>
  2989. <beans xmlns="http://www.springframework.org/schema/beans"
  2990.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2991.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2992.     <bean name="user"  scope="prototype"></bean>
  2993. </beans><bean name="user"  scope="singleton"></bean>
  2994. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2995. <?xml version="1.0" encoding="UTF-8"?>
  2996. <beans xmlns="http://www.springframework.org/schema/beans"
  2997. <?xml version="1.0" encoding="UTF-8"?>
  2998. <beans xmlns="http://www.springframework.org/schema/beans"
  2999.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3000.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3001.     <bean name="user"  scope="prototype"></bean>
  3002. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3003. <?xml version="1.0" encoding="UTF-8"?>
  3004. <beans xmlns="http://www.springframework.org/schema/beans"
  3005.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3006.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3007.     <bean name="user"  scope="prototype"></bean>
  3008. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3009. <?xml version="1.0" encoding="UTF-8"?>
  3010. <beans xmlns="http://www.springframework.org/schema/beans"
  3011.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3012.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3013.     <bean name="user"  scope="prototype"></bean>
  3014. </beans><bean name="user"  scope="singleton"></bean>
  3015. </beans><bean name="user" ></bean>
  3016. </beans><?xml version="1.0" encoding="UTF-8"?>
  3017. <beans xmlns="http://www.springframework.org/schema/beans"
  3018. <?xml version="1.0" encoding="UTF-8"?>
  3019. <beans xmlns="http://www.springframework.org/schema/beans"
  3020. <?xml version="1.0" encoding="UTF-8"?>
  3021. <beans xmlns="http://www.springframework.org/schema/beans"
  3022.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3023.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3024.     <bean name="user"  scope="prototype"></bean>
  3025. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3026. <?xml version="1.0" encoding="UTF-8"?>
  3027. <beans xmlns="http://www.springframework.org/schema/beans"
  3028.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3029.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3030.     <bean name="user"  scope="prototype"></bean>
  3031. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3032. <?xml version="1.0" encoding="UTF-8"?>
  3033. <beans xmlns="http://www.springframework.org/schema/beans"
  3034.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3035.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3036.     <bean name="user"  scope="prototype"></bean>
  3037. </beans><bean name="user"  scope="singleton"></bean>
  3038. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3039. <?xml version="1.0" encoding="UTF-8"?>
  3040. <beans xmlns="http://www.springframework.org/schema/beans"
  3041. <?xml version="1.0" encoding="UTF-8"?>
  3042. <beans xmlns="http://www.springframework.org/schema/beans"
  3043.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3044.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3045.     <bean name="user"  scope="prototype"></bean>
  3046. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3047. <?xml version="1.0" encoding="UTF-8"?>
  3048. <beans xmlns="http://www.springframework.org/schema/beans"
  3049.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3050.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3051.     <bean name="user"  scope="prototype"></bean>
  3052. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3053. <?xml version="1.0" encoding="UTF-8"?>
  3054. <beans xmlns="http://www.springframework.org/schema/beans"
  3055.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3056.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3057.     <bean name="user"  scope="prototype"></bean>
  3058. </beans><bean name="user"  scope="singleton"></bean>
  3059. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3060. <?xml version="1.0" encoding="UTF-8"?>
  3061. <beans xmlns="http://www.springframework.org/schema/beans"
  3062. <?xml version="1.0" encoding="UTF-8"?>
  3063. <beans xmlns="http://www.springframework.org/schema/beans"
  3064.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3065.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3066.     <bean name="user"  scope="prototype"></bean>
  3067. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3068. <?xml version="1.0" encoding="UTF-8"?>
  3069. <beans xmlns="http://www.springframework.org/schema/beans"
  3070.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3071.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3072.     <bean name="user"  scope="prototype"></bean>
  3073. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3074. <?xml version="1.0" encoding="UTF-8"?>
  3075. <beans xmlns="http://www.springframework.org/schema/beans"
  3076.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3077.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3078.     <bean name="user"  scope="prototype"></bean>
  3079. </beans><bean name="user"  scope="singleton"></bean>
  3080. </beans><bean name="user" ></bean>
  3081. </beans></dependency>
  3082. <?xml version="1.0" encoding="UTF-8"?>
  3083. <beans xmlns="http://www.springframework.org/schema/beans"
  3084. <?xml version="1.0" encoding="UTF-8"?>
  3085. <beans xmlns="http://www.springframework.org/schema/beans"
  3086. <?xml version="1.0" encoding="UTF-8"?>
  3087. <beans xmlns="http://www.springframework.org/schema/beans"
  3088.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3089.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3090.     <bean name="user"  scope="prototype"></bean>
  3091. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3092. <?xml version="1.0" encoding="UTF-8"?>
  3093. <beans xmlns="http://www.springframework.org/schema/beans"
  3094.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3095.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3096.     <bean name="user"  scope="prototype"></bean>
  3097. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3098. <?xml version="1.0" encoding="UTF-8"?>
  3099. <beans xmlns="http://www.springframework.org/schema/beans"
  3100.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3101.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3102.     <bean name="user"  scope="prototype"></bean>
  3103. </beans><bean name="user"  scope="singleton"></bean>
  3104. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3105. <?xml version="1.0" encoding="UTF-8"?>
  3106. <beans xmlns="http://www.springframework.org/schema/beans"
  3107. <?xml version="1.0" encoding="UTF-8"?>
  3108. <beans xmlns="http://www.springframework.org/schema/beans"
  3109.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3110.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3111.     <bean name="user"  scope="prototype"></bean>
  3112. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3113. <?xml version="1.0" encoding="UTF-8"?>
  3114. <beans xmlns="http://www.springframework.org/schema/beans"
  3115.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3116.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3117.     <bean name="user"  scope="prototype"></bean>
  3118. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3119. <?xml version="1.0" encoding="UTF-8"?>
  3120. <beans xmlns="http://www.springframework.org/schema/beans"
  3121.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3122.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3123.     <bean name="user"  scope="prototype"></bean>
  3124. </beans><bean name="user"  scope="singleton"></bean>
  3125. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3126. <?xml version="1.0" encoding="UTF-8"?>
  3127. <beans xmlns="http://www.springframework.org/schema/beans"
  3128. <?xml version="1.0" encoding="UTF-8"?>
  3129. <beans xmlns="http://www.springframework.org/schema/beans"
  3130.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3131.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3132.     <bean name="user"  scope="prototype"></bean>
  3133. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3134. <?xml version="1.0" encoding="UTF-8"?>
  3135. <beans xmlns="http://www.springframework.org/schema/beans"
  3136.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3137.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3138.     <bean name="user"  scope="prototype"></bean>
  3139. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3140. <?xml version="1.0" encoding="UTF-8"?>
  3141. <beans xmlns="http://www.springframework.org/schema/beans"
  3142.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3143.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3144.     <bean name="user"  scope="prototype"></bean>
  3145. </beans><bean name="user"  scope="singleton"></bean>
  3146. </beans><bean name="user" ></bean>
  3147. </beans></dependencies>
  3148. </project><?xml version="1.0" encoding="UTF-8"?>
  3149. <beans xmlns="http://www.springframework.org/schema/beans"
  3150. <?xml version="1.0" encoding="UTF-8"?>
  3151. <beans xmlns="http://www.springframework.org/schema/beans"
  3152. <?xml version="1.0" encoding="UTF-8"?>
  3153. <beans xmlns="http://www.springframework.org/schema/beans"
  3154.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3155.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3156.     <bean name="user"  scope="prototype"></bean>
  3157. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3158. <?xml version="1.0" encoding="UTF-8"?>
  3159. <beans xmlns="http://www.springframework.org/schema/beans"
  3160.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3161.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3162.     <bean name="user"  scope="prototype"></bean>
  3163. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3164. <?xml version="1.0" encoding="UTF-8"?>
  3165. <beans xmlns="http://www.springframework.org/schema/beans"
  3166.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3167.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3168.     <bean name="user"  scope="prototype"></bean>
  3169. </beans><bean name="user"  scope="singleton"></bean>
  3170. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3171. <?xml version="1.0" encoding="UTF-8"?>
  3172. <beans xmlns="http://www.springframework.org/schema/beans"
  3173. <?xml version="1.0" encoding="UTF-8"?>
  3174. <beans xmlns="http://www.springframework.org/schema/beans"
  3175.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3176.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3177.     <bean name="user"  scope="prototype"></bean>
  3178. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3179. <?xml version="1.0" encoding="UTF-8"?>
  3180. <beans xmlns="http://www.springframework.org/schema/beans"
  3181.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3182.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3183.     <bean name="user"  scope="prototype"></bean>
  3184. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3185. <?xml version="1.0" encoding="UTF-8"?>
  3186. <beans xmlns="http://www.springframework.org/schema/beans"
  3187.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3188.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3189.     <bean name="user"  scope="prototype"></bean>
  3190. </beans><bean name="user"  scope="singleton"></bean>
  3191. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3192. <?xml version="1.0" encoding="UTF-8"?>
  3193. <beans xmlns="http://www.springframework.org/schema/beans"
  3194. <?xml version="1.0" encoding="UTF-8"?>
  3195. <beans xmlns="http://www.springframework.org/schema/beans"
  3196.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3197.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3198.     <bean name="user"  scope="prototype"></bean>
  3199. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3200. <?xml version="1.0" encoding="UTF-8"?>
  3201. <beans xmlns="http://www.springframework.org/schema/beans"
  3202.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3203.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3204.     <bean name="user"  scope="prototype"></bean>
  3205. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3206. <?xml version="1.0" encoding="UTF-8"?>
  3207. <beans xmlns="http://www.springframework.org/schema/beans"
  3208.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3209.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3210.     <bean name="user"  scope="prototype"></bean>
  3211. </beans><bean name="user"  scope="singleton"></bean>
  3212. </beans><bean name="user" ></bean>
  3213. </beans><?xml version="1.0" encoding="UTF-8"?>
  3214. <beans xmlns="http://www.springframework.org/schema/beans"
  3215. <?xml version="1.0" encoding="UTF-8"?>
  3216. <beans xmlns="http://www.springframework.org/schema/beans"
  3217. <?xml version="1.0" encoding="UTF-8"?>
  3218. <beans xmlns="http://www.springframework.org/schema/beans"
  3219.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3220.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3221.     <bean name="user"  scope="prototype"></bean>
  3222. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3223. <?xml version="1.0" encoding="UTF-8"?>
  3224. <beans xmlns="http://www.springframework.org/schema/beans"
  3225.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3226.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3227.     <bean name="user"  scope="prototype"></bean>
  3228. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3229. <?xml version="1.0" encoding="UTF-8"?>
  3230. <beans xmlns="http://www.springframework.org/schema/beans"
  3231.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3232.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3233.     <bean name="user"  scope="prototype"></bean>
  3234. </beans><bean name="user"  scope="singleton"></bean>
  3235. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3236. <?xml version="1.0" encoding="UTF-8"?>
  3237. <beans xmlns="http://www.springframework.org/schema/beans"
  3238. <?xml version="1.0" encoding="UTF-8"?>
  3239. <beans xmlns="http://www.springframework.org/schema/beans"
  3240.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3241.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3242.     <bean name="user"  scope="prototype"></bean>
  3243. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3244. <?xml version="1.0" encoding="UTF-8"?>
  3245. <beans xmlns="http://www.springframework.org/schema/beans"
  3246.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3247.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3248.     <bean name="user"  scope="prototype"></bean>
  3249. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3250. <?xml version="1.0" encoding="UTF-8"?>
  3251. <beans xmlns="http://www.springframework.org/schema/beans"
  3252.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3253.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3254.     <bean name="user"  scope="prototype"></bean>
  3255. </beans><bean name="user"  scope="singleton"></bean>
  3256. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3257. <?xml version="1.0" encoding="UTF-8"?>
  3258. <beans xmlns="http://www.springframework.org/schema/beans"
  3259. <?xml version="1.0" encoding="UTF-8"?>
  3260. <beans xmlns="http://www.springframework.org/schema/beans"
  3261.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3262.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3263.     <bean name="user"  scope="prototype"></bean>
  3264. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3265. <?xml version="1.0" encoding="UTF-8"?>
  3266. <beans xmlns="http://www.springframework.org/schema/beans"
  3267.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3268.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3269.     <bean name="user"  scope="prototype"></bean>
  3270. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3271. <?xml version="1.0" encoding="UTF-8"?>
  3272. <beans xmlns="http://www.springframework.org/schema/beans"
  3273.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3274.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3275.     <bean name="user"  scope="prototype"></bean>
  3276. </beans><bean name="user"  scope="singleton"></bean>
  3277. </beans><bean name="user" ></bean>
  3278. </beans><?xml version="1.0" encoding="UTF-8"?>
  3279. <beans xmlns="http://www.springframework.org/schema/beans"
  3280. <?xml version="1.0" encoding="UTF-8"?>
  3281. <beans xmlns="http://www.springframework.org/schema/beans"
  3282. <?xml version="1.0" encoding="UTF-8"?>
  3283. <beans xmlns="http://www.springframework.org/schema/beans"
  3284.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3285.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3286.     <bean name="user"  scope="prototype"></bean>
  3287. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3288. <?xml version="1.0" encoding="UTF-8"?>
  3289. <beans xmlns="http://www.springframework.org/schema/beans"
  3290.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3291.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3292.     <bean name="user"  scope="prototype"></bean>
  3293. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3294. <?xml version="1.0" encoding="UTF-8"?>
  3295. <beans xmlns="http://www.springframework.org/schema/beans"
  3296.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3297.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3298.     <bean name="user"  scope="prototype"></bean>
  3299. </beans><bean name="user"  scope="singleton"></bean>
  3300. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3301. <?xml version="1.0" encoding="UTF-8"?>
  3302. <beans xmlns="http://www.springframework.org/schema/beans"
  3303. <?xml version="1.0" encoding="UTF-8"?>
  3304. <beans xmlns="http://www.springframework.org/schema/beans"
  3305.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3306.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3307.     <bean name="user"  scope="prototype"></bean>
  3308. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3309. <?xml version="1.0" encoding="UTF-8"?>
  3310. <beans xmlns="http://www.springframework.org/schema/beans"
  3311.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3312.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3313.     <bean name="user"  scope="prototype"></bean>
  3314. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3315. <?xml version="1.0" encoding="UTF-8"?>
  3316. <beans xmlns="http://www.springframework.org/schema/beans"
  3317.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3318.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3319.     <bean name="user"  scope="prototype"></bean>
  3320. </beans><bean name="user"  scope="singleton"></bean>
  3321. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3322. <?xml version="1.0" encoding="UTF-8"?>
  3323. <beans xmlns="http://www.springframework.org/schema/beans"
  3324. <?xml version="1.0" encoding="UTF-8"?>
  3325. <beans xmlns="http://www.springframework.org/schema/beans"
  3326.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3327.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3328.     <bean name="user"  scope="prototype"></bean>
  3329. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3330. <?xml version="1.0" encoding="UTF-8"?>
  3331. <beans xmlns="http://www.springframework.org/schema/beans"
  3332.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3333.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3334.     <bean name="user"  scope="prototype"></bean>
  3335. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3336. <?xml version="1.0" encoding="UTF-8"?>
  3337. <beans xmlns="http://www.springframework.org/schema/beans"
  3338.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3339.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3340.     <bean name="user"  scope="prototype"></bean>
  3341. </beans><bean name="user"  scope="singleton"></bean>
  3342. </beans><bean name="user" ></bean>
  3343. </beans><?xml version="1.0" encoding="UTF-8"?>
  3344. <beans xmlns="http://www.springframework.org/schema/beans"
  3345. <?xml version="1.0" encoding="UTF-8"?>
  3346. <beans xmlns="http://www.springframework.org/schema/beans"
  3347. <?xml version="1.0" encoding="UTF-8"?>
  3348. <beans xmlns="http://www.springframework.org/schema/beans"
  3349.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3350.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3351.     <bean name="user"  scope="prototype"></bean>
  3352. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3353. <?xml version="1.0" encoding="UTF-8"?>
  3354. <beans xmlns="http://www.springframework.org/schema/beans"
  3355.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3356.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3357.     <bean name="user"  scope="prototype"></bean>
  3358. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3359. <?xml version="1.0" encoding="UTF-8"?>
  3360. <beans xmlns="http://www.springframework.org/schema/beans"
  3361.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3362.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3363.     <bean name="user"  scope="prototype"></bean>
  3364. </beans><bean name="user"  scope="singleton"></bean>
  3365. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3366. <?xml version="1.0" encoding="UTF-8"?>
  3367. <beans xmlns="http://www.springframework.org/schema/beans"
  3368. <?xml version="1.0" encoding="UTF-8"?>
  3369. <beans xmlns="http://www.springframework.org/schema/beans"
  3370.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3371.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3372.     <bean name="user"  scope="prototype"></bean>
  3373. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3374. <?xml version="1.0" encoding="UTF-8"?>
  3375. <beans xmlns="http://www.springframework.org/schema/beans"
  3376.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3377.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3378.     <bean name="user"  scope="prototype"></bean>
  3379. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3380. <?xml version="1.0" encoding="UTF-8"?>
  3381. <beans xmlns="http://www.springframework.org/schema/beans"
  3382.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3383.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3384.     <bean name="user"  scope="prototype"></bean>
  3385. </beans><bean name="user"  scope="singleton"></bean>
  3386. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3387. <?xml version="1.0" encoding="UTF-8"?>
  3388. <beans xmlns="http://www.springframework.org/schema/beans"
  3389. <?xml version="1.0" encoding="UTF-8"?>
  3390. <beans xmlns="http://www.springframework.org/schema/beans"
  3391.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3392.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3393.     <bean name="user"  scope="prototype"></bean>
  3394. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3395. <?xml version="1.0" encoding="UTF-8"?>
  3396. <beans xmlns="http://www.springframework.org/schema/beans"
  3397.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3398.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3399.     <bean name="user"  scope="prototype"></bean>
  3400. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3401. <?xml version="1.0" encoding="UTF-8"?>
  3402. <beans xmlns="http://www.springframework.org/schema/beans"
  3403.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3404.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3405.     <bean name="user"  scope="prototype"></bean>
  3406. </beans><bean name="user"  scope="singleton"></bean>
  3407. </beans><bean name="user" ></bean>
  3408. </beans><?xml version="1.0" encoding="UTF-8"?>
  3409. <beans xmlns="http://www.springframework.org/schema/beans"
  3410. <?xml version="1.0" encoding="UTF-8"?>
  3411. <beans xmlns="http://www.springframework.org/schema/beans"
  3412. <?xml version="1.0" encoding="UTF-8"?>
  3413. <beans xmlns="http://www.springframework.org/schema/beans"
  3414.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3415.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3416.     <bean name="user"  scope="prototype"></bean>
  3417. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3418. <?xml version="1.0" encoding="UTF-8"?>
  3419. <beans xmlns="http://www.springframework.org/schema/beans"
  3420.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3421.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3422.     <bean name="user"  scope="prototype"></bean>
  3423. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3424. <?xml version="1.0" encoding="UTF-8"?>
  3425. <beans xmlns="http://www.springframework.org/schema/beans"
  3426.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3427.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3428.     <bean name="user"  scope="prototype"></bean>
  3429. </beans><bean name="user"  scope="singleton"></bean>
  3430. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3431. <?xml version="1.0" encoding="UTF-8"?>
  3432. <beans xmlns="http://www.springframework.org/schema/beans"
  3433. <?xml version="1.0" encoding="UTF-8"?>
  3434. <beans xmlns="http://www.springframework.org/schema/beans"
  3435.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3436.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3437.     <bean name="user"  scope="prototype"></bean>
  3438. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3439. <?xml version="1.0" encoding="UTF-8"?>
  3440. <beans xmlns="http://www.springframework.org/schema/beans"
  3441.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3442.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3443.     <bean name="user"  scope="prototype"></bean>
  3444. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3445. <?xml version="1.0" encoding="UTF-8"?>
  3446. <beans xmlns="http://www.springframework.org/schema/beans"
  3447.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3448.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3449.     <bean name="user"  scope="prototype"></bean>
  3450. </beans><bean name="user"  scope="singleton"></bean>
  3451. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3452. <?xml version="1.0" encoding="UTF-8"?>
  3453. <beans xmlns="http://www.springframework.org/schema/beans"
  3454. <?xml version="1.0" encoding="UTF-8"?>
  3455. <beans xmlns="http://www.springframework.org/schema/beans"
  3456.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3457.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3458.     <bean name="user"  scope="prototype"></bean>
  3459. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3460. <?xml version="1.0" encoding="UTF-8"?>
  3461. <beans xmlns="http://www.springframework.org/schema/beans"
  3462.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3463.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3464.     <bean name="user"  scope="prototype"></bean>
  3465. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3466. <?xml version="1.0" encoding="UTF-8"?>
  3467. <beans xmlns="http://www.springframework.org/schema/beans"
  3468.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3469.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3470.     <bean name="user"  scope="prototype"></bean>
  3471. </beans><bean name="user"  scope="singleton"></bean>
  3472. </beans><bean name="user" ></bean>
  3473. </beans><?xml version="1.0" encoding="UTF-8"?>
  3474. <beans xmlns="http://www.springframework.org/schema/beans"
  3475. <?xml version="1.0" encoding="UTF-8"?>
  3476. <beans xmlns="http://www.springframework.org/schema/beans"
  3477. <?xml version="1.0" encoding="UTF-8"?>
  3478. <beans xmlns="http://www.springframework.org/schema/beans"
  3479.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3480.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3481.     <bean name="user"  scope="prototype"></bean>
  3482. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3483. <?xml version="1.0" encoding="UTF-8"?>
  3484. <beans xmlns="http://www.springframework.org/schema/beans"
  3485.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3486.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3487.     <bean name="user"  scope="prototype"></bean>
  3488. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3489. <?xml version="1.0" encoding="UTF-8"?>
  3490. <beans xmlns="http://www.springframework.org/schema/beans"
  3491.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3492.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3493.     <bean name="user"  scope="prototype"></bean>
  3494. </beans><bean name="user"  scope="singleton"></bean>
  3495. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3496. <?xml version="1.0" encoding="UTF-8"?>
  3497. <beans xmlns="http://www.springframework.org/schema/beans"
  3498. <?xml version="1.0" encoding="UTF-8"?>
  3499. <beans xmlns="http://www.springframework.org/schema/beans"
  3500.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3501.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3502.     <bean name="user"  scope="prototype"></bean>
  3503. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3504. <?xml version="1.0" encoding="UTF-8"?>
  3505. <beans xmlns="http://www.springframework.org/schema/beans"
  3506.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3507.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3508.     <bean name="user"  scope="prototype"></bean>
  3509. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3510. <?xml version="1.0" encoding="UTF-8"?>
  3511. <beans xmlns="http://www.springframework.org/schema/beans"
  3512.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3513.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3514.     <bean name="user"  scope="prototype"></bean>
  3515. </beans><bean name="user"  scope="singleton"></bean>
  3516. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3517. <?xml version="1.0" encoding="UTF-8"?>
  3518. <beans xmlns="http://www.springframework.org/schema/beans"
  3519. <?xml version="1.0" encoding="UTF-8"?>
  3520. <beans xmlns="http://www.springframework.org/schema/beans"
  3521.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3522.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3523.     <bean name="user"  scope="prototype"></bean>
  3524. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3525. <?xml version="1.0" encoding="UTF-8"?>
  3526. <beans xmlns="http://www.springframework.org/schema/beans"
  3527.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3528.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3529.     <bean name="user"  scope="prototype"></bean>
  3530. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3531. <?xml version="1.0" encoding="UTF-8"?>
  3532. <beans xmlns="http://www.springframework.org/schema/beans"
  3533.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3534.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3535.     <bean name="user"  scope="prototype"></bean>
  3536. </beans><bean name="user"  scope="singleton"></bean>
  3537. </beans><bean name="user" ></bean>
  3538. </beans>org.springframework<?xml version="1.0" encoding="UTF-8"?>
  3539. <beans xmlns="http://www.springframework.org/schema/beans"
  3540. <?xml version="1.0" encoding="UTF-8"?>
  3541. <beans xmlns="http://www.springframework.org/schema/beans"
  3542. <?xml version="1.0" encoding="UTF-8"?>
  3543. <beans xmlns="http://www.springframework.org/schema/beans"
  3544.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3545.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3546.     <bean name="user"  scope="prototype"></bean>
  3547. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3548. <?xml version="1.0" encoding="UTF-8"?>
  3549. <beans xmlns="http://www.springframework.org/schema/beans"
  3550.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3551.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3552.     <bean name="user"  scope="prototype"></bean>
  3553. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3554. <?xml version="1.0" encoding="UTF-8"?>
  3555. <beans xmlns="http://www.springframework.org/schema/beans"
  3556.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3557.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3558.     <bean name="user"  scope="prototype"></bean>
  3559. </beans><bean name="user"  scope="singleton"></bean>
  3560. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3561. <?xml version="1.0" encoding="UTF-8"?>
  3562. <beans xmlns="http://www.springframework.org/schema/beans"
  3563. <?xml version="1.0" encoding="UTF-8"?>
  3564. <beans xmlns="http://www.springframework.org/schema/beans"
  3565.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3566.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3567.     <bean name="user"  scope="prototype"></bean>
  3568. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3569. <?xml version="1.0" encoding="UTF-8"?>
  3570. <beans xmlns="http://www.springframework.org/schema/beans"
  3571.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3572.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3573.     <bean name="user"  scope="prototype"></bean>
  3574. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3575. <?xml version="1.0" encoding="UTF-8"?>
  3576. <beans xmlns="http://www.springframework.org/schema/beans"
  3577.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3578.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3579.     <bean name="user"  scope="prototype"></bean>
  3580. </beans><bean name="user"  scope="singleton"></bean>
  3581. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3582. <?xml version="1.0" encoding="UTF-8"?>
  3583. <beans xmlns="http://www.springframework.org/schema/beans"
  3584. <?xml version="1.0" encoding="UTF-8"?>
  3585. <beans xmlns="http://www.springframework.org/schema/beans"
  3586.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3587.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3588.     <bean name="user"  scope="prototype"></bean>
  3589. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3590. <?xml version="1.0" encoding="UTF-8"?>
  3591. <beans xmlns="http://www.springframework.org/schema/beans"
  3592.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3593.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3594.     <bean name="user"  scope="prototype"></bean>
  3595. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3596. <?xml version="1.0" encoding="UTF-8"?>
  3597. <beans xmlns="http://www.springframework.org/schema/beans"
  3598.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3599.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3600.     <bean name="user"  scope="prototype"></bean>
  3601. </beans><bean name="user"  scope="singleton"></bean>
  3602. </beans><bean name="user" ></bean>
  3603. </beans><?xml version="1.0" encoding="UTF-8"?>
  3604. <beans xmlns="http://www.springframework.org/schema/beans"
  3605. <?xml version="1.0" encoding="UTF-8"?>
  3606. <beans xmlns="http://www.springframework.org/schema/beans"
  3607. <?xml version="1.0" encoding="UTF-8"?>
  3608. <beans xmlns="http://www.springframework.org/schema/beans"
  3609.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3610.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3611.     <bean name="user"  scope="prototype"></bean>
  3612. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3613. <?xml version="1.0" encoding="UTF-8"?>
  3614. <beans xmlns="http://www.springframework.org/schema/beans"
  3615.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3616.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3617.     <bean name="user"  scope="prototype"></bean>
  3618. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3619. <?xml version="1.0" encoding="UTF-8"?>
  3620. <beans xmlns="http://www.springframework.org/schema/beans"
  3621.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3622.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3623.     <bean name="user"  scope="prototype"></bean>
  3624. </beans><bean name="user"  scope="singleton"></bean>
  3625. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3626. <?xml version="1.0" encoding="UTF-8"?>
  3627. <beans xmlns="http://www.springframework.org/schema/beans"
  3628. <?xml version="1.0" encoding="UTF-8"?>
  3629. <beans xmlns="http://www.springframework.org/schema/beans"
  3630.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3631.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3632.     <bean name="user"  scope="prototype"></bean>
  3633. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3634. <?xml version="1.0" encoding="UTF-8"?>
  3635. <beans xmlns="http://www.springframework.org/schema/beans"
  3636.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3637.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3638.     <bean name="user"  scope="prototype"></bean>
  3639. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3640. <?xml version="1.0" encoding="UTF-8"?>
  3641. <beans xmlns="http://www.springframework.org/schema/beans"
  3642.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3643.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3644.     <bean name="user"  scope="prototype"></bean>
  3645. </beans><bean name="user"  scope="singleton"></bean>
  3646. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3647. <?xml version="1.0" encoding="UTF-8"?>
  3648. <beans xmlns="http://www.springframework.org/schema/beans"
  3649. <?xml version="1.0" encoding="UTF-8"?>
  3650. <beans xmlns="http://www.springframework.org/schema/beans"
  3651.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3652.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3653.     <bean name="user"  scope="prototype"></bean>
  3654. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3655. <?xml version="1.0" encoding="UTF-8"?>
  3656. <beans xmlns="http://www.springframework.org/schema/beans"
  3657.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3658.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3659.     <bean name="user"  scope="prototype"></bean>
  3660. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3661. <?xml version="1.0" encoding="UTF-8"?>
  3662. <beans xmlns="http://www.springframework.org/schema/beans"
  3663.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3664.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3665.     <bean name="user"  scope="prototype"></bean>
  3666. </beans><bean name="user"  scope="singleton"></bean>
  3667. </beans><bean name="user" ></bean>
  3668. </beans><?xml version="1.0" encoding="UTF-8"?>
  3669. <beans xmlns="http://www.springframework.org/schema/beans"
  3670. <?xml version="1.0" encoding="UTF-8"?>
  3671. <beans xmlns="http://www.springframework.org/schema/beans"
  3672. <?xml version="1.0" encoding="UTF-8"?>
  3673. <beans xmlns="http://www.springframework.org/schema/beans"
  3674.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3675.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3676.     <bean name="user"  scope="prototype"></bean>
  3677. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3678. <?xml version="1.0" encoding="UTF-8"?>
  3679. <beans xmlns="http://www.springframework.org/schema/beans"
  3680.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3681.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3682.     <bean name="user"  scope="prototype"></bean>
  3683. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3684. <?xml version="1.0" encoding="UTF-8"?>
  3685. <beans xmlns="http://www.springframework.org/schema/beans"
  3686.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3687.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3688.     <bean name="user"  scope="prototype"></bean>
  3689. </beans><bean name="user"  scope="singleton"></bean>
  3690. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3691. <?xml version="1.0" encoding="UTF-8"?>
  3692. <beans xmlns="http://www.springframework.org/schema/beans"
  3693. <?xml version="1.0" encoding="UTF-8"?>
  3694. <beans xmlns="http://www.springframework.org/schema/beans"
  3695.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3696.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3697.     <bean name="user"  scope="prototype"></bean>
  3698. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3699. <?xml version="1.0" encoding="UTF-8"?>
  3700. <beans xmlns="http://www.springframework.org/schema/beans"
  3701.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3702.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3703.     <bean name="user"  scope="prototype"></bean>
  3704. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3705. <?xml version="1.0" encoding="UTF-8"?>
  3706. <beans xmlns="http://www.springframework.org/schema/beans"
  3707.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3708.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3709.     <bean name="user"  scope="prototype"></bean>
  3710. </beans><bean name="user"  scope="singleton"></bean>
  3711. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3712. <?xml version="1.0" encoding="UTF-8"?>
  3713. <beans xmlns="http://www.springframework.org/schema/beans"
  3714. <?xml version="1.0" encoding="UTF-8"?>
  3715. <beans xmlns="http://www.springframework.org/schema/beans"
  3716.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3717.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3718.     <bean name="user"  scope="prototype"></bean>
  3719. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3720. <?xml version="1.0" encoding="UTF-8"?>
  3721. <beans xmlns="http://www.springframework.org/schema/beans"
  3722.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3723.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3724.     <bean name="user"  scope="prototype"></bean>
  3725. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3726. <?xml version="1.0" encoding="UTF-8"?>
  3727. <beans xmlns="http://www.springframework.org/schema/beans"
  3728.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3729.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3730.     <bean name="user"  scope="prototype"></bean>
  3731. </beans><bean name="user"  scope="singleton"></bean>
  3732. </beans><bean name="user" ></bean>
  3733. </beans>spring-webmvc<?xml version="1.0" encoding="UTF-8"?>
  3734. <beans xmlns="http://www.springframework.org/schema/beans"
  3735. <?xml version="1.0" encoding="UTF-8"?>
  3736. <beans xmlns="http://www.springframework.org/schema/beans"
  3737. <?xml version="1.0" encoding="UTF-8"?>
  3738. <beans xmlns="http://www.springframework.org/schema/beans"
  3739.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3740.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3741.     <bean name="user"  scope="prototype"></bean>
  3742. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3743. <?xml version="1.0" encoding="UTF-8"?>
  3744. <beans xmlns="http://www.springframework.org/schema/beans"
  3745.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3746.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3747.     <bean name="user"  scope="prototype"></bean>
  3748. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3749. <?xml version="1.0" encoding="UTF-8"?>
  3750. <beans xmlns="http://www.springframework.org/schema/beans"
  3751.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3752.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3753.     <bean name="user"  scope="prototype"></bean>
  3754. </beans><bean name="user"  scope="singleton"></bean>
  3755. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3756. <?xml version="1.0" encoding="UTF-8"?>
  3757. <beans xmlns="http://www.springframework.org/schema/beans"
  3758. <?xml version="1.0" encoding="UTF-8"?>
  3759. <beans xmlns="http://www.springframework.org/schema/beans"
  3760.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3761.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3762.     <bean name="user"  scope="prototype"></bean>
  3763. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3764. <?xml version="1.0" encoding="UTF-8"?>
  3765. <beans xmlns="http://www.springframework.org/schema/beans"
  3766.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3767.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3768.     <bean name="user"  scope="prototype"></bean>
  3769. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3770. <?xml version="1.0" encoding="UTF-8"?>
  3771. <beans xmlns="http://www.springframework.org/schema/beans"
  3772.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3773.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3774.     <bean name="user"  scope="prototype"></bean>
  3775. </beans><bean name="user"  scope="singleton"></bean>
  3776. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3777. <?xml version="1.0" encoding="UTF-8"?>
  3778. <beans xmlns="http://www.springframework.org/schema/beans"
  3779. <?xml version="1.0" encoding="UTF-8"?>
  3780. <beans xmlns="http://www.springframework.org/schema/beans"
  3781.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3782.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3783.     <bean name="user"  scope="prototype"></bean>
  3784. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3785. <?xml version="1.0" encoding="UTF-8"?>
  3786. <beans xmlns="http://www.springframework.org/schema/beans"
  3787.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3788.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3789.     <bean name="user"  scope="prototype"></bean>
  3790. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3791. <?xml version="1.0" encoding="UTF-8"?>
  3792. <beans xmlns="http://www.springframework.org/schema/beans"
  3793.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3794.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3795.     <bean name="user"  scope="prototype"></bean>
  3796. </beans><bean name="user"  scope="singleton"></bean>
  3797. </beans><bean name="user" ></bean>
  3798. </beans><?xml version="1.0" encoding="UTF-8"?>
  3799. <beans xmlns="http://www.springframework.org/schema/beans"
  3800. <?xml version="1.0" encoding="UTF-8"?>
  3801. <beans xmlns="http://www.springframework.org/schema/beans"
  3802. <?xml version="1.0" encoding="UTF-8"?>
  3803. <beans xmlns="http://www.springframework.org/schema/beans"
  3804.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3805.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3806.     <bean name="user"  scope="prototype"></bean>
  3807. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3808. <?xml version="1.0" encoding="UTF-8"?>
  3809. <beans xmlns="http://www.springframework.org/schema/beans"
  3810.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3811.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3812.     <bean name="user"  scope="prototype"></bean>
  3813. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3814. <?xml version="1.0" encoding="UTF-8"?>
  3815. <beans xmlns="http://www.springframework.org/schema/beans"
  3816.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3817.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3818.     <bean name="user"  scope="prototype"></bean>
  3819. </beans><bean name="user"  scope="singleton"></bean>
  3820. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3821. <?xml version="1.0" encoding="UTF-8"?>
  3822. <beans xmlns="http://www.springframework.org/schema/beans"
  3823. <?xml version="1.0" encoding="UTF-8"?>
  3824. <beans xmlns="http://www.springframework.org/schema/beans"
  3825.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3826.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3827.     <bean name="user"  scope="prototype"></bean>
  3828. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3829. <?xml version="1.0" encoding="UTF-8"?>
  3830. <beans xmlns="http://www.springframework.org/schema/beans"
  3831.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3832.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3833.     <bean name="user"  scope="prototype"></bean>
  3834. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3835. <?xml version="1.0" encoding="UTF-8"?>
  3836. <beans xmlns="http://www.springframework.org/schema/beans"
  3837.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3838.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3839.     <bean name="user"  scope="prototype"></bean>
  3840. </beans><bean name="user"  scope="singleton"></bean>
  3841. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3842. <?xml version="1.0" encoding="UTF-8"?>
  3843. <beans xmlns="http://www.springframework.org/schema/beans"
  3844. <?xml version="1.0" encoding="UTF-8"?>
  3845. <beans xmlns="http://www.springframework.org/schema/beans"
  3846.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3847.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3848.     <bean name="user"  scope="prototype"></bean>
  3849. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3850. <?xml version="1.0" encoding="UTF-8"?>
  3851. <beans xmlns="http://www.springframework.org/schema/beans"
  3852.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3853.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3854.     <bean name="user"  scope="prototype"></bean>
  3855. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3856. <?xml version="1.0" encoding="UTF-8"?>
  3857. <beans xmlns="http://www.springframework.org/schema/beans"
  3858.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3859.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3860.     <bean name="user"  scope="prototype"></bean>
  3861. </beans><bean name="user"  scope="singleton"></bean>
  3862. </beans><bean name="user" ></bean>
  3863. </beans><?xml version="1.0" encoding="UTF-8"?>
  3864. <beans xmlns="http://www.springframework.org/schema/beans"
  3865. <?xml version="1.0" encoding="UTF-8"?>
  3866. <beans xmlns="http://www.springframework.org/schema/beans"
  3867. <?xml version="1.0" encoding="UTF-8"?>
  3868. <beans xmlns="http://www.springframework.org/schema/beans"
  3869.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3870.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3871.     <bean name="user"  scope="prototype"></bean>
  3872. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3873. <?xml version="1.0" encoding="UTF-8"?>
  3874. <beans xmlns="http://www.springframework.org/schema/beans"
  3875.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3876.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3877.     <bean name="user"  scope="prototype"></bean>
  3878. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3879. <?xml version="1.0" encoding="UTF-8"?>
  3880. <beans xmlns="http://www.springframework.org/schema/beans"
  3881.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3882.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3883.     <bean name="user"  scope="prototype"></bean>
  3884. </beans><bean name="user"  scope="singleton"></bean>
  3885. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3886. <?xml version="1.0" encoding="UTF-8"?>
  3887. <beans xmlns="http://www.springframework.org/schema/beans"
  3888. <?xml version="1.0" encoding="UTF-8"?>
  3889. <beans xmlns="http://www.springframework.org/schema/beans"
  3890.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3891.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3892.     <bean name="user"  scope="prototype"></bean>
  3893. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3894. <?xml version="1.0" encoding="UTF-8"?>
  3895. <beans xmlns="http://www.springframework.org/schema/beans"
  3896.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3897.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3898.     <bean name="user"  scope="prototype"></bean>
  3899. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3900. <?xml version="1.0" encoding="UTF-8"?>
  3901. <beans xmlns="http://www.springframework.org/schema/beans"
  3902.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3903.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3904.     <bean name="user"  scope="prototype"></bean>
  3905. </beans><bean name="user"  scope="singleton"></bean>
  3906. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3907. <?xml version="1.0" encoding="UTF-8"?>
  3908. <beans xmlns="http://www.springframework.org/schema/beans"
  3909. <?xml version="1.0" encoding="UTF-8"?>
  3910. <beans xmlns="http://www.springframework.org/schema/beans"
  3911.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3912.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3913.     <bean name="user"  scope="prototype"></bean>
  3914. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3915. <?xml version="1.0" encoding="UTF-8"?>
  3916. <beans xmlns="http://www.springframework.org/schema/beans"
  3917.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3918.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3919.     <bean name="user"  scope="prototype"></bean>
  3920. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3921. <?xml version="1.0" encoding="UTF-8"?>
  3922. <beans xmlns="http://www.springframework.org/schema/beans"
  3923.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3924.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3925.     <bean name="user"  scope="prototype"></bean>
  3926. </beans><bean name="user"  scope="singleton"></bean>
  3927. </beans><bean name="user" ></bean>
  3928. </beans>5.3.18<?xml version="1.0" encoding="UTF-8"?>
  3929. <beans xmlns="http://www.springframework.org/schema/beans"
  3930. <?xml version="1.0" encoding="UTF-8"?>
  3931. <beans xmlns="http://www.springframework.org/schema/beans"
  3932. <?xml version="1.0" encoding="UTF-8"?>
  3933. <beans xmlns="http://www.springframework.org/schema/beans"
  3934.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3935.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3936.     <bean name="user"  scope="prototype"></bean>
  3937. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3938. <?xml version="1.0" encoding="UTF-8"?>
  3939. <beans xmlns="http://www.springframework.org/schema/beans"
  3940.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3941.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3942.     <bean name="user"  scope="prototype"></bean>
  3943. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3944. <?xml version="1.0" encoding="UTF-8"?>
  3945. <beans xmlns="http://www.springframework.org/schema/beans"
  3946.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3947.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3948.     <bean name="user"  scope="prototype"></bean>
  3949. </beans><bean name="user"  scope="singleton"></bean>
  3950. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3951. <?xml version="1.0" encoding="UTF-8"?>
  3952. <beans xmlns="http://www.springframework.org/schema/beans"
  3953. <?xml version="1.0" encoding="UTF-8"?>
  3954. <beans xmlns="http://www.springframework.org/schema/beans"
  3955.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3956.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3957.     <bean name="user"  scope="prototype"></bean>
  3958. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3959. <?xml version="1.0" encoding="UTF-8"?>
  3960. <beans xmlns="http://www.springframework.org/schema/beans"
  3961.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3962.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3963.     <bean name="user"  scope="prototype"></bean>
  3964. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3965. <?xml version="1.0" encoding="UTF-8"?>
  3966. <beans xmlns="http://www.springframework.org/schema/beans"
  3967.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3968.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3969.     <bean name="user"  scope="prototype"></bean>
  3970. </beans><bean name="user"  scope="singleton"></bean>
  3971. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3972. <?xml version="1.0" encoding="UTF-8"?>
  3973. <beans xmlns="http://www.springframework.org/schema/beans"
  3974. <?xml version="1.0" encoding="UTF-8"?>
  3975. <beans xmlns="http://www.springframework.org/schema/beans"
  3976.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3977.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3978.     <bean name="user"  scope="prototype"></bean>
  3979. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3980. <?xml version="1.0" encoding="UTF-8"?>
  3981. <beans xmlns="http://www.springframework.org/schema/beans"
  3982.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3983.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3984.     <bean name="user"  scope="prototype"></bean>
  3985. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3986. <?xml version="1.0" encoding="UTF-8"?>
  3987. <beans xmlns="http://www.springframework.org/schema/beans"
  3988.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3989.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3990.     <bean name="user"  scope="prototype"></bean>
  3991. </beans><bean name="user"  scope="singleton"></bean>
  3992. </beans><bean name="user" ></bean>
  3993. </beans><?xml version="1.0" encoding="UTF-8"?>
  3994. <beans xmlns="http://www.springframework.org/schema/beans"
  3995. <?xml version="1.0" encoding="UTF-8"?>
  3996. <beans xmlns="http://www.springframework.org/schema/beans"
  3997. <?xml version="1.0" encoding="UTF-8"?>
  3998. <beans xmlns="http://www.springframework.org/schema/beans"
  3999.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4000.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  4001.     <bean name="user"  scope="prototype"></bean>
  4002. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4003. <?xml version="1.0" encoding="UTF-8"?>
  4004. <beans xmlns="http://www.springframework.org/schema/beans"
  4005.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4006.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  4007.     <bean name="user"  scope="prototype"></bean>
  4008. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  4009. <?xml version="1.0" encoding="UTF-8"?>
  4010. <beans xmlns="http://www.springframework.org/schema/beans"
  4011.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4012.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  4013.     <bean name="user"  scope="prototype"></bean>
  4014. </beans><bean name="user"  scope="singleton"></bean>
  4015. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4016. <?xml version="1.0" encoding="UTF-8"?>
  4017. <beans xmlns="http://www.springframework.org/schema/beans"
  4018. <?xml version="1.0" encoding="UTF-8"?>
  4019. <beans xmlns="http://www.springframework.org/schema/beans"
  4020.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4021.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  4022.     <bean name="user"  scope="prototype"></bean>
  4023. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4024. <?xml version="1.0" encoding="UTF-8"?>
  4025. <beans xmlns="http://www.springframework.org/schema/beans"
  4026.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4027.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  4028.     <bean name="user"  scope="prototype"></bean>
  4029. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  4030. <?xml version="1.0" encoding="UTF-8"?>
  4031. <beans xmlns="http://www.springframework.org/schema/beans"
  4032.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4033.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  4034.     <bean name="user"  scope="prototype"></bean>
  4035. </beans><bean name="user"  scope="singleton"></bean>
  4036. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  4037. <?xml version="1.0" encoding="UTF-8"?>
  4038. <beans xmlns="http://www.springframework.org/schema/beans"
  4039. <?xml version="1.0" encoding="UTF-8"?>
  4040. <beans xmlns="http://www.springframework.org/schema/beans"
  4041.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4042.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  4043.     <bean name="user"  scope="prototype"></bean>
  4044. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4045. <?xml version="1.0" encoding="UTF-8"?>
  4046. <beans xmlns="http://www.springframework.org/schema/beans"
  4047.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4048.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  4049.     <bean name="user"  scope="prototype"></bean>
  4050. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  4051. <?xml version="1.0" encoding="UTF-8"?>
  4052. <beans xmlns="http://www.springframework.org/schema/beans"
  4053.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4054.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  4055.     <bean name="user"  scope="prototype"></bean>
  4056. </beans><bean name="user"  scope="singleton"></bean>
  4057. </beans><bean name="user" ></bean>
  4058. </beans><?xml version="1.0" encoding="UTF-8"?>
  4059. <beans xmlns="http://www.springframework.org/schema/beans"
  4060. <?xml version="1.0" encoding="UTF-8"?>
  4061. <beans xmlns="http://www.springframework.org/schema/beans"
  4062. <?xml version="1.0" encoding="UTF-8"?>
  4063. <beans xmlns="http://www.springframework.org/schema/beans"
  4064.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4065.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  4066.     <bean name="user"  scope="prototype"></bean>
  4067. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4068. <?xml version="1.0" encoding="UTF-8"?>
  4069. <beans xmlns="http://www.springframework.org/schema/beans"
  4070.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4071.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  4072.     <bean name="user"  scope="prototype"></bean>
  4073. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  4074. <?xml version="1.0" encoding="UTF-8"?>
  4075. <beans xmlns="http://www.springframework.org/schema/beans"
  4076.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4077.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  4078.     <bean name="user"  scope="prototype"></bean>
  4079. </beans><bean name="user"  scope="singleton"></bean>
  4080. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4081. <?xml version="1.0" encoding="UTF-8"?>
  4082. <beans xmlns="http://www.springframework.org/schema/beans"
  4083. <?xml version="1.0" encoding="UTF-8"?>
  4084. <beans xmlns="http://www.springframework.org/schema/beans"
  4085.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4086.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  4087.     <bean name="user"  scope="prototype"></bean>
  4088. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4089. <?xml version="1.0" encoding="UTF-8"?>
  4090. <beans xmlns="http://www.springframework.org/schema/beans"
  4091.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4092.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  4093.     <bean name="user"  scope="prototype"></bean>
  4094. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  4095. <?xml version="1.0" encoding="UTF-8"?>
  4096. <beans xmlns="http://www.springframework.org/schema/beans"
  4097.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4098.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  4099.     <bean name="user"  scope="prototype"></bean>
  4100. </beans><bean name="user"  scope="singleton"></bean>
  4101. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  4102. <?xml version="1.0" encoding="UTF-8"?>
  4103. <beans xmlns="http://www.springframework.org/schema/beans"
  4104. <?xml version="1.0" encoding="UTF-8"?>
  4105. <beans xmlns="http://www.springframework.org/schema/beans"
  4106.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4107.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  4108.     <bean name="user"  scope="prototype"></bean>
  4109. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4110. <?xml version="1.0" encoding="UTF-8"?>
  4111. <beans xmlns="http://www.springframework.org/schema/beans"
  4112.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4113.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  4114.     <bean name="user"  scope="prototype"></bean>
  4115. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  4116. <?xml version="1.0" encoding="UTF-8"?>
  4117. <beans xmlns="http://www.springframework.org/schema/beans"
  4118.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4119.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  4120.     <bean name="user"  scope="prototype"></bean>
  4121. </beans><bean name="user"  scope="singleton"></bean>
  4122. </beans><bean name="user" ></bean>
  4123. </beans>
复制代码

1.5 自定义作用域,一个线程一个 Bean

接下来咱们自定义一个Scope,关于线程级别的Scope,
作用:在同一个线程中,获取的Bean都是同一个。跨线程则是不同的对象。

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <beans xmlns="http://www.springframework.org/schema/beans"
  3. <?xml version="1.0" encoding="UTF-8"?>
  4. <beans xmlns="http://www.springframework.org/schema/beans"
  5. <?xml version="1.0" encoding="UTF-8"?>
  6. <beans xmlns="http://www.springframework.org/schema/beans"
  7.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  8.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  9.     <bean name="user"  scope="prototype"></bean>
  10. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  11. <?xml version="1.0" encoding="UTF-8"?>
  12. <beans xmlns="http://www.springframework.org/schema/beans"
  13.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  14.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  15.     <bean name="user"  scope="prototype"></bean>
  16. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  17. <?xml version="1.0" encoding="UTF-8"?>
  18. <beans xmlns="http://www.springframework.org/schema/beans"
  19.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  20.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  21.     <bean name="user"  scope="prototype"></bean>
  22. </beans><bean name="user"  scope="singleton"></bean>
  23. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  24. <?xml version="1.0" encoding="UTF-8"?>
  25. <beans xmlns="http://www.springframework.org/schema/beans"
  26. <?xml version="1.0" encoding="UTF-8"?>
  27. <beans xmlns="http://www.springframework.org/schema/beans"
  28.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  29.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  30.     <bean name="user"  scope="prototype"></bean>
  31. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  32. <?xml version="1.0" encoding="UTF-8"?>
  33. <beans xmlns="http://www.springframework.org/schema/beans"
  34.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  35.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  36.     <bean name="user"  scope="prototype"></bean>
  37. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  38. <?xml version="1.0" encoding="UTF-8"?>
  39. <beans xmlns="http://www.springframework.org/schema/beans"
  40.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  41.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  42.     <bean name="user"  scope="prototype"></bean>
  43. </beans><bean name="user"  scope="singleton"></bean>
  44. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  45. <?xml version="1.0" encoding="UTF-8"?>
  46. <beans xmlns="http://www.springframework.org/schema/beans"
  47. <?xml version="1.0" encoding="UTF-8"?>
  48. <beans xmlns="http://www.springframework.org/schema/beans"
  49.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  50.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  51.     <bean name="user"  scope="prototype"></bean>
  52. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  53. <?xml version="1.0" encoding="UTF-8"?>
  54. <beans xmlns="http://www.springframework.org/schema/beans"
  55.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  56.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  57.     <bean name="user"  scope="prototype"></bean>
  58. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  59. <?xml version="1.0" encoding="UTF-8"?>
  60. <beans xmlns="http://www.springframework.org/schema/beans"
  61.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  62.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  63.     <bean name="user"  scope="prototype"></bean>
  64. </beans><bean name="user"  scope="singleton"></bean>
  65. </beans><bean name="user" ></bean>
  66. </beans><?xml version="1.0" encoding="UTF-8"?>
  67. <beans xmlns="http://www.springframework.org/schema/beans"
  68. <?xml version="1.0" encoding="UTF-8"?>
  69. <beans xmlns="http://www.springframework.org/schema/beans"
  70. <?xml version="1.0" encoding="UTF-8"?>
  71. <beans xmlns="http://www.springframework.org/schema/beans"
  72.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  73.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  74.     <bean name="user"  scope="prototype"></bean>
  75. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  76. <?xml version="1.0" encoding="UTF-8"?>
  77. <beans xmlns="http://www.springframework.org/schema/beans"
  78.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  79.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  80.     <bean name="user"  scope="prototype"></bean>
  81. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  82. <?xml version="1.0" encoding="UTF-8"?>
  83. <beans xmlns="http://www.springframework.org/schema/beans"
  84.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  85.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  86.     <bean name="user"  scope="prototype"></bean>
  87. </beans><bean name="user"  scope="singleton"></bean>
  88. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  89. <?xml version="1.0" encoding="UTF-8"?>
  90. <beans xmlns="http://www.springframework.org/schema/beans"
  91. <?xml version="1.0" encoding="UTF-8"?>
  92. <beans xmlns="http://www.springframework.org/schema/beans"
  93.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  94.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  95.     <bean name="user"  scope="prototype"></bean>
  96. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  97. <?xml version="1.0" encoding="UTF-8"?>
  98. <beans xmlns="http://www.springframework.org/schema/beans"
  99.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  100.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  101.     <bean name="user"  scope="prototype"></bean>
  102. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  103. <?xml version="1.0" encoding="UTF-8"?>
  104. <beans xmlns="http://www.springframework.org/schema/beans"
  105.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  106.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  107.     <bean name="user"  scope="prototype"></bean>
  108. </beans><bean name="user"  scope="singleton"></bean>
  109. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  110. <?xml version="1.0" encoding="UTF-8"?>
  111. <beans xmlns="http://www.springframework.org/schema/beans"
  112. <?xml version="1.0" encoding="UTF-8"?>
  113. <beans xmlns="http://www.springframework.org/schema/beans"
  114.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  115.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  116.     <bean name="user"  scope="prototype"></bean>
  117. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  118. <?xml version="1.0" encoding="UTF-8"?>
  119. <beans xmlns="http://www.springframework.org/schema/beans"
  120.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  121.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  122.     <bean name="user"  scope="prototype"></bean>
  123. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  124. <?xml version="1.0" encoding="UTF-8"?>
  125. <beans xmlns="http://www.springframework.org/schema/beans"
  126.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  127.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  128.     <bean name="user"  scope="prototype"></bean>
  129. </beans><bean name="user"  scope="singleton"></bean>
  130. </beans><bean name="user" ></bean>
  131. </beans><?xml version="1.0" encoding="UTF-8"?>
  132. <beans xmlns="http://www.springframework.org/schema/beans"
  133. <?xml version="1.0" encoding="UTF-8"?>
  134. <beans xmlns="http://www.springframework.org/schema/beans"
  135. <?xml version="1.0" encoding="UTF-8"?>
  136. <beans xmlns="http://www.springframework.org/schema/beans"
  137.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  138.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  139.     <bean name="user"  scope="prototype"></bean>
  140. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  141. <?xml version="1.0" encoding="UTF-8"?>
  142. <beans xmlns="http://www.springframework.org/schema/beans"
  143.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  144.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  145.     <bean name="user"  scope="prototype"></bean>
  146. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  147. <?xml version="1.0" encoding="UTF-8"?>
  148. <beans xmlns="http://www.springframework.org/schema/beans"
  149.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  150.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  151.     <bean name="user"  scope="prototype"></bean>
  152. </beans><bean name="user"  scope="singleton"></bean>
  153. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  154. <?xml version="1.0" encoding="UTF-8"?>
  155. <beans xmlns="http://www.springframework.org/schema/beans"
  156. <?xml version="1.0" encoding="UTF-8"?>
  157. <beans xmlns="http://www.springframework.org/schema/beans"
  158.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  159.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  160.     <bean name="user"  scope="prototype"></bean>
  161. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  162. <?xml version="1.0" encoding="UTF-8"?>
  163. <beans xmlns="http://www.springframework.org/schema/beans"
  164.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  165.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  166.     <bean name="user"  scope="prototype"></bean>
  167. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  168. <?xml version="1.0" encoding="UTF-8"?>
  169. <beans xmlns="http://www.springframework.org/schema/beans"
  170.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  171.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  172.     <bean name="user"  scope="prototype"></bean>
  173. </beans><bean name="user"  scope="singleton"></bean>
  174. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  175. <?xml version="1.0" encoding="UTF-8"?>
  176. <beans xmlns="http://www.springframework.org/schema/beans"
  177. <?xml version="1.0" encoding="UTF-8"?>
  178. <beans xmlns="http://www.springframework.org/schema/beans"
  179.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  180.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  181.     <bean name="user"  scope="prototype"></bean>
  182. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  183. <?xml version="1.0" encoding="UTF-8"?>
  184. <beans xmlns="http://www.springframework.org/schema/beans"
  185.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  186.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  187.     <bean name="user"  scope="prototype"></bean>
  188. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  189. <?xml version="1.0" encoding="UTF-8"?>
  190. <beans xmlns="http://www.springframework.org/schema/beans"
  191.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  192.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  193.     <bean name="user"  scope="prototype"></bean>
  194. </beans><bean name="user"  scope="singleton"></bean>
  195. </beans><bean name="user" ></bean>
  196. </beans><?xml version="1.0" encoding="UTF-8"?>
  197. <beans xmlns="http://www.springframework.org/schema/beans"
  198. <?xml version="1.0" encoding="UTF-8"?>
  199. <beans xmlns="http://www.springframework.org/schema/beans"
  200. <?xml version="1.0" encoding="UTF-8"?>
  201. <beans xmlns="http://www.springframework.org/schema/beans"
  202.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  203.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  204.     <bean name="user"  scope="prototype"></bean>
  205. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  206. <?xml version="1.0" encoding="UTF-8"?>
  207. <beans xmlns="http://www.springframework.org/schema/beans"
  208.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  209.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  210.     <bean name="user"  scope="prototype"></bean>
  211. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  212. <?xml version="1.0" encoding="UTF-8"?>
  213. <beans xmlns="http://www.springframework.org/schema/beans"
  214.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  215.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  216.     <bean name="user"  scope="prototype"></bean>
  217. </beans><bean name="user"  scope="singleton"></bean>
  218. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  219. <?xml version="1.0" encoding="UTF-8"?>
  220. <beans xmlns="http://www.springframework.org/schema/beans"
  221. <?xml version="1.0" encoding="UTF-8"?>
  222. <beans xmlns="http://www.springframework.org/schema/beans"
  223.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  224.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  225.     <bean name="user"  scope="prototype"></bean>
  226. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  227. <?xml version="1.0" encoding="UTF-8"?>
  228. <beans xmlns="http://www.springframework.org/schema/beans"
  229.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  230.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  231.     <bean name="user"  scope="prototype"></bean>
  232. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  233. <?xml version="1.0" encoding="UTF-8"?>
  234. <beans xmlns="http://www.springframework.org/schema/beans"
  235.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  236.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  237.     <bean name="user"  scope="prototype"></bean>
  238. </beans><bean name="user"  scope="singleton"></bean>
  239. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  240. <?xml version="1.0" encoding="UTF-8"?>
  241. <beans xmlns="http://www.springframework.org/schema/beans"
  242. <?xml version="1.0" encoding="UTF-8"?>
  243. <beans xmlns="http://www.springframework.org/schema/beans"
  244.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  245.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  246.     <bean name="user"  scope="prototype"></bean>
  247. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  248. <?xml version="1.0" encoding="UTF-8"?>
  249. <beans xmlns="http://www.springframework.org/schema/beans"
  250.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  251.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  252.     <bean name="user"  scope="prototype"></bean>
  253. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  254. <?xml version="1.0" encoding="UTF-8"?>
  255. <beans xmlns="http://www.springframework.org/schema/beans"
  256.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  257.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  258.     <bean name="user"  scope="prototype"></bean>
  259. </beans><bean name="user"  scope="singleton"></bean>
  260. </beans><bean name="user" ></bean>
  261. </beans><?xml version="1.0" encoding="UTF-8"?>
  262. <beans xmlns="http://www.springframework.org/schema/beans"
  263. <?xml version="1.0" encoding="UTF-8"?>
  264. <beans xmlns="http://www.springframework.org/schema/beans"
  265. <?xml version="1.0" encoding="UTF-8"?>
  266. <beans xmlns="http://www.springframework.org/schema/beans"
  267.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  268.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  269.     <bean name="user"  scope="prototype"></bean>
  270. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  271. <?xml version="1.0" encoding="UTF-8"?>
  272. <beans xmlns="http://www.springframework.org/schema/beans"
  273.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  274.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  275.     <bean name="user"  scope="prototype"></bean>
  276. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  277. <?xml version="1.0" encoding="UTF-8"?>
  278. <beans xmlns="http://www.springframework.org/schema/beans"
  279.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  280.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  281.     <bean name="user"  scope="prototype"></bean>
  282. </beans><bean name="user"  scope="singleton"></bean>
  283. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  284. <?xml version="1.0" encoding="UTF-8"?>
  285. <beans xmlns="http://www.springframework.org/schema/beans"
  286. <?xml version="1.0" encoding="UTF-8"?>
  287. <beans xmlns="http://www.springframework.org/schema/beans"
  288.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  289.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  290.     <bean name="user"  scope="prototype"></bean>
  291. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  292. <?xml version="1.0" encoding="UTF-8"?>
  293. <beans xmlns="http://www.springframework.org/schema/beans"
  294.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  295.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  296.     <bean name="user"  scope="prototype"></bean>
  297. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  298. <?xml version="1.0" encoding="UTF-8"?>
  299. <beans xmlns="http://www.springframework.org/schema/beans"
  300.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  301.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  302.     <bean name="user"  scope="prototype"></bean>
  303. </beans><bean name="user"  scope="singleton"></bean>
  304. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  305. <?xml version="1.0" encoding="UTF-8"?>
  306. <beans xmlns="http://www.springframework.org/schema/beans"
  307. <?xml version="1.0" encoding="UTF-8"?>
  308. <beans xmlns="http://www.springframework.org/schema/beans"
  309.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  310.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  311.     <bean name="user"  scope="prototype"></bean>
  312. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  313. <?xml version="1.0" encoding="UTF-8"?>
  314. <beans xmlns="http://www.springframework.org/schema/beans"
  315.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  316.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  317.     <bean name="user"  scope="prototype"></bean>
  318. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  319. <?xml version="1.0" encoding="UTF-8"?>
  320. <beans xmlns="http://www.springframework.org/schema/beans"
  321.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  322.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  323.     <bean name="user"  scope="prototype"></bean>
  324. </beans><bean name="user"  scope="singleton"></bean>
  325. </beans><bean name="user" ></bean>
  326. </beans><?xml version="1.0" encoding="UTF-8"?>
  327. <beans xmlns="http://www.springframework.org/schema/beans"
  328. <?xml version="1.0" encoding="UTF-8"?>
  329. <beans xmlns="http://www.springframework.org/schema/beans"
  330. <?xml version="1.0" encoding="UTF-8"?>
  331. <beans xmlns="http://www.springframework.org/schema/beans"
  332.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  333.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  334.     <bean name="user"  scope="prototype"></bean>
  335. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  336. <?xml version="1.0" encoding="UTF-8"?>
  337. <beans xmlns="http://www.springframework.org/schema/beans"
  338.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  339.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  340.     <bean name="user"  scope="prototype"></bean>
  341. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  342. <?xml version="1.0" encoding="UTF-8"?>
  343. <beans xmlns="http://www.springframework.org/schema/beans"
  344.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  345.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  346.     <bean name="user"  scope="prototype"></bean>
  347. </beans><bean name="user"  scope="singleton"></bean>
  348. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  349. <?xml version="1.0" encoding="UTF-8"?>
  350. <beans xmlns="http://www.springframework.org/schema/beans"
  351. <?xml version="1.0" encoding="UTF-8"?>
  352. <beans xmlns="http://www.springframework.org/schema/beans"
  353.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  354.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  355.     <bean name="user"  scope="prototype"></bean>
  356. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  357. <?xml version="1.0" encoding="UTF-8"?>
  358. <beans xmlns="http://www.springframework.org/schema/beans"
  359.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  360.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  361.     <bean name="user"  scope="prototype"></bean>
  362. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  363. <?xml version="1.0" encoding="UTF-8"?>
  364. <beans xmlns="http://www.springframework.org/schema/beans"
  365.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  366.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  367.     <bean name="user"  scope="prototype"></bean>
  368. </beans><bean name="user"  scope="singleton"></bean>
  369. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  370. <?xml version="1.0" encoding="UTF-8"?>
  371. <beans xmlns="http://www.springframework.org/schema/beans"
  372. <?xml version="1.0" encoding="UTF-8"?>
  373. <beans xmlns="http://www.springframework.org/schema/beans"
  374.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  375.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  376.     <bean name="user"  scope="prototype"></bean>
  377. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  378. <?xml version="1.0" encoding="UTF-8"?>
  379. <beans xmlns="http://www.springframework.org/schema/beans"
  380.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  381.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  382.     <bean name="user"  scope="prototype"></bean>
  383. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  384. <?xml version="1.0" encoding="UTF-8"?>
  385. <beans xmlns="http://www.springframework.org/schema/beans"
  386.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  387.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  388.     <bean name="user"  scope="prototype"></bean>
  389. </beans><bean name="user"  scope="singleton"></bean>
  390. </beans><bean name="user" ></bean>
  391. </beans><?xml version="1.0" encoding="UTF-8"?>
  392. <beans xmlns="http://www.springframework.org/schema/beans"
  393. <?xml version="1.0" encoding="UTF-8"?>
  394. <beans xmlns="http://www.springframework.org/schema/beans"
  395. <?xml version="1.0" encoding="UTF-8"?>
  396. <beans xmlns="http://www.springframework.org/schema/beans"
  397.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  398.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  399.     <bean name="user"  scope="prototype"></bean>
  400. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  401. <?xml version="1.0" encoding="UTF-8"?>
  402. <beans xmlns="http://www.springframework.org/schema/beans"
  403.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  404.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  405.     <bean name="user"  scope="prototype"></bean>
  406. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  407. <?xml version="1.0" encoding="UTF-8"?>
  408. <beans xmlns="http://www.springframework.org/schema/beans"
  409.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  410.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  411.     <bean name="user"  scope="prototype"></bean>
  412. </beans><bean name="user"  scope="singleton"></bean>
  413. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  414. <?xml version="1.0" encoding="UTF-8"?>
  415. <beans xmlns="http://www.springframework.org/schema/beans"
  416. <?xml version="1.0" encoding="UTF-8"?>
  417. <beans xmlns="http://www.springframework.org/schema/beans"
  418.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  419.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  420.     <bean name="user"  scope="prototype"></bean>
  421. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  422. <?xml version="1.0" encoding="UTF-8"?>
  423. <beans xmlns="http://www.springframework.org/schema/beans"
  424.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  425.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  426.     <bean name="user"  scope="prototype"></bean>
  427. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  428. <?xml version="1.0" encoding="UTF-8"?>
  429. <beans xmlns="http://www.springframework.org/schema/beans"
  430.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  431.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  432.     <bean name="user"  scope="prototype"></bean>
  433. </beans><bean name="user"  scope="singleton"></bean>
  434. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  435. <?xml version="1.0" encoding="UTF-8"?>
  436. <beans xmlns="http://www.springframework.org/schema/beans"
  437. <?xml version="1.0" encoding="UTF-8"?>
  438. <beans xmlns="http://www.springframework.org/schema/beans"
  439.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  440.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  441.     <bean name="user"  scope="prototype"></bean>
  442. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  443. <?xml version="1.0" encoding="UTF-8"?>
  444. <beans xmlns="http://www.springframework.org/schema/beans"
  445.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  446.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  447.     <bean name="user"  scope="prototype"></bean>
  448. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  449. <?xml version="1.0" encoding="UTF-8"?>
  450. <beans xmlns="http://www.springframework.org/schema/beans"
  451.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  452.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  453.     <bean name="user"  scope="prototype"></bean>
  454. </beans><bean name="user"  scope="singleton"></bean>
  455. </beans><bean name="user" ></bean>
  456. </beans><?xml version="1.0" encoding="UTF-8"?>
  457. <beans xmlns="http://www.springframework.org/schema/beans"
  458. <?xml version="1.0" encoding="UTF-8"?>
  459. <beans xmlns="http://www.springframework.org/schema/beans"
  460. <?xml version="1.0" encoding="UTF-8"?>
  461. <beans xmlns="http://www.springframework.org/schema/beans"
  462.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  463.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  464.     <bean name="user"  scope="prototype"></bean>
  465. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  466. <?xml version="1.0" encoding="UTF-8"?>
  467. <beans xmlns="http://www.springframework.org/schema/beans"
  468.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  469.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  470.     <bean name="user"  scope="prototype"></bean>
  471. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  472. <?xml version="1.0" encoding="UTF-8"?>
  473. <beans xmlns="http://www.springframework.org/schema/beans"
  474.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  475.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  476.     <bean name="user"  scope="prototype"></bean>
  477. </beans><bean name="user"  scope="singleton"></bean>
  478. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  479. <?xml version="1.0" encoding="UTF-8"?>
  480. <beans xmlns="http://www.springframework.org/schema/beans"
  481. <?xml version="1.0" encoding="UTF-8"?>
  482. <beans xmlns="http://www.springframework.org/schema/beans"
  483.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  484.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  485.     <bean name="user"  scope="prototype"></bean>
  486. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  487. <?xml version="1.0" encoding="UTF-8"?>
  488. <beans xmlns="http://www.springframework.org/schema/beans"
  489.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  490.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  491.     <bean name="user"  scope="prototype"></bean>
  492. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  493. <?xml version="1.0" encoding="UTF-8"?>
  494. <beans xmlns="http://www.springframework.org/schema/beans"
  495.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  496.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  497.     <bean name="user"  scope="prototype"></bean>
  498. </beans><bean name="user"  scope="singleton"></bean>
  499. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  500. <?xml version="1.0" encoding="UTF-8"?>
  501. <beans xmlns="http://www.springframework.org/schema/beans"
  502. <?xml version="1.0" encoding="UTF-8"?>
  503. <beans xmlns="http://www.springframework.org/schema/beans"
  504.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  505.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  506.     <bean name="user"  scope="prototype"></bean>
  507. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  508. <?xml version="1.0" encoding="UTF-8"?>
  509. <beans xmlns="http://www.springframework.org/schema/beans"
  510.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  511.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  512.     <bean name="user"  scope="prototype"></bean>
  513. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  514. <?xml version="1.0" encoding="UTF-8"?>
  515. <beans xmlns="http://www.springframework.org/schema/beans"
  516.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  517.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  518.     <bean name="user"  scope="prototype"></bean>
  519. </beans><bean name="user"  scope="singleton"></bean>
  520. </beans><bean name="user" ></bean>
  521. </beans>
复制代码
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <beans xmlns="http://www.springframework.org/schema/beans"
  3. <?xml version="1.0" encoding="UTF-8"?>
  4. <beans xmlns="http://www.springframework.org/schema/beans"
  5. <?xml version="1.0" encoding="UTF-8"?>
  6. <beans xmlns="http://www.springframework.org/schema/beans"
  7.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  8.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  9.     <bean name="user"  scope="prototype"></bean>
  10. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  11. <?xml version="1.0" encoding="UTF-8"?>
  12. <beans xmlns="http://www.springframework.org/schema/beans"
  13.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  14.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  15.     <bean name="user"  scope="prototype"></bean>
  16. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  17. <?xml version="1.0" encoding="UTF-8"?>
  18. <beans xmlns="http://www.springframework.org/schema/beans"
  19.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  20.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  21.     <bean name="user"  scope="prototype"></bean>
  22. </beans><bean name="user"  scope="singleton"></bean>
  23. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  24. <?xml version="1.0" encoding="UTF-8"?>
  25. <beans xmlns="http://www.springframework.org/schema/beans"
  26. <?xml version="1.0" encoding="UTF-8"?>
  27. <beans xmlns="http://www.springframework.org/schema/beans"
  28.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  29.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  30.     <bean name="user"  scope="prototype"></bean>
  31. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  32. <?xml version="1.0" encoding="UTF-8"?>
  33. <beans xmlns="http://www.springframework.org/schema/beans"
  34.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  35.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  36.     <bean name="user"  scope="prototype"></bean>
  37. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  38. <?xml version="1.0" encoding="UTF-8"?>
  39. <beans xmlns="http://www.springframework.org/schema/beans"
  40.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  41.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  42.     <bean name="user"  scope="prototype"></bean>
  43. </beans><bean name="user"  scope="singleton"></bean>
  44. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  45. <?xml version="1.0" encoding="UTF-8"?>
  46. <beans xmlns="http://www.springframework.org/schema/beans"
  47. <?xml version="1.0" encoding="UTF-8"?>
  48. <beans xmlns="http://www.springframework.org/schema/beans"
  49.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  50.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  51.     <bean name="user"  scope="prototype"></bean>
  52. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  53. <?xml version="1.0" encoding="UTF-8"?>
  54. <beans xmlns="http://www.springframework.org/schema/beans"
  55.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  56.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  57.     <bean name="user"  scope="prototype"></bean>
  58. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  59. <?xml version="1.0" encoding="UTF-8"?>
  60. <beans xmlns="http://www.springframework.org/schema/beans"
  61.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  62.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  63.     <bean name="user"  scope="prototype"></bean>
  64. </beans><bean name="user"  scope="singleton"></bean>
  65. </beans><bean name="user" ></bean>
  66. </beans><?xml version="1.0" encoding="UTF-8"?>
  67. <beans xmlns="http://www.springframework.org/schema/beans"
  68. <?xml version="1.0" encoding="UTF-8"?>
  69. <beans xmlns="http://www.springframework.org/schema/beans"
  70. <?xml version="1.0" encoding="UTF-8"?>
  71. <beans xmlns="http://www.springframework.org/schema/beans"
  72.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  73.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  74.     <bean name="user"  scope="prototype"></bean>
  75. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  76. <?xml version="1.0" encoding="UTF-8"?>
  77. <beans xmlns="http://www.springframework.org/schema/beans"
  78.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  79.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  80.     <bean name="user"  scope="prototype"></bean>
  81. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  82. <?xml version="1.0" encoding="UTF-8"?>
  83. <beans xmlns="http://www.springframework.org/schema/beans"
  84.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  85.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  86.     <bean name="user"  scope="prototype"></bean>
  87. </beans><bean name="user"  scope="singleton"></bean>
  88. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  89. <?xml version="1.0" encoding="UTF-8"?>
  90. <beans xmlns="http://www.springframework.org/schema/beans"
  91. <?xml version="1.0" encoding="UTF-8"?>
  92. <beans xmlns="http://www.springframework.org/schema/beans"
  93.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  94.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  95.     <bean name="user"  scope="prototype"></bean>
  96. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  97. <?xml version="1.0" encoding="UTF-8"?>
  98. <beans xmlns="http://www.springframework.org/schema/beans"
  99.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  100.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  101.     <bean name="user"  scope="prototype"></bean>
  102. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  103. <?xml version="1.0" encoding="UTF-8"?>
  104. <beans xmlns="http://www.springframework.org/schema/beans"
  105.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  106.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  107.     <bean name="user"  scope="prototype"></bean>
  108. </beans><bean name="user"  scope="singleton"></bean>
  109. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  110. <?xml version="1.0" encoding="UTF-8"?>
  111. <beans xmlns="http://www.springframework.org/schema/beans"
  112. <?xml version="1.0" encoding="UTF-8"?>
  113. <beans xmlns="http://www.springframework.org/schema/beans"
  114.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  115.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  116.     <bean name="user"  scope="prototype"></bean>
  117. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  118. <?xml version="1.0" encoding="UTF-8"?>
  119. <beans xmlns="http://www.springframework.org/schema/beans"
  120.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  121.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  122.     <bean name="user"  scope="prototype"></bean>
  123. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  124. <?xml version="1.0" encoding="UTF-8"?>
  125. <beans xmlns="http://www.springframework.org/schema/beans"
  126.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  127.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  128.     <bean name="user"  scope="prototype"></bean>
  129. </beans><bean name="user"  scope="singleton"></bean>
  130. </beans><bean name="user" ></bean>
  131. </beans><?xml version="1.0" encoding="UTF-8"?>
  132. <beans xmlns="http://www.springframework.org/schema/beans"
  133. <?xml version="1.0" encoding="UTF-8"?>
  134. <beans xmlns="http://www.springframework.org/schema/beans"
  135. <?xml version="1.0" encoding="UTF-8"?>
  136. <beans xmlns="http://www.springframework.org/schema/beans"
  137.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  138.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  139.     <bean name="user"  scope="prototype"></bean>
  140. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  141. <?xml version="1.0" encoding="UTF-8"?>
  142. <beans xmlns="http://www.springframework.org/schema/beans"
  143.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  144.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  145.     <bean name="user"  scope="prototype"></bean>
  146. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  147. <?xml version="1.0" encoding="UTF-8"?>
  148. <beans xmlns="http://www.springframework.org/schema/beans"
  149.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  150.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  151.     <bean name="user"  scope="prototype"></bean>
  152. </beans><bean name="user"  scope="singleton"></bean>
  153. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  154. <?xml version="1.0" encoding="UTF-8"?>
  155. <beans xmlns="http://www.springframework.org/schema/beans"
  156. <?xml version="1.0" encoding="UTF-8"?>
  157. <beans xmlns="http://www.springframework.org/schema/beans"
  158.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  159.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  160.     <bean name="user"  scope="prototype"></bean>
  161. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  162. <?xml version="1.0" encoding="UTF-8"?>
  163. <beans xmlns="http://www.springframework.org/schema/beans"
  164.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  165.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  166.     <bean name="user"  scope="prototype"></bean>
  167. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  168. <?xml version="1.0" encoding="UTF-8"?>
  169. <beans xmlns="http://www.springframework.org/schema/beans"
  170.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  171.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  172.     <bean name="user"  scope="prototype"></bean>
  173. </beans><bean name="user"  scope="singleton"></bean>
  174. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  175. <?xml version="1.0" encoding="UTF-8"?>
  176. <beans xmlns="http://www.springframework.org/schema/beans"
  177. <?xml version="1.0" encoding="UTF-8"?>
  178. <beans xmlns="http://www.springframework.org/schema/beans"
  179.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  180.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  181.     <bean name="user"  scope="prototype"></bean>
  182. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  183. <?xml version="1.0" encoding="UTF-8"?>
  184. <beans xmlns="http://www.springframework.org/schema/beans"
  185.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  186.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  187.     <bean name="user"  scope="prototype"></bean>
  188. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  189. <?xml version="1.0" encoding="UTF-8"?>
  190. <beans xmlns="http://www.springframework.org/schema/beans"
  191.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  192.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  193.     <bean name="user"  scope="prototype"></bean>
  194. </beans><bean name="user"  scope="singleton"></bean>
  195. </beans><bean name="user" ></bean>
  196. </beans><?xml version="1.0" encoding="UTF-8"?>
  197. <beans xmlns="http://www.springframework.org/schema/beans"
  198. <?xml version="1.0" encoding="UTF-8"?>
  199. <beans xmlns="http://www.springframework.org/schema/beans"
  200. <?xml version="1.0" encoding="UTF-8"?>
  201. <beans xmlns="http://www.springframework.org/schema/beans"
  202.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  203.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  204.     <bean name="user"  scope="prototype"></bean>
  205. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  206. <?xml version="1.0" encoding="UTF-8"?>
  207. <beans xmlns="http://www.springframework.org/schema/beans"
  208.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  209.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  210.     <bean name="user"  scope="prototype"></bean>
  211. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  212. <?xml version="1.0" encoding="UTF-8"?>
  213. <beans xmlns="http://www.springframework.org/schema/beans"
  214.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  215.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  216.     <bean name="user"  scope="prototype"></bean>
  217. </beans><bean name="user"  scope="singleton"></bean>
  218. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  219. <?xml version="1.0" encoding="UTF-8"?>
  220. <beans xmlns="http://www.springframework.org/schema/beans"
  221. <?xml version="1.0" encoding="UTF-8"?>
  222. <beans xmlns="http://www.springframework.org/schema/beans"
  223.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  224.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  225.     <bean name="user"  scope="prototype"></bean>
  226. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  227. <?xml version="1.0" encoding="UTF-8"?>
  228. <beans xmlns="http://www.springframework.org/schema/beans"
  229.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  230.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  231.     <bean name="user"  scope="prototype"></bean>
  232. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  233. <?xml version="1.0" encoding="UTF-8"?>
  234. <beans xmlns="http://www.springframework.org/schema/beans"
  235.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  236.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  237.     <bean name="user"  scope="prototype"></bean>
  238. </beans><bean name="user"  scope="singleton"></bean>
  239. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  240. <?xml version="1.0" encoding="UTF-8"?>
  241. <beans xmlns="http://www.springframework.org/schema/beans"
  242. <?xml version="1.0" encoding="UTF-8"?>
  243. <beans xmlns="http://www.springframework.org/schema/beans"
  244.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  245.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  246.     <bean name="user"  scope="prototype"></bean>
  247. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  248. <?xml version="1.0" encoding="UTF-8"?>
  249. <beans xmlns="http://www.springframework.org/schema/beans"
  250.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  251.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  252.     <bean name="user"  scope="prototype"></bean>
  253. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  254. <?xml version="1.0" encoding="UTF-8"?>
  255. <beans xmlns="http://www.springframework.org/schema/beans"
  256.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  257.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  258.     <bean name="user"  scope="prototype"></bean>
  259. </beans><bean name="user"  scope="singleton"></bean>
  260. </beans><bean name="user" ></bean>
  261. </beans><?xml version="1.0" encoding="UTF-8"?>
  262. <beans xmlns="http://www.springframework.org/schema/beans"
  263. <?xml version="1.0" encoding="UTF-8"?>
  264. <beans xmlns="http://www.springframework.org/schema/beans"
  265. <?xml version="1.0" encoding="UTF-8"?>
  266. <beans xmlns="http://www.springframework.org/schema/beans"
  267.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  268.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  269.     <bean name="user"  scope="prototype"></bean>
  270. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  271. <?xml version="1.0" encoding="UTF-8"?>
  272. <beans xmlns="http://www.springframework.org/schema/beans"
  273.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  274.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  275.     <bean name="user"  scope="prototype"></bean>
  276. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  277. <?xml version="1.0" encoding="UTF-8"?>
  278. <beans xmlns="http://www.springframework.org/schema/beans"
  279.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  280.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  281.     <bean name="user"  scope="prototype"></bean>
  282. </beans><bean name="user"  scope="singleton"></bean>
  283. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  284. <?xml version="1.0" encoding="UTF-8"?>
  285. <beans xmlns="http://www.springframework.org/schema/beans"
  286. <?xml version="1.0" encoding="UTF-8"?>
  287. <beans xmlns="http://www.springframework.org/schema/beans"
  288.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  289.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  290.     <bean name="user"  scope="prototype"></bean>
  291. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  292. <?xml version="1.0" encoding="UTF-8"?>
  293. <beans xmlns="http://www.springframework.org/schema/beans"
  294.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  295.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  296.     <bean name="user"  scope="prototype"></bean>
  297. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  298. <?xml version="1.0" encoding="UTF-8"?>
  299. <beans xmlns="http://www.springframework.org/schema/beans"
  300.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  301.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  302.     <bean name="user"  scope="prototype"></bean>
  303. </beans><bean name="user"  scope="singleton"></bean>
  304. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  305. <?xml version="1.0" encoding="UTF-8"?>
  306. <beans xmlns="http://www.springframework.org/schema/beans"
  307. <?xml version="1.0" encoding="UTF-8"?>
  308. <beans xmlns="http://www.springframework.org/schema/beans"
  309.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  310.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  311.     <bean name="user"  scope="prototype"></bean>
  312. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  313. <?xml version="1.0" encoding="UTF-8"?>
  314. <beans xmlns="http://www.springframework.org/schema/beans"
  315.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  316.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  317.     <bean name="user"  scope="prototype"></bean>
  318. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  319. <?xml version="1.0" encoding="UTF-8"?>
  320. <beans xmlns="http://www.springframework.org/schema/beans"
  321.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  322.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  323.     <bean name="user"  scope="prototype"></bean>
  324. </beans><bean name="user"  scope="singleton"></bean>
  325. </beans><bean name="user" ></bean>
  326. </beans><?xml version="1.0" encoding="UTF-8"?>
  327. <beans xmlns="http://www.springframework.org/schema/beans"
  328. <?xml version="1.0" encoding="UTF-8"?>
  329. <beans xmlns="http://www.springframework.org/schema/beans"
  330. <?xml version="1.0" encoding="UTF-8"?>
  331. <beans xmlns="http://www.springframework.org/schema/beans"
  332.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  333.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  334.     <bean name="user"  scope="prototype"></bean>
  335. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  336. <?xml version="1.0" encoding="UTF-8"?>
  337. <beans xmlns="http://www.springframework.org/schema/beans"
  338.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  339.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  340.     <bean name="user"  scope="prototype"></bean>
  341. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  342. <?xml version="1.0" encoding="UTF-8"?>
  343. <beans xmlns="http://www.springframework.org/schema/beans"
  344.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  345.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  346.     <bean name="user"  scope="prototype"></bean>
  347. </beans><bean name="user"  scope="singleton"></bean>
  348. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  349. <?xml version="1.0" encoding="UTF-8"?>
  350. <beans xmlns="http://www.springframework.org/schema/beans"
  351. <?xml version="1.0" encoding="UTF-8"?>
  352. <beans xmlns="http://www.springframework.org/schema/beans"
  353.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  354.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  355.     <bean name="user"  scope="prototype"></bean>
  356. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  357. <?xml version="1.0" encoding="UTF-8"?>
  358. <beans xmlns="http://www.springframework.org/schema/beans"
  359.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  360.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  361.     <bean name="user"  scope="prototype"></bean>
  362. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  363. <?xml version="1.0" encoding="UTF-8"?>
  364. <beans xmlns="http://www.springframework.org/schema/beans"
  365.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  366.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  367.     <bean name="user"  scope="prototype"></bean>
  368. </beans><bean name="user"  scope="singleton"></bean>
  369. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  370. <?xml version="1.0" encoding="UTF-8"?>
  371. <beans xmlns="http://www.springframework.org/schema/beans"
  372. <?xml version="1.0" encoding="UTF-8"?>
  373. <beans xmlns="http://www.springframework.org/schema/beans"
  374.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  375.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  376.     <bean name="user"  scope="prototype"></bean>
  377. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  378. <?xml version="1.0" encoding="UTF-8"?>
  379. <beans xmlns="http://www.springframework.org/schema/beans"
  380.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  381.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  382.     <bean name="user"  scope="prototype"></bean>
  383. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  384. <?xml version="1.0" encoding="UTF-8"?>
  385. <beans xmlns="http://www.springframework.org/schema/beans"
  386.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  387.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  388.     <bean name="user"  scope="prototype"></bean>
  389. </beans><bean name="user"  scope="singleton"></bean>
  390. </beans><bean name="user" ></bean>
  391. </beans><?xml version="1.0" encoding="UTF-8"?>
  392. <beans xmlns="http://www.springframework.org/schema/beans"
  393. <?xml version="1.0" encoding="UTF-8"?>
  394. <beans xmlns="http://www.springframework.org/schema/beans"
  395. <?xml version="1.0" encoding="UTF-8"?>
  396. <beans xmlns="http://www.springframework.org/schema/beans"
  397.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  398.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  399.     <bean name="user"  scope="prototype"></bean>
  400. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  401. <?xml version="1.0" encoding="UTF-8"?>
  402. <beans xmlns="http://www.springframework.org/schema/beans"
  403.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  404.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  405.     <bean name="user"  scope="prototype"></bean>
  406. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  407. <?xml version="1.0" encoding="UTF-8"?>
  408. <beans xmlns="http://www.springframework.org/schema/beans"
  409.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  410.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  411.     <bean name="user"  scope="prototype"></bean>
  412. </beans><bean name="user"  scope="singleton"></bean>
  413. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  414. <?xml version="1.0" encoding="UTF-8"?>
  415. <beans xmlns="http://www.springframework.org/schema/beans"
  416. <?xml version="1.0" encoding="UTF-8"?>
  417. <beans xmlns="http://www.springframework.org/schema/beans"
  418.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  419.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  420.     <bean name="user"  scope="prototype"></bean>
  421. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  422. <?xml version="1.0" encoding="UTF-8"?>
  423. <beans xmlns="http://www.springframework.org/schema/beans"
  424.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  425.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  426.     <bean name="user"  scope="prototype"></bean>
  427. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  428. <?xml version="1.0" encoding="UTF-8"?>
  429. <beans xmlns="http://www.springframework.org/schema/beans"
  430.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  431.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  432.     <bean name="user"  scope="prototype"></bean>
  433. </beans><bean name="user"  scope="singleton"></bean>
  434. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  435. <?xml version="1.0" encoding="UTF-8"?>
  436. <beans xmlns="http://www.springframework.org/schema/beans"
  437. <?xml version="1.0" encoding="UTF-8"?>
  438. <beans xmlns="http://www.springframework.org/schema/beans"
  439.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  440.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  441.     <bean name="user"  scope="prototype"></bean>
  442. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  443. <?xml version="1.0" encoding="UTF-8"?>
  444. <beans xmlns="http://www.springframework.org/schema/beans"
  445.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  446.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  447.     <bean name="user"  scope="prototype"></bean>
  448. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  449. <?xml version="1.0" encoding="UTF-8"?>
  450. <beans xmlns="http://www.springframework.org/schema/beans"
  451.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  452.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  453.     <bean name="user"  scope="prototype"></bean>
  454. </beans><bean name="user"  scope="singleton"></bean>
  455. </beans><bean name="user" ></bean>
  456. </beans><?xml version="1.0" encoding="UTF-8"?>
  457. <beans xmlns="http://www.springframework.org/schema/beans"
  458. <?xml version="1.0" encoding="UTF-8"?>
  459. <beans xmlns="http://www.springframework.org/schema/beans"
  460. <?xml version="1.0" encoding="UTF-8"?>
  461. <beans xmlns="http://www.springframework.org/schema/beans"
  462.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  463.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  464.     <bean name="user"  scope="prototype"></bean>
  465. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  466. <?xml version="1.0" encoding="UTF-8"?>
  467. <beans xmlns="http://www.springframework.org/schema/beans"
  468.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  469.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  470.     <bean name="user"  scope="prototype"></bean>
  471. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  472. <?xml version="1.0" encoding="UTF-8"?>
  473. <beans xmlns="http://www.springframework.org/schema/beans"
  474.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  475.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  476.     <bean name="user"  scope="prototype"></bean>
  477. </beans><bean name="user"  scope="singleton"></bean>
  478. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  479. <?xml version="1.0" encoding="UTF-8"?>
  480. <beans xmlns="http://www.springframework.org/schema/beans"
  481. <?xml version="1.0" encoding="UTF-8"?>
  482. <beans xmlns="http://www.springframework.org/schema/beans"
  483.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  484.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  485.     <bean name="user"  scope="prototype"></bean>
  486. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  487. <?xml version="1.0" encoding="UTF-8"?>
  488. <beans xmlns="http://www.springframework.org/schema/beans"
  489.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  490.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  491.     <bean name="user"  scope="prototype"></bean>
  492. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  493. <?xml version="1.0" encoding="UTF-8"?>
  494. <beans xmlns="http://www.springframework.org/schema/beans"
  495.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  496.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  497.     <bean name="user"  scope="prototype"></bean>
  498. </beans><bean name="user"  scope="singleton"></bean>
  499. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  500. <?xml version="1.0" encoding="UTF-8"?>
  501. <beans xmlns="http://www.springframework.org/schema/beans"
  502. <?xml version="1.0" encoding="UTF-8"?>
  503. <beans xmlns="http://www.springframework.org/schema/beans"
  504.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  505.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  506.     <bean name="user"  scope="prototype"></bean>
  507. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  508. <?xml version="1.0" encoding="UTF-8"?>
  509. <beans xmlns="http://www.springframework.org/schema/beans"
  510.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  511.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  512.     <bean name="user"  scope="prototype"></bean>
  513. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  514. <?xml version="1.0" encoding="UTF-8"?>
  515. <beans xmlns="http://www.springframework.org/schema/beans"
  516.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  517.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  518.     <bean name="user"  scope="prototype"></bean>
  519. </beans><bean name="user"  scope="singleton"></bean>
  520. </beans><bean name="user" ></bean>
  521. </beans><?xml version="1.0" encoding="UTF-8"?>
  522. <beans xmlns="http://www.springframework.org/schema/beans"
  523. <?xml version="1.0" encoding="UTF-8"?>
  524. <beans xmlns="http://www.springframework.org/schema/beans"
  525. <?xml version="1.0" encoding="UTF-8"?>
  526. <beans xmlns="http://www.springframework.org/schema/beans"
  527.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  528.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  529.     <bean name="user"  scope="prototype"></bean>
  530. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  531. <?xml version="1.0" encoding="UTF-8"?>
  532. <beans xmlns="http://www.springframework.org/schema/beans"
  533.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  534.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  535.     <bean name="user"  scope="prototype"></bean>
  536. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  537. <?xml version="1.0" encoding="UTF-8"?>
  538. <beans xmlns="http://www.springframework.org/schema/beans"
  539.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  540.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  541.     <bean name="user"  scope="prototype"></bean>
  542. </beans><bean name="user"  scope="singleton"></bean>
  543. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  544. <?xml version="1.0" encoding="UTF-8"?>
  545. <beans xmlns="http://www.springframework.org/schema/beans"
  546. <?xml version="1.0" encoding="UTF-8"?>
  547. <beans xmlns="http://www.springframework.org/schema/beans"
  548.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  549.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  550.     <bean name="user"  scope="prototype"></bean>
  551. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  552. <?xml version="1.0" encoding="UTF-8"?>
  553. <beans xmlns="http://www.springframework.org/schema/beans"
  554.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  555.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  556.     <bean name="user"  scope="prototype"></bean>
  557. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  558. <?xml version="1.0" encoding="UTF-8"?>
  559. <beans xmlns="http://www.springframework.org/schema/beans"
  560.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  561.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  562.     <bean name="user"  scope="prototype"></bean>
  563. </beans><bean name="user"  scope="singleton"></bean>
  564. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  565. <?xml version="1.0" encoding="UTF-8"?>
  566. <beans xmlns="http://www.springframework.org/schema/beans"
  567. <?xml version="1.0" encoding="UTF-8"?>
  568. <beans xmlns="http://www.springframework.org/schema/beans"
  569.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  570.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  571.     <bean name="user"  scope="prototype"></bean>
  572. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  573. <?xml version="1.0" encoding="UTF-8"?>
  574. <beans xmlns="http://www.springframework.org/schema/beans"
  575.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  576.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  577.     <bean name="user"  scope="prototype"></bean>
  578. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  579. <?xml version="1.0" encoding="UTF-8"?>
  580. <beans xmlns="http://www.springframework.org/schema/beans"
  581.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  582.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  583.     <bean name="user"  scope="prototype"></bean>
  584. </beans><bean name="user"  scope="singleton"></bean>
  585. </beans><bean name="user" ></bean>
  586. </beans><?xml version="1.0" encoding="UTF-8"?>
  587. <beans xmlns="http://www.springframework.org/schema/beans"
  588. <?xml version="1.0" encoding="UTF-8"?>
  589. <beans xmlns="http://www.springframework.org/schema/beans"
  590. <?xml version="1.0" encoding="UTF-8"?>
  591. <beans xmlns="http://www.springframework.org/schema/beans"
  592.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  593.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  594.     <bean name="user"  scope="prototype"></bean>
  595. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  596. <?xml version="1.0" encoding="UTF-8"?>
  597. <beans xmlns="http://www.springframework.org/schema/beans"
  598.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  599.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  600.     <bean name="user"  scope="prototype"></bean>
  601. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  602. <?xml version="1.0" encoding="UTF-8"?>
  603. <beans xmlns="http://www.springframework.org/schema/beans"
  604.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  605.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  606.     <bean name="user"  scope="prototype"></bean>
  607. </beans><bean name="user"  scope="singleton"></bean>
  608. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  609. <?xml version="1.0" encoding="UTF-8"?>
  610. <beans xmlns="http://www.springframework.org/schema/beans"
  611. <?xml version="1.0" encoding="UTF-8"?>
  612. <beans xmlns="http://www.springframework.org/schema/beans"
  613.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  614.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  615.     <bean name="user"  scope="prototype"></bean>
  616. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  617. <?xml version="1.0" encoding="UTF-8"?>
  618. <beans xmlns="http://www.springframework.org/schema/beans"
  619.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  620.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  621.     <bean name="user"  scope="prototype"></bean>
  622. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  623. <?xml version="1.0" encoding="UTF-8"?>
  624. <beans xmlns="http://www.springframework.org/schema/beans"
  625.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  626.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  627.     <bean name="user"  scope="prototype"></bean>
  628. </beans><bean name="user"  scope="singleton"></bean>
  629. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  630. <?xml version="1.0" encoding="UTF-8"?>
  631. <beans xmlns="http://www.springframework.org/schema/beans"
  632. <?xml version="1.0" encoding="UTF-8"?>
  633. <beans xmlns="http://www.springframework.org/schema/beans"
  634.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  635.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  636.     <bean name="user"  scope="prototype"></bean>
  637. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  638. <?xml version="1.0" encoding="UTF-8"?>
  639. <beans xmlns="http://www.springframework.org/schema/beans"
  640.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  641.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  642.     <bean name="user"  scope="prototype"></bean>
  643. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  644. <?xml version="1.0" encoding="UTF-8"?>
  645. <beans xmlns="http://www.springframework.org/schema/beans"
  646.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  647.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  648.     <bean name="user"  scope="prototype"></bean>
  649. </beans><bean name="user"  scope="singleton"></bean>
  650. </beans><bean name="user" ></bean>
  651. </beans><?xml version="1.0" encoding="UTF-8"?>
  652. <beans xmlns="http://www.springframework.org/schema/beans"
  653. <?xml version="1.0" encoding="UTF-8"?>
  654. <beans xmlns="http://www.springframework.org/schema/beans"
  655. <?xml version="1.0" encoding="UTF-8"?>
  656. <beans xmlns="http://www.springframework.org/schema/beans"
  657.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  658.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  659.     <bean name="user"  scope="prototype"></bean>
  660. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  661. <?xml version="1.0" encoding="UTF-8"?>
  662. <beans xmlns="http://www.springframework.org/schema/beans"
  663.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  664.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  665.     <bean name="user"  scope="prototype"></bean>
  666. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  667. <?xml version="1.0" encoding="UTF-8"?>
  668. <beans xmlns="http://www.springframework.org/schema/beans"
  669.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  670.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  671.     <bean name="user"  scope="prototype"></bean>
  672. </beans><bean name="user"  scope="singleton"></bean>
  673. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  674. <?xml version="1.0" encoding="UTF-8"?>
  675. <beans xmlns="http://www.springframework.org/schema/beans"
  676. <?xml version="1.0" encoding="UTF-8"?>
  677. <beans xmlns="http://www.springframework.org/schema/beans"
  678.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  679.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  680.     <bean name="user"  scope="prototype"></bean>
  681. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  682. <?xml version="1.0" encoding="UTF-8"?>
  683. <beans xmlns="http://www.springframework.org/schema/beans"
  684.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  685.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  686.     <bean name="user"  scope="prototype"></bean>
  687. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  688. <?xml version="1.0" encoding="UTF-8"?>
  689. <beans xmlns="http://www.springframework.org/schema/beans"
  690.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  691.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  692.     <bean name="user"  scope="prototype"></bean>
  693. </beans><bean name="user"  scope="singleton"></bean>
  694. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  695. <?xml version="1.0" encoding="UTF-8"?>
  696. <beans xmlns="http://www.springframework.org/schema/beans"
  697. <?xml version="1.0" encoding="UTF-8"?>
  698. <beans xmlns="http://www.springframework.org/schema/beans"
  699.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  700.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  701.     <bean name="user"  scope="prototype"></bean>
  702. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  703. <?xml version="1.0" encoding="UTF-8"?>
  704. <beans xmlns="http://www.springframework.org/schema/beans"
  705.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  706.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  707.     <bean name="user"  scope="prototype"></bean>
  708. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  709. <?xml version="1.0" encoding="UTF-8"?>
  710. <beans xmlns="http://www.springframework.org/schema/beans"
  711.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  712.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  713.     <bean name="user"  scope="prototype"></bean>
  714. </beans><bean name="user"  scope="singleton"></bean>
  715. </beans><bean name="user" ></bean>
  716. </beans><?xml version="1.0" encoding="UTF-8"?>
  717. <beans xmlns="http://www.springframework.org/schema/beans"
  718. <?xml version="1.0" encoding="UTF-8"?>
  719. <beans xmlns="http://www.springframework.org/schema/beans"
  720. <?xml version="1.0" encoding="UTF-8"?>
  721. <beans xmlns="http://www.springframework.org/schema/beans"
  722.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  723.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  724.     <bean name="user"  scope="prototype"></bean>
  725. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  726. <?xml version="1.0" encoding="UTF-8"?>
  727. <beans xmlns="http://www.springframework.org/schema/beans"
  728.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  729.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  730.     <bean name="user"  scope="prototype"></bean>
  731. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  732. <?xml version="1.0" encoding="UTF-8"?>
  733. <beans xmlns="http://www.springframework.org/schema/beans"
  734.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  735.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  736.     <bean name="user"  scope="prototype"></bean>
  737. </beans><bean name="user"  scope="singleton"></bean>
  738. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  739. <?xml version="1.0" encoding="UTF-8"?>
  740. <beans xmlns="http://www.springframework.org/schema/beans"
  741. <?xml version="1.0" encoding="UTF-8"?>
  742. <beans xmlns="http://www.springframework.org/schema/beans"
  743.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  744.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  745.     <bean name="user"  scope="prototype"></bean>
  746. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  747. <?xml version="1.0" encoding="UTF-8"?>
  748. <beans xmlns="http://www.springframework.org/schema/beans"
  749.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  750.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  751.     <bean name="user"  scope="prototype"></bean>
  752. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  753. <?xml version="1.0" encoding="UTF-8"?>
  754. <beans xmlns="http://www.springframework.org/schema/beans"
  755.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  756.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  757.     <bean name="user"  scope="prototype"></bean>
  758. </beans><bean name="user"  scope="singleton"></bean>
  759. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  760. <?xml version="1.0" encoding="UTF-8"?>
  761. <beans xmlns="http://www.springframework.org/schema/beans"
  762. <?xml version="1.0" encoding="UTF-8"?>
  763. <beans xmlns="http://www.springframework.org/schema/beans"
  764.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  765.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  766.     <bean name="user"  scope="prototype"></bean>
  767. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  768. <?xml version="1.0" encoding="UTF-8"?>
  769. <beans xmlns="http://www.springframework.org/schema/beans"
  770.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  771.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  772.     <bean name="user"  scope="prototype"></bean>
  773. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  774. <?xml version="1.0" encoding="UTF-8"?>
  775. <beans xmlns="http://www.springframework.org/schema/beans"
  776.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  777.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  778.     <bean name="user"  scope="prototype"></bean>
  779. </beans><bean name="user"  scope="singleton"></bean>
  780. </beans><bean name="user" ></bean>
  781. </beans><?xml version="1.0" encoding="UTF-8"?>
  782. <beans xmlns="http://www.springframework.org/schema/beans"
  783. <?xml version="1.0" encoding="UTF-8"?>
  784. <beans xmlns="http://www.springframework.org/schema/beans"
  785. <?xml version="1.0" encoding="UTF-8"?>
  786. <beans xmlns="http://www.springframework.org/schema/beans"
  787.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  788.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  789.     <bean name="user"  scope="prototype"></bean>
  790. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  791. <?xml version="1.0" encoding="UTF-8"?>
  792. <beans xmlns="http://www.springframework.org/schema/beans"
  793.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  794.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  795.     <bean name="user"  scope="prototype"></bean>
  796. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  797. <?xml version="1.0" encoding="UTF-8"?>
  798. <beans xmlns="http://www.springframework.org/schema/beans"
  799.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  800.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  801.     <bean name="user"  scope="prototype"></bean>
  802. </beans><bean name="user"  scope="singleton"></bean>
  803. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  804. <?xml version="1.0" encoding="UTF-8"?>
  805. <beans xmlns="http://www.springframework.org/schema/beans"
  806. <?xml version="1.0" encoding="UTF-8"?>
  807. <beans xmlns="http://www.springframework.org/schema/beans"
  808.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  809.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  810.     <bean name="user"  scope="prototype"></bean>
  811. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  812. <?xml version="1.0" encoding="UTF-8"?>
  813. <beans xmlns="http://www.springframework.org/schema/beans"
  814.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  815.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  816.     <bean name="user"  scope="prototype"></bean>
  817. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  818. <?xml version="1.0" encoding="UTF-8"?>
  819. <beans xmlns="http://www.springframework.org/schema/beans"
  820.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  821.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  822.     <bean name="user"  scope="prototype"></bean>
  823. </beans><bean name="user"  scope="singleton"></bean>
  824. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  825. <?xml version="1.0" encoding="UTF-8"?>
  826. <beans xmlns="http://www.springframework.org/schema/beans"
  827. <?xml version="1.0" encoding="UTF-8"?>
  828. <beans xmlns="http://www.springframework.org/schema/beans"
  829.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  830.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  831.     <bean name="user"  scope="prototype"></bean>
  832. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  833. <?xml version="1.0" encoding="UTF-8"?>
  834. <beans xmlns="http://www.springframework.org/schema/beans"
  835.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  836.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  837.     <bean name="user"  scope="prototype"></bean>
  838. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  839. <?xml version="1.0" encoding="UTF-8"?>
  840. <beans xmlns="http://www.springframework.org/schema/beans"
  841.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  842.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  843.     <bean name="user"  scope="prototype"></bean>
  844. </beans><bean name="user"  scope="singleton"></bean>
  845. </beans><bean name="user" ></bean>
  846. </beans><?xml version="1.0" encoding="UTF-8"?>
  847. <beans xmlns="http://www.springframework.org/schema/beans"
  848. <?xml version="1.0" encoding="UTF-8"?>
  849. <beans xmlns="http://www.springframework.org/schema/beans"
  850. <?xml version="1.0" encoding="UTF-8"?>
  851. <beans xmlns="http://www.springframework.org/schema/beans"
  852.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  853.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  854.     <bean name="user"  scope="prototype"></bean>
  855. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  856. <?xml version="1.0" encoding="UTF-8"?>
  857. <beans xmlns="http://www.springframework.org/schema/beans"
  858.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  859.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  860.     <bean name="user"  scope="prototype"></bean>
  861. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  862. <?xml version="1.0" encoding="UTF-8"?>
  863. <beans xmlns="http://www.springframework.org/schema/beans"
  864.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  865.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  866.     <bean name="user"  scope="prototype"></bean>
  867. </beans><bean name="user"  scope="singleton"></bean>
  868. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  869. <?xml version="1.0" encoding="UTF-8"?>
  870. <beans xmlns="http://www.springframework.org/schema/beans"
  871. <?xml version="1.0" encoding="UTF-8"?>
  872. <beans xmlns="http://www.springframework.org/schema/beans"
  873.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  874.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  875.     <bean name="user"  scope="prototype"></bean>
  876. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  877. <?xml version="1.0" encoding="UTF-8"?>
  878. <beans xmlns="http://www.springframework.org/schema/beans"
  879.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  880.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  881.     <bean name="user"  scope="prototype"></bean>
  882. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  883. <?xml version="1.0" encoding="UTF-8"?>
  884. <beans xmlns="http://www.springframework.org/schema/beans"
  885.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  886.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  887.     <bean name="user"  scope="prototype"></bean>
  888. </beans><bean name="user"  scope="singleton"></bean>
  889. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  890. <?xml version="1.0" encoding="UTF-8"?>
  891. <beans xmlns="http://www.springframework.org/schema/beans"
  892. <?xml version="1.0" encoding="UTF-8"?>
  893. <beans xmlns="http://www.springframework.org/schema/beans"
  894.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  895.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  896.     <bean name="user"  scope="prototype"></bean>
  897. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  898. <?xml version="1.0" encoding="UTF-8"?>
  899. <beans xmlns="http://www.springframework.org/schema/beans"
  900.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  901.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  902.     <bean name="user"  scope="prototype"></bean>
  903. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  904. <?xml version="1.0" encoding="UTF-8"?>
  905. <beans xmlns="http://www.springframework.org/schema/beans"
  906.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  907.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  908.     <bean name="user"  scope="prototype"></bean>
  909. </beans><bean name="user"  scope="singleton"></bean>
  910. </beans><bean name="user" ></bean>
  911. </beans><?xml version="1.0" encoding="UTF-8"?>
  912. <beans xmlns="http://www.springframework.org/schema/beans"
  913. <?xml version="1.0" encoding="UTF-8"?>
  914. <beans xmlns="http://www.springframework.org/schema/beans"
  915. <?xml version="1.0" encoding="UTF-8"?>
  916. <beans xmlns="http://www.springframework.org/schema/beans"
  917.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  918.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  919.     <bean name="user"  scope="prototype"></bean>
  920. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  921. <?xml version="1.0" encoding="UTF-8"?>
  922. <beans xmlns="http://www.springframework.org/schema/beans"
  923.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  924.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  925.     <bean name="user"  scope="prototype"></bean>
  926. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  927. <?xml version="1.0" encoding="UTF-8"?>
  928. <beans xmlns="http://www.springframework.org/schema/beans"
  929.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  930.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  931.     <bean name="user"  scope="prototype"></bean>
  932. </beans><bean name="user"  scope="singleton"></bean>
  933. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  934. <?xml version="1.0" encoding="UTF-8"?>
  935. <beans xmlns="http://www.springframework.org/schema/beans"
  936. <?xml version="1.0" encoding="UTF-8"?>
  937. <beans xmlns="http://www.springframework.org/schema/beans"
  938.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  939.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  940.     <bean name="user"  scope="prototype"></bean>
  941. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  942. <?xml version="1.0" encoding="UTF-8"?>
  943. <beans xmlns="http://www.springframework.org/schema/beans"
  944.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  945.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  946.     <bean name="user"  scope="prototype"></bean>
  947. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  948. <?xml version="1.0" encoding="UTF-8"?>
  949. <beans xmlns="http://www.springframework.org/schema/beans"
  950.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  951.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  952.     <bean name="user"  scope="prototype"></bean>
  953. </beans><bean name="user"  scope="singleton"></bean>
  954. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  955. <?xml version="1.0" encoding="UTF-8"?>
  956. <beans xmlns="http://www.springframework.org/schema/beans"
  957. <?xml version="1.0" encoding="UTF-8"?>
  958. <beans xmlns="http://www.springframework.org/schema/beans"
  959.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  960.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  961.     <bean name="user"  scope="prototype"></bean>
  962. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  963. <?xml version="1.0" encoding="UTF-8"?>
  964. <beans xmlns="http://www.springframework.org/schema/beans"
  965.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  966.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  967.     <bean name="user"  scope="prototype"></bean>
  968. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  969. <?xml version="1.0" encoding="UTF-8"?>
  970. <beans xmlns="http://www.springframework.org/schema/beans"
  971.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  972.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  973.     <bean name="user"  scope="prototype"></bean>
  974. </beans><bean name="user"  scope="singleton"></bean>
  975. </beans><bean name="user" ></bean>
  976. </beans><?xml version="1.0" encoding="UTF-8"?>
  977. <beans xmlns="http://www.springframework.org/schema/beans"
  978. <?xml version="1.0" encoding="UTF-8"?>
  979. <beans xmlns="http://www.springframework.org/schema/beans"
  980. <?xml version="1.0" encoding="UTF-8"?>
  981. <beans xmlns="http://www.springframework.org/schema/beans"
  982.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  983.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  984.     <bean name="user"  scope="prototype"></bean>
  985. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  986. <?xml version="1.0" encoding="UTF-8"?>
  987. <beans xmlns="http://www.springframework.org/schema/beans"
  988.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  989.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  990.     <bean name="user"  scope="prototype"></bean>
  991. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  992. <?xml version="1.0" encoding="UTF-8"?>
  993. <beans xmlns="http://www.springframework.org/schema/beans"
  994.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  995.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  996.     <bean name="user"  scope="prototype"></bean>
  997. </beans><bean name="user"  scope="singleton"></bean>
  998. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  999. <?xml version="1.0" encoding="UTF-8"?>
  1000. <beans xmlns="http://www.springframework.org/schema/beans"
  1001. <?xml version="1.0" encoding="UTF-8"?>
  1002. <beans xmlns="http://www.springframework.org/schema/beans"
  1003.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1004.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1005.     <bean name="user"  scope="prototype"></bean>
  1006. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1007. <?xml version="1.0" encoding="UTF-8"?>
  1008. <beans xmlns="http://www.springframework.org/schema/beans"
  1009.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1010.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1011.     <bean name="user"  scope="prototype"></bean>
  1012. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1013. <?xml version="1.0" encoding="UTF-8"?>
  1014. <beans xmlns="http://www.springframework.org/schema/beans"
  1015.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1016.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1017.     <bean name="user"  scope="prototype"></bean>
  1018. </beans><bean name="user"  scope="singleton"></bean>
  1019. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1020. <?xml version="1.0" encoding="UTF-8"?>
  1021. <beans xmlns="http://www.springframework.org/schema/beans"
  1022. <?xml version="1.0" encoding="UTF-8"?>
  1023. <beans xmlns="http://www.springframework.org/schema/beans"
  1024.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1025.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1026.     <bean name="user"  scope="prototype"></bean>
  1027. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1028. <?xml version="1.0" encoding="UTF-8"?>
  1029. <beans xmlns="http://www.springframework.org/schema/beans"
  1030.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1031.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1032.     <bean name="user"  scope="prototype"></bean>
  1033. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1034. <?xml version="1.0" encoding="UTF-8"?>
  1035. <beans xmlns="http://www.springframework.org/schema/beans"
  1036.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1037.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1038.     <bean name="user"  scope="prototype"></bean>
  1039. </beans><bean name="user"  scope="singleton"></bean>
  1040. </beans><bean name="user" ></bean>
  1041. </beans><?xml version="1.0" encoding="UTF-8"?>
  1042. <beans xmlns="http://www.springframework.org/schema/beans"
  1043. <?xml version="1.0" encoding="UTF-8"?>
  1044. <beans xmlns="http://www.springframework.org/schema/beans"
  1045. <?xml version="1.0" encoding="UTF-8"?>
  1046. <beans xmlns="http://www.springframework.org/schema/beans"
  1047.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1048.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1049.     <bean name="user"  scope="prototype"></bean>
  1050. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1051. <?xml version="1.0" encoding="UTF-8"?>
  1052. <beans xmlns="http://www.springframework.org/schema/beans"
  1053.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1054.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1055.     <bean name="user"  scope="prototype"></bean>
  1056. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1057. <?xml version="1.0" encoding="UTF-8"?>
  1058. <beans xmlns="http://www.springframework.org/schema/beans"
  1059.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1060.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1061.     <bean name="user"  scope="prototype"></bean>
  1062. </beans><bean name="user"  scope="singleton"></bean>
  1063. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1064. <?xml version="1.0" encoding="UTF-8"?>
  1065. <beans xmlns="http://www.springframework.org/schema/beans"
  1066. <?xml version="1.0" encoding="UTF-8"?>
  1067. <beans xmlns="http://www.springframework.org/schema/beans"
  1068.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1069.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1070.     <bean name="user"  scope="prototype"></bean>
  1071. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1072. <?xml version="1.0" encoding="UTF-8"?>
  1073. <beans xmlns="http://www.springframework.org/schema/beans"
  1074.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1075.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1076.     <bean name="user"  scope="prototype"></bean>
  1077. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1078. <?xml version="1.0" encoding="UTF-8"?>
  1079. <beans xmlns="http://www.springframework.org/schema/beans"
  1080.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1081.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1082.     <bean name="user"  scope="prototype"></bean>
  1083. </beans><bean name="user"  scope="singleton"></bean>
  1084. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1085. <?xml version="1.0" encoding="UTF-8"?>
  1086. <beans xmlns="http://www.springframework.org/schema/beans"
  1087. <?xml version="1.0" encoding="UTF-8"?>
  1088. <beans xmlns="http://www.springframework.org/schema/beans"
  1089.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1090.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1091.     <bean name="user"  scope="prototype"></bean>
  1092. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1093. <?xml version="1.0" encoding="UTF-8"?>
  1094. <beans xmlns="http://www.springframework.org/schema/beans"
  1095.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1096.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1097.     <bean name="user"  scope="prototype"></bean>
  1098. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1099. <?xml version="1.0" encoding="UTF-8"?>
  1100. <beans xmlns="http://www.springframework.org/schema/beans"
  1101.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1102.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1103.     <bean name="user"  scope="prototype"></bean>
  1104. </beans><bean name="user"  scope="singleton"></bean>
  1105. </beans><bean name="user" ></bean>
  1106. </beans><?xml version="1.0" encoding="UTF-8"?>
  1107. <beans xmlns="http://www.springframework.org/schema/beans"
  1108. <?xml version="1.0" encoding="UTF-8"?>
  1109. <beans xmlns="http://www.springframework.org/schema/beans"
  1110. <?xml version="1.0" encoding="UTF-8"?>
  1111. <beans xmlns="http://www.springframework.org/schema/beans"
  1112.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1113.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1114.     <bean name="user"  scope="prototype"></bean>
  1115. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1116. <?xml version="1.0" encoding="UTF-8"?>
  1117. <beans xmlns="http://www.springframework.org/schema/beans"
  1118.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1119.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1120.     <bean name="user"  scope="prototype"></bean>
  1121. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1122. <?xml version="1.0" encoding="UTF-8"?>
  1123. <beans xmlns="http://www.springframework.org/schema/beans"
  1124.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1125.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1126.     <bean name="user"  scope="prototype"></bean>
  1127. </beans><bean name="user"  scope="singleton"></bean>
  1128. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1129. <?xml version="1.0" encoding="UTF-8"?>
  1130. <beans xmlns="http://www.springframework.org/schema/beans"
  1131. <?xml version="1.0" encoding="UTF-8"?>
  1132. <beans xmlns="http://www.springframework.org/schema/beans"
  1133.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1134.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1135.     <bean name="user"  scope="prototype"></bean>
  1136. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1137. <?xml version="1.0" encoding="UTF-8"?>
  1138. <beans xmlns="http://www.springframework.org/schema/beans"
  1139.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1140.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1141.     <bean name="user"  scope="prototype"></bean>
  1142. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1143. <?xml version="1.0" encoding="UTF-8"?>
  1144. <beans xmlns="http://www.springframework.org/schema/beans"
  1145.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1146.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1147.     <bean name="user"  scope="prototype"></bean>
  1148. </beans><bean name="user"  scope="singleton"></bean>
  1149. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1150. <?xml version="1.0" encoding="UTF-8"?>
  1151. <beans xmlns="http://www.springframework.org/schema/beans"
  1152. <?xml version="1.0" encoding="UTF-8"?>
  1153. <beans xmlns="http://www.springframework.org/schema/beans"
  1154.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1155.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1156.     <bean name="user"  scope="prototype"></bean>
  1157. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1158. <?xml version="1.0" encoding="UTF-8"?>
  1159. <beans xmlns="http://www.springframework.org/schema/beans"
  1160.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1161.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1162.     <bean name="user"  scope="prototype"></bean>
  1163. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1164. <?xml version="1.0" encoding="UTF-8"?>
  1165. <beans xmlns="http://www.springframework.org/schema/beans"
  1166.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1167.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1168.     <bean name="user"  scope="prototype"></bean>
  1169. </beans><bean name="user"  scope="singleton"></bean>
  1170. </beans><bean name="user" ></bean>
  1171. </beans><?xml version="1.0" encoding="UTF-8"?>
  1172. <beans xmlns="http://www.springframework.org/schema/beans"
  1173. <?xml version="1.0" encoding="UTF-8"?>
  1174. <beans xmlns="http://www.springframework.org/schema/beans"
  1175. <?xml version="1.0" encoding="UTF-8"?>
  1176. <beans xmlns="http://www.springframework.org/schema/beans"
  1177.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1178.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1179.     <bean name="user"  scope="prototype"></bean>
  1180. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1181. <?xml version="1.0" encoding="UTF-8"?>
  1182. <beans xmlns="http://www.springframework.org/schema/beans"
  1183.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1184.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1185.     <bean name="user"  scope="prototype"></bean>
  1186. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1187. <?xml version="1.0" encoding="UTF-8"?>
  1188. <beans xmlns="http://www.springframework.org/schema/beans"
  1189.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1190.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1191.     <bean name="user"  scope="prototype"></bean>
  1192. </beans><bean name="user"  scope="singleton"></bean>
  1193. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1194. <?xml version="1.0" encoding="UTF-8"?>
  1195. <beans xmlns="http://www.springframework.org/schema/beans"
  1196. <?xml version="1.0" encoding="UTF-8"?>
  1197. <beans xmlns="http://www.springframework.org/schema/beans"
  1198.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1199.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1200.     <bean name="user"  scope="prototype"></bean>
  1201. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1202. <?xml version="1.0" encoding="UTF-8"?>
  1203. <beans xmlns="http://www.springframework.org/schema/beans"
  1204.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1205.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1206.     <bean name="user"  scope="prototype"></bean>
  1207. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1208. <?xml version="1.0" encoding="UTF-8"?>
  1209. <beans xmlns="http://www.springframework.org/schema/beans"
  1210.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1211.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1212.     <bean name="user"  scope="prototype"></bean>
  1213. </beans><bean name="user"  scope="singleton"></bean>
  1214. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1215. <?xml version="1.0" encoding="UTF-8"?>
  1216. <beans xmlns="http://www.springframework.org/schema/beans"
  1217. <?xml version="1.0" encoding="UTF-8"?>
  1218. <beans xmlns="http://www.springframework.org/schema/beans"
  1219.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1220.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1221.     <bean name="user"  scope="prototype"></bean>
  1222. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1223. <?xml version="1.0" encoding="UTF-8"?>
  1224. <beans xmlns="http://www.springframework.org/schema/beans"
  1225.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1226.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1227.     <bean name="user"  scope="prototype"></bean>
  1228. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1229. <?xml version="1.0" encoding="UTF-8"?>
  1230. <beans xmlns="http://www.springframework.org/schema/beans"
  1231.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1232.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1233.     <bean name="user"  scope="prototype"></bean>
  1234. </beans><bean name="user"  scope="singleton"></bean>
  1235. </beans><bean name="user" ></bean>
  1236. </beans><?xml version="1.0" encoding="UTF-8"?>
  1237. <beans xmlns="http://www.springframework.org/schema/beans"
  1238. <?xml version="1.0" encoding="UTF-8"?>
  1239. <beans xmlns="http://www.springframework.org/schema/beans"
  1240. <?xml version="1.0" encoding="UTF-8"?>
  1241. <beans xmlns="http://www.springframework.org/schema/beans"
  1242.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1243.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1244.     <bean name="user"  scope="prototype"></bean>
  1245. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1246. <?xml version="1.0" encoding="UTF-8"?>
  1247. <beans xmlns="http://www.springframework.org/schema/beans"
  1248.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1249.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1250.     <bean name="user"  scope="prototype"></bean>
  1251. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1252. <?xml version="1.0" encoding="UTF-8"?>
  1253. <beans xmlns="http://www.springframework.org/schema/beans"
  1254.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1255.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1256.     <bean name="user"  scope="prototype"></bean>
  1257. </beans><bean name="user"  scope="singleton"></bean>
  1258. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1259. <?xml version="1.0" encoding="UTF-8"?>
  1260. <beans xmlns="http://www.springframework.org/schema/beans"
  1261. <?xml version="1.0" encoding="UTF-8"?>
  1262. <beans xmlns="http://www.springframework.org/schema/beans"
  1263.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1264.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1265.     <bean name="user"  scope="prototype"></bean>
  1266. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1267. <?xml version="1.0" encoding="UTF-8"?>
  1268. <beans xmlns="http://www.springframework.org/schema/beans"
  1269.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1270.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1271.     <bean name="user"  scope="prototype"></bean>
  1272. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1273. <?xml version="1.0" encoding="UTF-8"?>
  1274. <beans xmlns="http://www.springframework.org/schema/beans"
  1275.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1276.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1277.     <bean name="user"  scope="prototype"></bean>
  1278. </beans><bean name="user"  scope="singleton"></bean>
  1279. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1280. <?xml version="1.0" encoding="UTF-8"?>
  1281. <beans xmlns="http://www.springframework.org/schema/beans"
  1282. <?xml version="1.0" encoding="UTF-8"?>
  1283. <beans xmlns="http://www.springframework.org/schema/beans"
  1284.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1285.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1286.     <bean name="user"  scope="prototype"></bean>
  1287. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1288. <?xml version="1.0" encoding="UTF-8"?>
  1289. <beans xmlns="http://www.springframework.org/schema/beans"
  1290.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1291.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1292.     <bean name="user"  scope="prototype"></bean>
  1293. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1294. <?xml version="1.0" encoding="UTF-8"?>
  1295. <beans xmlns="http://www.springframework.org/schema/beans"
  1296.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1297.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1298.     <bean name="user"  scope="prototype"></bean>
  1299. </beans><bean name="user"  scope="singleton"></bean>
  1300. </beans><bean name="user" ></bean>
  1301. </beans><?xml version="1.0" encoding="UTF-8"?>
  1302. <beans xmlns="http://www.springframework.org/schema/beans"
  1303. <?xml version="1.0" encoding="UTF-8"?>
  1304. <beans xmlns="http://www.springframework.org/schema/beans"
  1305. <?xml version="1.0" encoding="UTF-8"?>
  1306. <beans xmlns="http://www.springframework.org/schema/beans"
  1307.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1308.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1309.     <bean name="user"  scope="prototype"></bean>
  1310. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1311. <?xml version="1.0" encoding="UTF-8"?>
  1312. <beans xmlns="http://www.springframework.org/schema/beans"
  1313.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1314.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1315.     <bean name="user"  scope="prototype"></bean>
  1316. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1317. <?xml version="1.0" encoding="UTF-8"?>
  1318. <beans xmlns="http://www.springframework.org/schema/beans"
  1319.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1320.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1321.     <bean name="user"  scope="prototype"></bean>
  1322. </beans><bean name="user"  scope="singleton"></bean>
  1323. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1324. <?xml version="1.0" encoding="UTF-8"?>
  1325. <beans xmlns="http://www.springframework.org/schema/beans"
  1326. <?xml version="1.0" encoding="UTF-8"?>
  1327. <beans xmlns="http://www.springframework.org/schema/beans"
  1328.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1329.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1330.     <bean name="user"  scope="prototype"></bean>
  1331. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1332. <?xml version="1.0" encoding="UTF-8"?>
  1333. <beans xmlns="http://www.springframework.org/schema/beans"
  1334.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1335.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1336.     <bean name="user"  scope="prototype"></bean>
  1337. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1338. <?xml version="1.0" encoding="UTF-8"?>
  1339. <beans xmlns="http://www.springframework.org/schema/beans"
  1340.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1341.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1342.     <bean name="user"  scope="prototype"></bean>
  1343. </beans><bean name="user"  scope="singleton"></bean>
  1344. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1345. <?xml version="1.0" encoding="UTF-8"?>
  1346. <beans xmlns="http://www.springframework.org/schema/beans"
  1347. <?xml version="1.0" encoding="UTF-8"?>
  1348. <beans xmlns="http://www.springframework.org/schema/beans"
  1349.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1350.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1351.     <bean name="user"  scope="prototype"></bean>
  1352. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1353. <?xml version="1.0" encoding="UTF-8"?>
  1354. <beans xmlns="http://www.springframework.org/schema/beans"
  1355.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1356.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1357.     <bean name="user"  scope="prototype"></bean>
  1358. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1359. <?xml version="1.0" encoding="UTF-8"?>
  1360. <beans xmlns="http://www.springframework.org/schema/beans"
  1361.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1362.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1363.     <bean name="user"  scope="prototype"></bean>
  1364. </beans><bean name="user"  scope="singleton"></bean>
  1365. </beans><bean name="user" ></bean>
  1366. </beans><?xml version="1.0" encoding="UTF-8"?>
  1367. <beans xmlns="http://www.springframework.org/schema/beans"
  1368. <?xml version="1.0" encoding="UTF-8"?>
  1369. <beans xmlns="http://www.springframework.org/schema/beans"
  1370. <?xml version="1.0" encoding="UTF-8"?>
  1371. <beans xmlns="http://www.springframework.org/schema/beans"
  1372.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1373.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1374.     <bean name="user"  scope="prototype"></bean>
  1375. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1376. <?xml version="1.0" encoding="UTF-8"?>
  1377. <beans xmlns="http://www.springframework.org/schema/beans"
  1378.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1379.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1380.     <bean name="user"  scope="prototype"></bean>
  1381. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1382. <?xml version="1.0" encoding="UTF-8"?>
  1383. <beans xmlns="http://www.springframework.org/schema/beans"
  1384.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1385.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1386.     <bean name="user"  scope="prototype"></bean>
  1387. </beans><bean name="user"  scope="singleton"></bean>
  1388. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1389. <?xml version="1.0" encoding="UTF-8"?>
  1390. <beans xmlns="http://www.springframework.org/schema/beans"
  1391. <?xml version="1.0" encoding="UTF-8"?>
  1392. <beans xmlns="http://www.springframework.org/schema/beans"
  1393.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1394.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1395.     <bean name="user"  scope="prototype"></bean>
  1396. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1397. <?xml version="1.0" encoding="UTF-8"?>
  1398. <beans xmlns="http://www.springframework.org/schema/beans"
  1399.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1400.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1401.     <bean name="user"  scope="prototype"></bean>
  1402. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1403. <?xml version="1.0" encoding="UTF-8"?>
  1404. <beans xmlns="http://www.springframework.org/schema/beans"
  1405.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1406.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1407.     <bean name="user"  scope="prototype"></bean>
  1408. </beans><bean name="user"  scope="singleton"></bean>
  1409. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1410. <?xml version="1.0" encoding="UTF-8"?>
  1411. <beans xmlns="http://www.springframework.org/schema/beans"
  1412. <?xml version="1.0" encoding="UTF-8"?>
  1413. <beans xmlns="http://www.springframework.org/schema/beans"
  1414.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1415.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1416.     <bean name="user"  scope="prototype"></bean>
  1417. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1418. <?xml version="1.0" encoding="UTF-8"?>
  1419. <beans xmlns="http://www.springframework.org/schema/beans"
  1420.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1421.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1422.     <bean name="user"  scope="prototype"></bean>
  1423. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1424. <?xml version="1.0" encoding="UTF-8"?>
  1425. <beans xmlns="http://www.springframework.org/schema/beans"
  1426.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1427.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1428.     <bean name="user"  scope="prototype"></bean>
  1429. </beans><bean name="user"  scope="singleton"></bean>
  1430. </beans><bean name="user" ></bean>
  1431. </beans><?xml version="1.0" encoding="UTF-8"?>
  1432. <beans xmlns="http://www.springframework.org/schema/beans"
  1433. <?xml version="1.0" encoding="UTF-8"?>
  1434. <beans xmlns="http://www.springframework.org/schema/beans"
  1435. <?xml version="1.0" encoding="UTF-8"?>
  1436. <beans xmlns="http://www.springframework.org/schema/beans"
  1437.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1438.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1439.     <bean name="user"  scope="prototype"></bean>
  1440. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1441. <?xml version="1.0" encoding="UTF-8"?>
  1442. <beans xmlns="http://www.springframework.org/schema/beans"
  1443.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1444.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1445.     <bean name="user"  scope="prototype"></bean>
  1446. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1447. <?xml version="1.0" encoding="UTF-8"?>
  1448. <beans xmlns="http://www.springframework.org/schema/beans"
  1449.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1450.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1451.     <bean name="user"  scope="prototype"></bean>
  1452. </beans><bean name="user"  scope="singleton"></bean>
  1453. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1454. <?xml version="1.0" encoding="UTF-8"?>
  1455. <beans xmlns="http://www.springframework.org/schema/beans"
  1456. <?xml version="1.0" encoding="UTF-8"?>
  1457. <beans xmlns="http://www.springframework.org/schema/beans"
  1458.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1459.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1460.     <bean name="user"  scope="prototype"></bean>
  1461. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1462. <?xml version="1.0" encoding="UTF-8"?>
  1463. <beans xmlns="http://www.springframework.org/schema/beans"
  1464.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1465.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1466.     <bean name="user"  scope="prototype"></bean>
  1467. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1468. <?xml version="1.0" encoding="UTF-8"?>
  1469. <beans xmlns="http://www.springframework.org/schema/beans"
  1470.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1471.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1472.     <bean name="user"  scope="prototype"></bean>
  1473. </beans><bean name="user"  scope="singleton"></bean>
  1474. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1475. <?xml version="1.0" encoding="UTF-8"?>
  1476. <beans xmlns="http://www.springframework.org/schema/beans"
  1477. <?xml version="1.0" encoding="UTF-8"?>
  1478. <beans xmlns="http://www.springframework.org/schema/beans"
  1479.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1480.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1481.     <bean name="user"  scope="prototype"></bean>
  1482. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1483. <?xml version="1.0" encoding="UTF-8"?>
  1484. <beans xmlns="http://www.springframework.org/schema/beans"
  1485.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1486.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1487.     <bean name="user"  scope="prototype"></bean>
  1488. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1489. <?xml version="1.0" encoding="UTF-8"?>
  1490. <beans xmlns="http://www.springframework.org/schema/beans"
  1491.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1492.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1493.     <bean name="user"  scope="prototype"></bean>
  1494. </beans><bean name="user"  scope="singleton"></bean>
  1495. </beans><bean name="user" ></bean>
  1496. </beans><?xml version="1.0" encoding="UTF-8"?>
  1497. <beans xmlns="http://www.springframework.org/schema/beans"
  1498. <?xml version="1.0" encoding="UTF-8"?>
  1499. <beans xmlns="http://www.springframework.org/schema/beans"
  1500. <?xml version="1.0" encoding="UTF-8"?>
  1501. <beans xmlns="http://www.springframework.org/schema/beans"
  1502.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1503.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1504.     <bean name="user"  scope="prototype"></bean>
  1505. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1506. <?xml version="1.0" encoding="UTF-8"?>
  1507. <beans xmlns="http://www.springframework.org/schema/beans"
  1508.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1509.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1510.     <bean name="user"  scope="prototype"></bean>
  1511. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1512. <?xml version="1.0" encoding="UTF-8"?>
  1513. <beans xmlns="http://www.springframework.org/schema/beans"
  1514.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1515.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1516.     <bean name="user"  scope="prototype"></bean>
  1517. </beans><bean name="user"  scope="singleton"></bean>
  1518. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1519. <?xml version="1.0" encoding="UTF-8"?>
  1520. <beans xmlns="http://www.springframework.org/schema/beans"
  1521. <?xml version="1.0" encoding="UTF-8"?>
  1522. <beans xmlns="http://www.springframework.org/schema/beans"
  1523.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1524.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1525.     <bean name="user"  scope="prototype"></bean>
  1526. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1527. <?xml version="1.0" encoding="UTF-8"?>
  1528. <beans xmlns="http://www.springframework.org/schema/beans"
  1529.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1530.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1531.     <bean name="user"  scope="prototype"></bean>
  1532. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1533. <?xml version="1.0" encoding="UTF-8"?>
  1534. <beans xmlns="http://www.springframework.org/schema/beans"
  1535.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1536.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1537.     <bean name="user"  scope="prototype"></bean>
  1538. </beans><bean name="user"  scope="singleton"></bean>
  1539. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1540. <?xml version="1.0" encoding="UTF-8"?>
  1541. <beans xmlns="http://www.springframework.org/schema/beans"
  1542. <?xml version="1.0" encoding="UTF-8"?>
  1543. <beans xmlns="http://www.springframework.org/schema/beans"
  1544.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1545.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1546.     <bean name="user"  scope="prototype"></bean>
  1547. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1548. <?xml version="1.0" encoding="UTF-8"?>
  1549. <beans xmlns="http://www.springframework.org/schema/beans"
  1550.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1551.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1552.     <bean name="user"  scope="prototype"></bean>
  1553. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1554. <?xml version="1.0" encoding="UTF-8"?>
  1555. <beans xmlns="http://www.springframework.org/schema/beans"
  1556.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1557.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1558.     <bean name="user"  scope="prototype"></bean>
  1559. </beans><bean name="user"  scope="singleton"></bean>
  1560. </beans><bean name="user" ></bean>
  1561. </beans><?xml version="1.0" encoding="UTF-8"?>
  1562. <beans xmlns="http://www.springframework.org/schema/beans"
  1563. <?xml version="1.0" encoding="UTF-8"?>
  1564. <beans xmlns="http://www.springframework.org/schema/beans"
  1565. <?xml version="1.0" encoding="UTF-8"?>
  1566. <beans xmlns="http://www.springframework.org/schema/beans"
  1567.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1568.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1569.     <bean name="user"  scope="prototype"></bean>
  1570. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1571. <?xml version="1.0" encoding="UTF-8"?>
  1572. <beans xmlns="http://www.springframework.org/schema/beans"
  1573.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1574.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1575.     <bean name="user"  scope="prototype"></bean>
  1576. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1577. <?xml version="1.0" encoding="UTF-8"?>
  1578. <beans xmlns="http://www.springframework.org/schema/beans"
  1579.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1580.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1581.     <bean name="user"  scope="prototype"></bean>
  1582. </beans><bean name="user"  scope="singleton"></bean>
  1583. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1584. <?xml version="1.0" encoding="UTF-8"?>
  1585. <beans xmlns="http://www.springframework.org/schema/beans"
  1586. <?xml version="1.0" encoding="UTF-8"?>
  1587. <beans xmlns="http://www.springframework.org/schema/beans"
  1588.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1589.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1590.     <bean name="user"  scope="prototype"></bean>
  1591. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1592. <?xml version="1.0" encoding="UTF-8"?>
  1593. <beans xmlns="http://www.springframework.org/schema/beans"
  1594.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1595.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1596.     <bean name="user"  scope="prototype"></bean>
  1597. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1598. <?xml version="1.0" encoding="UTF-8"?>
  1599. <beans xmlns="http://www.springframework.org/schema/beans"
  1600.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1601.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1602.     <bean name="user"  scope="prototype"></bean>
  1603. </beans><bean name="user"  scope="singleton"></bean>
  1604. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1605. <?xml version="1.0" encoding="UTF-8"?>
  1606. <beans xmlns="http://www.springframework.org/schema/beans"
  1607. <?xml version="1.0" encoding="UTF-8"?>
  1608. <beans xmlns="http://www.springframework.org/schema/beans"
  1609.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1610.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1611.     <bean name="user"  scope="prototype"></bean>
  1612. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1613. <?xml version="1.0" encoding="UTF-8"?>
  1614. <beans xmlns="http://www.springframework.org/schema/beans"
  1615.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1616.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1617.     <bean name="user"  scope="prototype"></bean>
  1618. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1619. <?xml version="1.0" encoding="UTF-8"?>
  1620. <beans xmlns="http://www.springframework.org/schema/beans"
  1621.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1622.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1623.     <bean name="user"  scope="prototype"></bean>
  1624. </beans><bean name="user"  scope="singleton"></bean>
  1625. </beans><bean name="user" ></bean>
  1626. </beans><?xml version="1.0" encoding="UTF-8"?>
  1627. <beans xmlns="http://www.springframework.org/schema/beans"
  1628. <?xml version="1.0" encoding="UTF-8"?>
  1629. <beans xmlns="http://www.springframework.org/schema/beans"
  1630. <?xml version="1.0" encoding="UTF-8"?>
  1631. <beans xmlns="http://www.springframework.org/schema/beans"
  1632.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1633.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1634.     <bean name="user"  scope="prototype"></bean>
  1635. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1636. <?xml version="1.0" encoding="UTF-8"?>
  1637. <beans xmlns="http://www.springframework.org/schema/beans"
  1638.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1639.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1640.     <bean name="user"  scope="prototype"></bean>
  1641. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1642. <?xml version="1.0" encoding="UTF-8"?>
  1643. <beans xmlns="http://www.springframework.org/schema/beans"
  1644.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1645.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1646.     <bean name="user"  scope="prototype"></bean>
  1647. </beans><bean name="user"  scope="singleton"></bean>
  1648. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1649. <?xml version="1.0" encoding="UTF-8"?>
  1650. <beans xmlns="http://www.springframework.org/schema/beans"
  1651. <?xml version="1.0" encoding="UTF-8"?>
  1652. <beans xmlns="http://www.springframework.org/schema/beans"
  1653.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1654.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1655.     <bean name="user"  scope="prototype"></bean>
  1656. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1657. <?xml version="1.0" encoding="UTF-8"?>
  1658. <beans xmlns="http://www.springframework.org/schema/beans"
  1659.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1660.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1661.     <bean name="user"  scope="prototype"></bean>
  1662. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1663. <?xml version="1.0" encoding="UTF-8"?>
  1664. <beans xmlns="http://www.springframework.org/schema/beans"
  1665.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1666.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1667.     <bean name="user"  scope="prototype"></bean>
  1668. </beans><bean name="user"  scope="singleton"></bean>
  1669. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1670. <?xml version="1.0" encoding="UTF-8"?>
  1671. <beans xmlns="http://www.springframework.org/schema/beans"
  1672. <?xml version="1.0" encoding="UTF-8"?>
  1673. <beans xmlns="http://www.springframework.org/schema/beans"
  1674.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1675.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1676.     <bean name="user"  scope="prototype"></bean>
  1677. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1678. <?xml version="1.0" encoding="UTF-8"?>
  1679. <beans xmlns="http://www.springframework.org/schema/beans"
  1680.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1681.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1682.     <bean name="user"  scope="prototype"></bean>
  1683. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1684. <?xml version="1.0" encoding="UTF-8"?>
  1685. <beans xmlns="http://www.springframework.org/schema/beans"
  1686.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1687.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1688.     <bean name="user"  scope="prototype"></bean>
  1689. </beans><bean name="user"  scope="singleton"></bean>
  1690. </beans><bean name="user" ></bean>
  1691. </beans>  
复制代码
我们照旧使用 User 这个类,作为 Bean 进行一个测试。

启动多个线程,处理。
  1. import org.junit.Test;import org.springframework.context.ApplicationContext;import org.springframework.context.support.ClassPathXmlApplicationContext;public class testScope {<?xml version="1.0" encoding="UTF-8"?>
  2. <beans xmlns="http://www.springframework.org/schema/beans"
  3. <?xml version="1.0" encoding="UTF-8"?>
  4. <beans xmlns="http://www.springframework.org/schema/beans"
  5. <?xml version="1.0" encoding="UTF-8"?>
  6. <beans xmlns="http://www.springframework.org/schema/beans"
  7.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  8.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  9.     <bean name="user"  scope="prototype"></bean>
  10. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  11. <?xml version="1.0" encoding="UTF-8"?>
  12. <beans xmlns="http://www.springframework.org/schema/beans"
  13.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  14.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  15.     <bean name="user"  scope="prototype"></bean>
  16. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  17. <?xml version="1.0" encoding="UTF-8"?>
  18. <beans xmlns="http://www.springframework.org/schema/beans"
  19.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  20.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  21.     <bean name="user"  scope="prototype"></bean>
  22. </beans><bean name="user"  scope="singleton"></bean>
  23. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  24. <?xml version="1.0" encoding="UTF-8"?>
  25. <beans xmlns="http://www.springframework.org/schema/beans"
  26. <?xml version="1.0" encoding="UTF-8"?>
  27. <beans xmlns="http://www.springframework.org/schema/beans"
  28.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  29.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  30.     <bean name="user"  scope="prototype"></bean>
  31. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  32. <?xml version="1.0" encoding="UTF-8"?>
  33. <beans xmlns="http://www.springframework.org/schema/beans"
  34.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  35.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  36.     <bean name="user"  scope="prototype"></bean>
  37. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  38. <?xml version="1.0" encoding="UTF-8"?>
  39. <beans xmlns="http://www.springframework.org/schema/beans"
  40.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  41.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  42.     <bean name="user"  scope="prototype"></bean>
  43. </beans><bean name="user"  scope="singleton"></bean>
  44. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  45. <?xml version="1.0" encoding="UTF-8"?>
  46. <beans xmlns="http://www.springframework.org/schema/beans"
  47. <?xml version="1.0" encoding="UTF-8"?>
  48. <beans xmlns="http://www.springframework.org/schema/beans"
  49.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  50.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  51.     <bean name="user"  scope="prototype"></bean>
  52. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  53. <?xml version="1.0" encoding="UTF-8"?>
  54. <beans xmlns="http://www.springframework.org/schema/beans"
  55.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  56.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  57.     <bean name="user"  scope="prototype"></bean>
  58. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  59. <?xml version="1.0" encoding="UTF-8"?>
  60. <beans xmlns="http://www.springframework.org/schema/beans"
  61.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  62.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  63.     <bean name="user"  scope="prototype"></bean>
  64. </beans><bean name="user"  scope="singleton"></bean>
  65. </beans><bean name="user" ></bean>
  66. </beans>@Test<?xml version="1.0" encoding="UTF-8"?>
  67. <beans xmlns="http://www.springframework.org/schema/beans"
  68. <?xml version="1.0" encoding="UTF-8"?>
  69. <beans xmlns="http://www.springframework.org/schema/beans"
  70. <?xml version="1.0" encoding="UTF-8"?>
  71. <beans xmlns="http://www.springframework.org/schema/beans"
  72.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  73.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  74.     <bean name="user"  scope="prototype"></bean>
  75. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  76. <?xml version="1.0" encoding="UTF-8"?>
  77. <beans xmlns="http://www.springframework.org/schema/beans"
  78.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  79.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  80.     <bean name="user"  scope="prototype"></bean>
  81. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  82. <?xml version="1.0" encoding="UTF-8"?>
  83. <beans xmlns="http://www.springframework.org/schema/beans"
  84.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  85.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  86.     <bean name="user"  scope="prototype"></bean>
  87. </beans><bean name="user"  scope="singleton"></bean>
  88. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  89. <?xml version="1.0" encoding="UTF-8"?>
  90. <beans xmlns="http://www.springframework.org/schema/beans"
  91. <?xml version="1.0" encoding="UTF-8"?>
  92. <beans xmlns="http://www.springframework.org/schema/beans"
  93.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  94.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  95.     <bean name="user"  scope="prototype"></bean>
  96. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  97. <?xml version="1.0" encoding="UTF-8"?>
  98. <beans xmlns="http://www.springframework.org/schema/beans"
  99.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  100.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  101.     <bean name="user"  scope="prototype"></bean>
  102. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  103. <?xml version="1.0" encoding="UTF-8"?>
  104. <beans xmlns="http://www.springframework.org/schema/beans"
  105.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  106.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  107.     <bean name="user"  scope="prototype"></bean>
  108. </beans><bean name="user"  scope="singleton"></bean>
  109. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  110. <?xml version="1.0" encoding="UTF-8"?>
  111. <beans xmlns="http://www.springframework.org/schema/beans"
  112. <?xml version="1.0" encoding="UTF-8"?>
  113. <beans xmlns="http://www.springframework.org/schema/beans"
  114.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  115.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  116.     <bean name="user"  scope="prototype"></bean>
  117. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  118. <?xml version="1.0" encoding="UTF-8"?>
  119. <beans xmlns="http://www.springframework.org/schema/beans"
  120.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  121.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  122.     <bean name="user"  scope="prototype"></bean>
  123. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  124. <?xml version="1.0" encoding="UTF-8"?>
  125. <beans xmlns="http://www.springframework.org/schema/beans"
  126.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  127.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  128.     <bean name="user"  scope="prototype"></bean>
  129. </beans><bean name="user"  scope="singleton"></bean>
  130. </beans><bean name="user" ></bean>
  131. </beans>public void test() {<?xml version="1.0" encoding="UTF-8"?>
  132. <beans xmlns="http://www.springframework.org/schema/beans"
  133. <?xml version="1.0" encoding="UTF-8"?>
  134. <beans xmlns="http://www.springframework.org/schema/beans"
  135. <?xml version="1.0" encoding="UTF-8"?>
  136. <beans xmlns="http://www.springframework.org/schema/beans"
  137.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  138.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  139.     <bean name="user"  scope="prototype"></bean>
  140. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  141. <?xml version="1.0" encoding="UTF-8"?>
  142. <beans xmlns="http://www.springframework.org/schema/beans"
  143.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  144.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  145.     <bean name="user"  scope="prototype"></bean>
  146. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  147. <?xml version="1.0" encoding="UTF-8"?>
  148. <beans xmlns="http://www.springframework.org/schema/beans"
  149.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  150.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  151.     <bean name="user"  scope="prototype"></bean>
  152. </beans><bean name="user"  scope="singleton"></bean>
  153. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  154. <?xml version="1.0" encoding="UTF-8"?>
  155. <beans xmlns="http://www.springframework.org/schema/beans"
  156. <?xml version="1.0" encoding="UTF-8"?>
  157. <beans xmlns="http://www.springframework.org/schema/beans"
  158.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  159.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  160.     <bean name="user"  scope="prototype"></bean>
  161. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  162. <?xml version="1.0" encoding="UTF-8"?>
  163. <beans xmlns="http://www.springframework.org/schema/beans"
  164.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  165.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  166.     <bean name="user"  scope="prototype"></bean>
  167. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  168. <?xml version="1.0" encoding="UTF-8"?>
  169. <beans xmlns="http://www.springframework.org/schema/beans"
  170.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  171.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  172.     <bean name="user"  scope="prototype"></bean>
  173. </beans><bean name="user"  scope="singleton"></bean>
  174. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  175. <?xml version="1.0" encoding="UTF-8"?>
  176. <beans xmlns="http://www.springframework.org/schema/beans"
  177. <?xml version="1.0" encoding="UTF-8"?>
  178. <beans xmlns="http://www.springframework.org/schema/beans"
  179.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  180.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  181.     <bean name="user"  scope="prototype"></bean>
  182. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  183. <?xml version="1.0" encoding="UTF-8"?>
  184. <beans xmlns="http://www.springframework.org/schema/beans"
  185.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  186.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  187.     <bean name="user"  scope="prototype"></bean>
  188. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  189. <?xml version="1.0" encoding="UTF-8"?>
  190. <beans xmlns="http://www.springframework.org/schema/beans"
  191.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  192.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  193.     <bean name="user"  scope="prototype"></bean>
  194. </beans><bean name="user"  scope="singleton"></bean>
  195. </beans><bean name="user" ></bean>
  196. </beans><?xml version="1.0" encoding="UTF-8"?>
  197. <beans xmlns="http://www.springframework.org/schema/beans"
  198. <?xml version="1.0" encoding="UTF-8"?>
  199. <beans xmlns="http://www.springframework.org/schema/beans"
  200. <?xml version="1.0" encoding="UTF-8"?>
  201. <beans xmlns="http://www.springframework.org/schema/beans"
  202.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  203.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  204.     <bean name="user"  scope="prototype"></bean>
  205. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  206. <?xml version="1.0" encoding="UTF-8"?>
  207. <beans xmlns="http://www.springframework.org/schema/beans"
  208.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  209.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  210.     <bean name="user"  scope="prototype"></bean>
  211. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  212. <?xml version="1.0" encoding="UTF-8"?>
  213. <beans xmlns="http://www.springframework.org/schema/beans"
  214.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  215.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  216.     <bean name="user"  scope="prototype"></bean>
  217. </beans><bean name="user"  scope="singleton"></bean>
  218. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  219. <?xml version="1.0" encoding="UTF-8"?>
  220. <beans xmlns="http://www.springframework.org/schema/beans"
  221. <?xml version="1.0" encoding="UTF-8"?>
  222. <beans xmlns="http://www.springframework.org/schema/beans"
  223.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  224.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  225.     <bean name="user"  scope="prototype"></bean>
  226. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  227. <?xml version="1.0" encoding="UTF-8"?>
  228. <beans xmlns="http://www.springframework.org/schema/beans"
  229.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  230.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  231.     <bean name="user"  scope="prototype"></bean>
  232. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  233. <?xml version="1.0" encoding="UTF-8"?>
  234. <beans xmlns="http://www.springframework.org/schema/beans"
  235.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  236.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  237.     <bean name="user"  scope="prototype"></bean>
  238. </beans><bean name="user"  scope="singleton"></bean>
  239. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  240. <?xml version="1.0" encoding="UTF-8"?>
  241. <beans xmlns="http://www.springframework.org/schema/beans"
  242. <?xml version="1.0" encoding="UTF-8"?>
  243. <beans xmlns="http://www.springframework.org/schema/beans"
  244.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  245.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  246.     <bean name="user"  scope="prototype"></bean>
  247. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  248. <?xml version="1.0" encoding="UTF-8"?>
  249. <beans xmlns="http://www.springframework.org/schema/beans"
  250.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  251.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  252.     <bean name="user"  scope="prototype"></bean>
  253. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  254. <?xml version="1.0" encoding="UTF-8"?>
  255. <beans xmlns="http://www.springframework.org/schema/beans"
  256.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  257.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  258.     <bean name="user"  scope="prototype"></bean>
  259. </beans><bean name="user"  scope="singleton"></bean>
  260. </beans><bean name="user" ></bean>
  261. </beans>// 第一个线程<?xml version="1.0" encoding="UTF-8"?>
  262. <beans xmlns="http://www.springframework.org/schema/beans"
  263. <?xml version="1.0" encoding="UTF-8"?>
  264. <beans xmlns="http://www.springframework.org/schema/beans"
  265. <?xml version="1.0" encoding="UTF-8"?>
  266. <beans xmlns="http://www.springframework.org/schema/beans"
  267.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  268.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  269.     <bean name="user"  scope="prototype"></bean>
  270. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  271. <?xml version="1.0" encoding="UTF-8"?>
  272. <beans xmlns="http://www.springframework.org/schema/beans"
  273.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  274.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  275.     <bean name="user"  scope="prototype"></bean>
  276. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  277. <?xml version="1.0" encoding="UTF-8"?>
  278. <beans xmlns="http://www.springframework.org/schema/beans"
  279.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  280.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  281.     <bean name="user"  scope="prototype"></bean>
  282. </beans><bean name="user"  scope="singleton"></bean>
  283. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  284. <?xml version="1.0" encoding="UTF-8"?>
  285. <beans xmlns="http://www.springframework.org/schema/beans"
  286. <?xml version="1.0" encoding="UTF-8"?>
  287. <beans xmlns="http://www.springframework.org/schema/beans"
  288.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  289.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  290.     <bean name="user"  scope="prototype"></bean>
  291. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  292. <?xml version="1.0" encoding="UTF-8"?>
  293. <beans xmlns="http://www.springframework.org/schema/beans"
  294.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  295.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  296.     <bean name="user"  scope="prototype"></bean>
  297. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  298. <?xml version="1.0" encoding="UTF-8"?>
  299. <beans xmlns="http://www.springframework.org/schema/beans"
  300.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  301.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  302.     <bean name="user"  scope="prototype"></bean>
  303. </beans><bean name="user"  scope="singleton"></bean>
  304. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  305. <?xml version="1.0" encoding="UTF-8"?>
  306. <beans xmlns="http://www.springframework.org/schema/beans"
  307. <?xml version="1.0" encoding="UTF-8"?>
  308. <beans xmlns="http://www.springframework.org/schema/beans"
  309.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  310.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  311.     <bean name="user"  scope="prototype"></bean>
  312. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  313. <?xml version="1.0" encoding="UTF-8"?>
  314. <beans xmlns="http://www.springframework.org/schema/beans"
  315.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  316.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  317.     <bean name="user"  scope="prototype"></bean>
  318. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  319. <?xml version="1.0" encoding="UTF-8"?>
  320. <beans xmlns="http://www.springframework.org/schema/beans"
  321.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  322.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  323.     <bean name="user"  scope="prototype"></bean>
  324. </beans><bean name="user"  scope="singleton"></bean>
  325. </beans><bean name="user" ></bean>
  326. </beans><?xml version="1.0" encoding="UTF-8"?>
  327. <beans xmlns="http://www.springframework.org/schema/beans"
  328. <?xml version="1.0" encoding="UTF-8"?>
  329. <beans xmlns="http://www.springframework.org/schema/beans"
  330. <?xml version="1.0" encoding="UTF-8"?>
  331. <beans xmlns="http://www.springframework.org/schema/beans"
  332.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  333.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  334.     <bean name="user"  scope="prototype"></bean>
  335. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  336. <?xml version="1.0" encoding="UTF-8"?>
  337. <beans xmlns="http://www.springframework.org/schema/beans"
  338.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  339.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  340.     <bean name="user"  scope="prototype"></bean>
  341. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  342. <?xml version="1.0" encoding="UTF-8"?>
  343. <beans xmlns="http://www.springframework.org/schema/beans"
  344.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  345.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  346.     <bean name="user"  scope="prototype"></bean>
  347. </beans><bean name="user"  scope="singleton"></bean>
  348. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  349. <?xml version="1.0" encoding="UTF-8"?>
  350. <beans xmlns="http://www.springframework.org/schema/beans"
  351. <?xml version="1.0" encoding="UTF-8"?>
  352. <beans xmlns="http://www.springframework.org/schema/beans"
  353.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  354.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  355.     <bean name="user"  scope="prototype"></bean>
  356. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  357. <?xml version="1.0" encoding="UTF-8"?>
  358. <beans xmlns="http://www.springframework.org/schema/beans"
  359.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  360.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  361.     <bean name="user"  scope="prototype"></bean>
  362. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  363. <?xml version="1.0" encoding="UTF-8"?>
  364. <beans xmlns="http://www.springframework.org/schema/beans"
  365.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  366.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  367.     <bean name="user"  scope="prototype"></bean>
  368. </beans><bean name="user"  scope="singleton"></bean>
  369. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  370. <?xml version="1.0" encoding="UTF-8"?>
  371. <beans xmlns="http://www.springframework.org/schema/beans"
  372. <?xml version="1.0" encoding="UTF-8"?>
  373. <beans xmlns="http://www.springframework.org/schema/beans"
  374.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  375.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  376.     <bean name="user"  scope="prototype"></bean>
  377. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  378. <?xml version="1.0" encoding="UTF-8"?>
  379. <beans xmlns="http://www.springframework.org/schema/beans"
  380.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  381.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  382.     <bean name="user"  scope="prototype"></bean>
  383. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  384. <?xml version="1.0" encoding="UTF-8"?>
  385. <beans xmlns="http://www.springframework.org/schema/beans"
  386.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  387.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  388.     <bean name="user"  scope="prototype"></bean>
  389. </beans><bean name="user"  scope="singleton"></bean>
  390. </beans><bean name="user" ></bean>
  391. </beans>ApplicationContext applicationContext = new ClassPathXmlApplicationContext("spring6.xml");<?xml version="1.0" encoding="UTF-8"?>
  392. <beans xmlns="http://www.springframework.org/schema/beans"
  393. <?xml version="1.0" encoding="UTF-8"?>
  394. <beans xmlns="http://www.springframework.org/schema/beans"
  395. <?xml version="1.0" encoding="UTF-8"?>
  396. <beans xmlns="http://www.springframework.org/schema/beans"
  397.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  398.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  399.     <bean name="user"  scope="prototype"></bean>
  400. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  401. <?xml version="1.0" encoding="UTF-8"?>
  402. <beans xmlns="http://www.springframework.org/schema/beans"
  403.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  404.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  405.     <bean name="user"  scope="prototype"></bean>
  406. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  407. <?xml version="1.0" encoding="UTF-8"?>
  408. <beans xmlns="http://www.springframework.org/schema/beans"
  409.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  410.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  411.     <bean name="user"  scope="prototype"></bean>
  412. </beans><bean name="user"  scope="singleton"></bean>
  413. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  414. <?xml version="1.0" encoding="UTF-8"?>
  415. <beans xmlns="http://www.springframework.org/schema/beans"
  416. <?xml version="1.0" encoding="UTF-8"?>
  417. <beans xmlns="http://www.springframework.org/schema/beans"
  418.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  419.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  420.     <bean name="user"  scope="prototype"></bean>
  421. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  422. <?xml version="1.0" encoding="UTF-8"?>
  423. <beans xmlns="http://www.springframework.org/schema/beans"
  424.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  425.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  426.     <bean name="user"  scope="prototype"></bean>
  427. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  428. <?xml version="1.0" encoding="UTF-8"?>
  429. <beans xmlns="http://www.springframework.org/schema/beans"
  430.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  431.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  432.     <bean name="user"  scope="prototype"></bean>
  433. </beans><bean name="user"  scope="singleton"></bean>
  434. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  435. <?xml version="1.0" encoding="UTF-8"?>
  436. <beans xmlns="http://www.springframework.org/schema/beans"
  437. <?xml version="1.0" encoding="UTF-8"?>
  438. <beans xmlns="http://www.springframework.org/schema/beans"
  439.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  440.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  441.     <bean name="user"  scope="prototype"></bean>
  442. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  443. <?xml version="1.0" encoding="UTF-8"?>
  444. <beans xmlns="http://www.springframework.org/schema/beans"
  445.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  446.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  447.     <bean name="user"  scope="prototype"></bean>
  448. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  449. <?xml version="1.0" encoding="UTF-8"?>
  450. <beans xmlns="http://www.springframework.org/schema/beans"
  451.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  452.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  453.     <bean name="user"  scope="prototype"></bean>
  454. </beans><bean name="user"  scope="singleton"></bean>
  455. </beans><bean name="user" ></bean>
  456. </beans><?xml version="1.0" encoding="UTF-8"?>
  457. <beans xmlns="http://www.springframework.org/schema/beans"
  458. <?xml version="1.0" encoding="UTF-8"?>
  459. <beans xmlns="http://www.springframework.org/schema/beans"
  460. <?xml version="1.0" encoding="UTF-8"?>
  461. <beans xmlns="http://www.springframework.org/schema/beans"
  462.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  463.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  464.     <bean name="user"  scope="prototype"></bean>
  465. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  466. <?xml version="1.0" encoding="UTF-8"?>
  467. <beans xmlns="http://www.springframework.org/schema/beans"
  468.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  469.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  470.     <bean name="user"  scope="prototype"></bean>
  471. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  472. <?xml version="1.0" encoding="UTF-8"?>
  473. <beans xmlns="http://www.springframework.org/schema/beans"
  474.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  475.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  476.     <bean name="user"  scope="prototype"></bean>
  477. </beans><bean name="user"  scope="singleton"></bean>
  478. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  479. <?xml version="1.0" encoding="UTF-8"?>
  480. <beans xmlns="http://www.springframework.org/schema/beans"
  481. <?xml version="1.0" encoding="UTF-8"?>
  482. <beans xmlns="http://www.springframework.org/schema/beans"
  483.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  484.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  485.     <bean name="user"  scope="prototype"></bean>
  486. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  487. <?xml version="1.0" encoding="UTF-8"?>
  488. <beans xmlns="http://www.springframework.org/schema/beans"
  489.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  490.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  491.     <bean name="user"  scope="prototype"></bean>
  492. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  493. <?xml version="1.0" encoding="UTF-8"?>
  494. <beans xmlns="http://www.springframework.org/schema/beans"
  495.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  496.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  497.     <bean name="user"  scope="prototype"></bean>
  498. </beans><bean name="user"  scope="singleton"></bean>
  499. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  500. <?xml version="1.0" encoding="UTF-8"?>
  501. <beans xmlns="http://www.springframework.org/schema/beans"
  502. <?xml version="1.0" encoding="UTF-8"?>
  503. <beans xmlns="http://www.springframework.org/schema/beans"
  504.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  505.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  506.     <bean name="user"  scope="prototype"></bean>
  507. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  508. <?xml version="1.0" encoding="UTF-8"?>
  509. <beans xmlns="http://www.springframework.org/schema/beans"
  510.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  511.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  512.     <bean name="user"  scope="prototype"></bean>
  513. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  514. <?xml version="1.0" encoding="UTF-8"?>
  515. <beans xmlns="http://www.springframework.org/schema/beans"
  516.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  517.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  518.     <bean name="user"  scope="prototype"></bean>
  519. </beans><bean name="user"  scope="singleton"></bean>
  520. </beans><bean name="user" ></bean>
  521. </beans>User user = applicationContext.getBean("user", User.class);<?xml version="1.0" encoding="UTF-8"?>
  522. <beans xmlns="http://www.springframework.org/schema/beans"
  523. <?xml version="1.0" encoding="UTF-8"?>
  524. <beans xmlns="http://www.springframework.org/schema/beans"
  525. <?xml version="1.0" encoding="UTF-8"?>
  526. <beans xmlns="http://www.springframework.org/schema/beans"
  527.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  528.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  529.     <bean name="user"  scope="prototype"></bean>
  530. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  531. <?xml version="1.0" encoding="UTF-8"?>
  532. <beans xmlns="http://www.springframework.org/schema/beans"
  533.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  534.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  535.     <bean name="user"  scope="prototype"></bean>
  536. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  537. <?xml version="1.0" encoding="UTF-8"?>
  538. <beans xmlns="http://www.springframework.org/schema/beans"
  539.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  540.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  541.     <bean name="user"  scope="prototype"></bean>
  542. </beans><bean name="user"  scope="singleton"></bean>
  543. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  544. <?xml version="1.0" encoding="UTF-8"?>
  545. <beans xmlns="http://www.springframework.org/schema/beans"
  546. <?xml version="1.0" encoding="UTF-8"?>
  547. <beans xmlns="http://www.springframework.org/schema/beans"
  548.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  549.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  550.     <bean name="user"  scope="prototype"></bean>
  551. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  552. <?xml version="1.0" encoding="UTF-8"?>
  553. <beans xmlns="http://www.springframework.org/schema/beans"
  554.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  555.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  556.     <bean name="user"  scope="prototype"></bean>
  557. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  558. <?xml version="1.0" encoding="UTF-8"?>
  559. <beans xmlns="http://www.springframework.org/schema/beans"
  560.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  561.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  562.     <bean name="user"  scope="prototype"></bean>
  563. </beans><bean name="user"  scope="singleton"></bean>
  564. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  565. <?xml version="1.0" encoding="UTF-8"?>
  566. <beans xmlns="http://www.springframework.org/schema/beans"
  567. <?xml version="1.0" encoding="UTF-8"?>
  568. <beans xmlns="http://www.springframework.org/schema/beans"
  569.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  570.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  571.     <bean name="user"  scope="prototype"></bean>
  572. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  573. <?xml version="1.0" encoding="UTF-8"?>
  574. <beans xmlns="http://www.springframework.org/schema/beans"
  575.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  576.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  577.     <bean name="user"  scope="prototype"></bean>
  578. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  579. <?xml version="1.0" encoding="UTF-8"?>
  580. <beans xmlns="http://www.springframework.org/schema/beans"
  581.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  582.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  583.     <bean name="user"  scope="prototype"></bean>
  584. </beans><bean name="user"  scope="singleton"></bean>
  585. </beans><bean name="user" ></bean>
  586. </beans><?xml version="1.0" encoding="UTF-8"?>
  587. <beans xmlns="http://www.springframework.org/schema/beans"
  588. <?xml version="1.0" encoding="UTF-8"?>
  589. <beans xmlns="http://www.springframework.org/schema/beans"
  590. <?xml version="1.0" encoding="UTF-8"?>
  591. <beans xmlns="http://www.springframework.org/schema/beans"
  592.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  593.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  594.     <bean name="user"  scope="prototype"></bean>
  595. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  596. <?xml version="1.0" encoding="UTF-8"?>
  597. <beans xmlns="http://www.springframework.org/schema/beans"
  598.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  599.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  600.     <bean name="user"  scope="prototype"></bean>
  601. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  602. <?xml version="1.0" encoding="UTF-8"?>
  603. <beans xmlns="http://www.springframework.org/schema/beans"
  604.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  605.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  606.     <bean name="user"  scope="prototype"></bean>
  607. </beans><bean name="user"  scope="singleton"></bean>
  608. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  609. <?xml version="1.0" encoding="UTF-8"?>
  610. <beans xmlns="http://www.springframework.org/schema/beans"
  611. <?xml version="1.0" encoding="UTF-8"?>
  612. <beans xmlns="http://www.springframework.org/schema/beans"
  613.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  614.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  615.     <bean name="user"  scope="prototype"></bean>
  616. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  617. <?xml version="1.0" encoding="UTF-8"?>
  618. <beans xmlns="http://www.springframework.org/schema/beans"
  619.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  620.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  621.     <bean name="user"  scope="prototype"></bean>
  622. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  623. <?xml version="1.0" encoding="UTF-8"?>
  624. <beans xmlns="http://www.springframework.org/schema/beans"
  625.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  626.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  627.     <bean name="user"  scope="prototype"></bean>
  628. </beans><bean name="user"  scope="singleton"></bean>
  629. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  630. <?xml version="1.0" encoding="UTF-8"?>
  631. <beans xmlns="http://www.springframework.org/schema/beans"
  632. <?xml version="1.0" encoding="UTF-8"?>
  633. <beans xmlns="http://www.springframework.org/schema/beans"
  634.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  635.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  636.     <bean name="user"  scope="prototype"></bean>
  637. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  638. <?xml version="1.0" encoding="UTF-8"?>
  639. <beans xmlns="http://www.springframework.org/schema/beans"
  640.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  641.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  642.     <bean name="user"  scope="prototype"></bean>
  643. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  644. <?xml version="1.0" encoding="UTF-8"?>
  645. <beans xmlns="http://www.springframework.org/schema/beans"
  646.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  647.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  648.     <bean name="user"  scope="prototype"></bean>
  649. </beans><bean name="user"  scope="singleton"></bean>
  650. </beans><bean name="user" ></bean>
  651. </beans>User user1 = applicationContext.getBean("user", User.class);<?xml version="1.0" encoding="UTF-8"?>
  652. <beans xmlns="http://www.springframework.org/schema/beans"
  653. <?xml version="1.0" encoding="UTF-8"?>
  654. <beans xmlns="http://www.springframework.org/schema/beans"
  655. <?xml version="1.0" encoding="UTF-8"?>
  656. <beans xmlns="http://www.springframework.org/schema/beans"
  657.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  658.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  659.     <bean name="user"  scope="prototype"></bean>
  660. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  661. <?xml version="1.0" encoding="UTF-8"?>
  662. <beans xmlns="http://www.springframework.org/schema/beans"
  663.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  664.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  665.     <bean name="user"  scope="prototype"></bean>
  666. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  667. <?xml version="1.0" encoding="UTF-8"?>
  668. <beans xmlns="http://www.springframework.org/schema/beans"
  669.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  670.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  671.     <bean name="user"  scope="prototype"></bean>
  672. </beans><bean name="user"  scope="singleton"></bean>
  673. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  674. <?xml version="1.0" encoding="UTF-8"?>
  675. <beans xmlns="http://www.springframework.org/schema/beans"
  676. <?xml version="1.0" encoding="UTF-8"?>
  677. <beans xmlns="http://www.springframework.org/schema/beans"
  678.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  679.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  680.     <bean name="user"  scope="prototype"></bean>
  681. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  682. <?xml version="1.0" encoding="UTF-8"?>
  683. <beans xmlns="http://www.springframework.org/schema/beans"
  684.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  685.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  686.     <bean name="user"  scope="prototype"></bean>
  687. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  688. <?xml version="1.0" encoding="UTF-8"?>
  689. <beans xmlns="http://www.springframework.org/schema/beans"
  690.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  691.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  692.     <bean name="user"  scope="prototype"></bean>
  693. </beans><bean name="user"  scope="singleton"></bean>
  694. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  695. <?xml version="1.0" encoding="UTF-8"?>
  696. <beans xmlns="http://www.springframework.org/schema/beans"
  697. <?xml version="1.0" encoding="UTF-8"?>
  698. <beans xmlns="http://www.springframework.org/schema/beans"
  699.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  700.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  701.     <bean name="user"  scope="prototype"></bean>
  702. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  703. <?xml version="1.0" encoding="UTF-8"?>
  704. <beans xmlns="http://www.springframework.org/schema/beans"
  705.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  706.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  707.     <bean name="user"  scope="prototype"></bean>
  708. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  709. <?xml version="1.0" encoding="UTF-8"?>
  710. <beans xmlns="http://www.springframework.org/schema/beans"
  711.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  712.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  713.     <bean name="user"  scope="prototype"></bean>
  714. </beans><bean name="user"  scope="singleton"></bean>
  715. </beans><bean name="user" ></bean>
  716. </beans><?xml version="1.0" encoding="UTF-8"?>
  717. <beans xmlns="http://www.springframework.org/schema/beans"
  718. <?xml version="1.0" encoding="UTF-8"?>
  719. <beans xmlns="http://www.springframework.org/schema/beans"
  720. <?xml version="1.0" encoding="UTF-8"?>
  721. <beans xmlns="http://www.springframework.org/schema/beans"
  722.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  723.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  724.     <bean name="user"  scope="prototype"></bean>
  725. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  726. <?xml version="1.0" encoding="UTF-8"?>
  727. <beans xmlns="http://www.springframework.org/schema/beans"
  728.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  729.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  730.     <bean name="user"  scope="prototype"></bean>
  731. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  732. <?xml version="1.0" encoding="UTF-8"?>
  733. <beans xmlns="http://www.springframework.org/schema/beans"
  734.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  735.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  736.     <bean name="user"  scope="prototype"></bean>
  737. </beans><bean name="user"  scope="singleton"></bean>
  738. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  739. <?xml version="1.0" encoding="UTF-8"?>
  740. <beans xmlns="http://www.springframework.org/schema/beans"
  741. <?xml version="1.0" encoding="UTF-8"?>
  742. <beans xmlns="http://www.springframework.org/schema/beans"
  743.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  744.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  745.     <bean name="user"  scope="prototype"></bean>
  746. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  747. <?xml version="1.0" encoding="UTF-8"?>
  748. <beans xmlns="http://www.springframework.org/schema/beans"
  749.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  750.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  751.     <bean name="user"  scope="prototype"></bean>
  752. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  753. <?xml version="1.0" encoding="UTF-8"?>
  754. <beans xmlns="http://www.springframework.org/schema/beans"
  755.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  756.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  757.     <bean name="user"  scope="prototype"></bean>
  758. </beans><bean name="user"  scope="singleton"></bean>
  759. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  760. <?xml version="1.0" encoding="UTF-8"?>
  761. <beans xmlns="http://www.springframework.org/schema/beans"
  762. <?xml version="1.0" encoding="UTF-8"?>
  763. <beans xmlns="http://www.springframework.org/schema/beans"
  764.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  765.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  766.     <bean name="user"  scope="prototype"></bean>
  767. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  768. <?xml version="1.0" encoding="UTF-8"?>
  769. <beans xmlns="http://www.springframework.org/schema/beans"
  770.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  771.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  772.     <bean name="user"  scope="prototype"></bean>
  773. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  774. <?xml version="1.0" encoding="UTF-8"?>
  775. <beans xmlns="http://www.springframework.org/schema/beans"
  776.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  777.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  778.     <bean name="user"  scope="prototype"></bean>
  779. </beans><bean name="user"  scope="singleton"></bean>
  780. </beans><bean name="user" ></bean>
  781. </beans>System.out.println(user);<?xml version="1.0" encoding="UTF-8"?>
  782. <beans xmlns="http://www.springframework.org/schema/beans"
  783. <?xml version="1.0" encoding="UTF-8"?>
  784. <beans xmlns="http://www.springframework.org/schema/beans"
  785. <?xml version="1.0" encoding="UTF-8"?>
  786. <beans xmlns="http://www.springframework.org/schema/beans"
  787.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  788.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  789.     <bean name="user"  scope="prototype"></bean>
  790. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  791. <?xml version="1.0" encoding="UTF-8"?>
  792. <beans xmlns="http://www.springframework.org/schema/beans"
  793.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  794.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  795.     <bean name="user"  scope="prototype"></bean>
  796. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  797. <?xml version="1.0" encoding="UTF-8"?>
  798. <beans xmlns="http://www.springframework.org/schema/beans"
  799.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  800.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  801.     <bean name="user"  scope="prototype"></bean>
  802. </beans><bean name="user"  scope="singleton"></bean>
  803. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  804. <?xml version="1.0" encoding="UTF-8"?>
  805. <beans xmlns="http://www.springframework.org/schema/beans"
  806. <?xml version="1.0" encoding="UTF-8"?>
  807. <beans xmlns="http://www.springframework.org/schema/beans"
  808.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  809.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  810.     <bean name="user"  scope="prototype"></bean>
  811. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  812. <?xml version="1.0" encoding="UTF-8"?>
  813. <beans xmlns="http://www.springframework.org/schema/beans"
  814.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  815.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  816.     <bean name="user"  scope="prototype"></bean>
  817. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  818. <?xml version="1.0" encoding="UTF-8"?>
  819. <beans xmlns="http://www.springframework.org/schema/beans"
  820.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  821.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  822.     <bean name="user"  scope="prototype"></bean>
  823. </beans><bean name="user"  scope="singleton"></bean>
  824. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  825. <?xml version="1.0" encoding="UTF-8"?>
  826. <beans xmlns="http://www.springframework.org/schema/beans"
  827. <?xml version="1.0" encoding="UTF-8"?>
  828. <beans xmlns="http://www.springframework.org/schema/beans"
  829.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  830.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  831.     <bean name="user"  scope="prototype"></bean>
  832. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  833. <?xml version="1.0" encoding="UTF-8"?>
  834. <beans xmlns="http://www.springframework.org/schema/beans"
  835.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  836.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  837.     <bean name="user"  scope="prototype"></bean>
  838. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  839. <?xml version="1.0" encoding="UTF-8"?>
  840. <beans xmlns="http://www.springframework.org/schema/beans"
  841.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  842.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  843.     <bean name="user"  scope="prototype"></bean>
  844. </beans><bean name="user"  scope="singleton"></bean>
  845. </beans><bean name="user" ></bean>
  846. </beans><?xml version="1.0" encoding="UTF-8"?>
  847. <beans xmlns="http://www.springframework.org/schema/beans"
  848. <?xml version="1.0" encoding="UTF-8"?>
  849. <beans xmlns="http://www.springframework.org/schema/beans"
  850. <?xml version="1.0" encoding="UTF-8"?>
  851. <beans xmlns="http://www.springframework.org/schema/beans"
  852.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  853.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  854.     <bean name="user"  scope="prototype"></bean>
  855. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  856. <?xml version="1.0" encoding="UTF-8"?>
  857. <beans xmlns="http://www.springframework.org/schema/beans"
  858.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  859.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  860.     <bean name="user"  scope="prototype"></bean>
  861. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  862. <?xml version="1.0" encoding="UTF-8"?>
  863. <beans xmlns="http://www.springframework.org/schema/beans"
  864.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  865.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  866.     <bean name="user"  scope="prototype"></bean>
  867. </beans><bean name="user"  scope="singleton"></bean>
  868. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  869. <?xml version="1.0" encoding="UTF-8"?>
  870. <beans xmlns="http://www.springframework.org/schema/beans"
  871. <?xml version="1.0" encoding="UTF-8"?>
  872. <beans xmlns="http://www.springframework.org/schema/beans"
  873.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  874.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  875.     <bean name="user"  scope="prototype"></bean>
  876. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  877. <?xml version="1.0" encoding="UTF-8"?>
  878. <beans xmlns="http://www.springframework.org/schema/beans"
  879.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  880.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  881.     <bean name="user"  scope="prototype"></bean>
  882. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  883. <?xml version="1.0" encoding="UTF-8"?>
  884. <beans xmlns="http://www.springframework.org/schema/beans"
  885.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  886.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  887.     <bean name="user"  scope="prototype"></bean>
  888. </beans><bean name="user"  scope="singleton"></bean>
  889. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  890. <?xml version="1.0" encoding="UTF-8"?>
  891. <beans xmlns="http://www.springframework.org/schema/beans"
  892. <?xml version="1.0" encoding="UTF-8"?>
  893. <beans xmlns="http://www.springframework.org/schema/beans"
  894.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  895.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  896.     <bean name="user"  scope="prototype"></bean>
  897. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  898. <?xml version="1.0" encoding="UTF-8"?>
  899. <beans xmlns="http://www.springframework.org/schema/beans"
  900.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  901.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  902.     <bean name="user"  scope="prototype"></bean>
  903. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  904. <?xml version="1.0" encoding="UTF-8"?>
  905. <beans xmlns="http://www.springframework.org/schema/beans"
  906.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  907.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  908.     <bean name="user"  scope="prototype"></bean>
  909. </beans><bean name="user"  scope="singleton"></bean>
  910. </beans><bean name="user" ></bean>
  911. </beans>System.out.println(user1);<?xml version="1.0" encoding="UTF-8"?>
  912. <beans xmlns="http://www.springframework.org/schema/beans"
  913. <?xml version="1.0" encoding="UTF-8"?>
  914. <beans xmlns="http://www.springframework.org/schema/beans"
  915. <?xml version="1.0" encoding="UTF-8"?>
  916. <beans xmlns="http://www.springframework.org/schema/beans"
  917.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  918.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  919.     <bean name="user"  scope="prototype"></bean>
  920. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  921. <?xml version="1.0" encoding="UTF-8"?>
  922. <beans xmlns="http://www.springframework.org/schema/beans"
  923.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  924.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  925.     <bean name="user"  scope="prototype"></bean>
  926. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  927. <?xml version="1.0" encoding="UTF-8"?>
  928. <beans xmlns="http://www.springframework.org/schema/beans"
  929.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  930.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  931.     <bean name="user"  scope="prototype"></bean>
  932. </beans><bean name="user"  scope="singleton"></bean>
  933. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  934. <?xml version="1.0" encoding="UTF-8"?>
  935. <beans xmlns="http://www.springframework.org/schema/beans"
  936. <?xml version="1.0" encoding="UTF-8"?>
  937. <beans xmlns="http://www.springframework.org/schema/beans"
  938.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  939.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  940.     <bean name="user"  scope="prototype"></bean>
  941. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  942. <?xml version="1.0" encoding="UTF-8"?>
  943. <beans xmlns="http://www.springframework.org/schema/beans"
  944.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  945.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  946.     <bean name="user"  scope="prototype"></bean>
  947. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  948. <?xml version="1.0" encoding="UTF-8"?>
  949. <beans xmlns="http://www.springframework.org/schema/beans"
  950.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  951.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  952.     <bean name="user"  scope="prototype"></bean>
  953. </beans><bean name="user"  scope="singleton"></bean>
  954. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  955. <?xml version="1.0" encoding="UTF-8"?>
  956. <beans xmlns="http://www.springframework.org/schema/beans"
  957. <?xml version="1.0" encoding="UTF-8"?>
  958. <beans xmlns="http://www.springframework.org/schema/beans"
  959.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  960.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  961.     <bean name="user"  scope="prototype"></bean>
  962. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  963. <?xml version="1.0" encoding="UTF-8"?>
  964. <beans xmlns="http://www.springframework.org/schema/beans"
  965.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  966.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  967.     <bean name="user"  scope="prototype"></bean>
  968. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  969. <?xml version="1.0" encoding="UTF-8"?>
  970. <beans xmlns="http://www.springframework.org/schema/beans"
  971.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  972.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  973.     <bean name="user"  scope="prototype"></bean>
  974. </beans><bean name="user"  scope="singleton"></bean>
  975. </beans><bean name="user" ></bean>
  976. </beans><?xml version="1.0" encoding="UTF-8"?>
  977. <beans xmlns="http://www.springframework.org/schema/beans"
  978. <?xml version="1.0" encoding="UTF-8"?>
  979. <beans xmlns="http://www.springframework.org/schema/beans"
  980. <?xml version="1.0" encoding="UTF-8"?>
  981. <beans xmlns="http://www.springframework.org/schema/beans"
  982.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  983.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  984.     <bean name="user"  scope="prototype"></bean>
  985. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  986. <?xml version="1.0" encoding="UTF-8"?>
  987. <beans xmlns="http://www.springframework.org/schema/beans"
  988.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  989.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  990.     <bean name="user"  scope="prototype"></bean>
  991. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  992. <?xml version="1.0" encoding="UTF-8"?>
  993. <beans xmlns="http://www.springframework.org/schema/beans"
  994.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  995.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  996.     <bean name="user"  scope="prototype"></bean>
  997. </beans><bean name="user"  scope="singleton"></bean>
  998. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  999. <?xml version="1.0" encoding="UTF-8"?>
  1000. <beans xmlns="http://www.springframework.org/schema/beans"
  1001. <?xml version="1.0" encoding="UTF-8"?>
  1002. <beans xmlns="http://www.springframework.org/schema/beans"
  1003.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1004.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1005.     <bean name="user"  scope="prototype"></bean>
  1006. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1007. <?xml version="1.0" encoding="UTF-8"?>
  1008. <beans xmlns="http://www.springframework.org/schema/beans"
  1009.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1010.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1011.     <bean name="user"  scope="prototype"></bean>
  1012. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1013. <?xml version="1.0" encoding="UTF-8"?>
  1014. <beans xmlns="http://www.springframework.org/schema/beans"
  1015.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1016.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1017.     <bean name="user"  scope="prototype"></bean>
  1018. </beans><bean name="user"  scope="singleton"></bean>
  1019. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1020. <?xml version="1.0" encoding="UTF-8"?>
  1021. <beans xmlns="http://www.springframework.org/schema/beans"
  1022. <?xml version="1.0" encoding="UTF-8"?>
  1023. <beans xmlns="http://www.springframework.org/schema/beans"
  1024.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1025.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1026.     <bean name="user"  scope="prototype"></bean>
  1027. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1028. <?xml version="1.0" encoding="UTF-8"?>
  1029. <beans xmlns="http://www.springframework.org/schema/beans"
  1030.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1031.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1032.     <bean name="user"  scope="prototype"></bean>
  1033. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1034. <?xml version="1.0" encoding="UTF-8"?>
  1035. <beans xmlns="http://www.springframework.org/schema/beans"
  1036.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1037.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1038.     <bean name="user"  scope="prototype"></bean>
  1039. </beans><bean name="user"  scope="singleton"></bean>
  1040. </beans><bean name="user" ></bean>
  1041. </beans>// 启动多线程<?xml version="1.0" encoding="UTF-8"?>
  1042. <beans xmlns="http://www.springframework.org/schema/beans"
  1043. <?xml version="1.0" encoding="UTF-8"?>
  1044. <beans xmlns="http://www.springframework.org/schema/beans"
  1045. <?xml version="1.0" encoding="UTF-8"?>
  1046. <beans xmlns="http://www.springframework.org/schema/beans"
  1047.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1048.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1049.     <bean name="user"  scope="prototype"></bean>
  1050. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1051. <?xml version="1.0" encoding="UTF-8"?>
  1052. <beans xmlns="http://www.springframework.org/schema/beans"
  1053.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1054.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1055.     <bean name="user"  scope="prototype"></bean>
  1056. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1057. <?xml version="1.0" encoding="UTF-8"?>
  1058. <beans xmlns="http://www.springframework.org/schema/beans"
  1059.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1060.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1061.     <bean name="user"  scope="prototype"></bean>
  1062. </beans><bean name="user"  scope="singleton"></bean>
  1063. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1064. <?xml version="1.0" encoding="UTF-8"?>
  1065. <beans xmlns="http://www.springframework.org/schema/beans"
  1066. <?xml version="1.0" encoding="UTF-8"?>
  1067. <beans xmlns="http://www.springframework.org/schema/beans"
  1068.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1069.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1070.     <bean name="user"  scope="prototype"></bean>
  1071. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1072. <?xml version="1.0" encoding="UTF-8"?>
  1073. <beans xmlns="http://www.springframework.org/schema/beans"
  1074.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1075.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1076.     <bean name="user"  scope="prototype"></bean>
  1077. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1078. <?xml version="1.0" encoding="UTF-8"?>
  1079. <beans xmlns="http://www.springframework.org/schema/beans"
  1080.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1081.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1082.     <bean name="user"  scope="prototype"></bean>
  1083. </beans><bean name="user"  scope="singleton"></bean>
  1084. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1085. <?xml version="1.0" encoding="UTF-8"?>
  1086. <beans xmlns="http://www.springframework.org/schema/beans"
  1087. <?xml version="1.0" encoding="UTF-8"?>
  1088. <beans xmlns="http://www.springframework.org/schema/beans"
  1089.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1090.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1091.     <bean name="user"  scope="prototype"></bean>
  1092. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1093. <?xml version="1.0" encoding="UTF-8"?>
  1094. <beans xmlns="http://www.springframework.org/schema/beans"
  1095.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1096.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1097.     <bean name="user"  scope="prototype"></bean>
  1098. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1099. <?xml version="1.0" encoding="UTF-8"?>
  1100. <beans xmlns="http://www.springframework.org/schema/beans"
  1101.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1102.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1103.     <bean name="user"  scope="prototype"></bean>
  1104. </beans><bean name="user"  scope="singleton"></bean>
  1105. </beans><bean name="user" ></bean>
  1106. </beans><?xml version="1.0" encoding="UTF-8"?>
  1107. <beans xmlns="http://www.springframework.org/schema/beans"
  1108. <?xml version="1.0" encoding="UTF-8"?>
  1109. <beans xmlns="http://www.springframework.org/schema/beans"
  1110. <?xml version="1.0" encoding="UTF-8"?>
  1111. <beans xmlns="http://www.springframework.org/schema/beans"
  1112.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1113.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1114.     <bean name="user"  scope="prototype"></bean>
  1115. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1116. <?xml version="1.0" encoding="UTF-8"?>
  1117. <beans xmlns="http://www.springframework.org/schema/beans"
  1118.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1119.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1120.     <bean name="user"  scope="prototype"></bean>
  1121. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1122. <?xml version="1.0" encoding="UTF-8"?>
  1123. <beans xmlns="http://www.springframework.org/schema/beans"
  1124.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1125.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1126.     <bean name="user"  scope="prototype"></bean>
  1127. </beans><bean name="user"  scope="singleton"></bean>
  1128. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1129. <?xml version="1.0" encoding="UTF-8"?>
  1130. <beans xmlns="http://www.springframework.org/schema/beans"
  1131. <?xml version="1.0" encoding="UTF-8"?>
  1132. <beans xmlns="http://www.springframework.org/schema/beans"
  1133.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1134.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1135.     <bean name="user"  scope="prototype"></bean>
  1136. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1137. <?xml version="1.0" encoding="UTF-8"?>
  1138. <beans xmlns="http://www.springframework.org/schema/beans"
  1139.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1140.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1141.     <bean name="user"  scope="prototype"></bean>
  1142. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1143. <?xml version="1.0" encoding="UTF-8"?>
  1144. <beans xmlns="http://www.springframework.org/schema/beans"
  1145.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1146.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1147.     <bean name="user"  scope="prototype"></bean>
  1148. </beans><bean name="user"  scope="singleton"></bean>
  1149. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1150. <?xml version="1.0" encoding="UTF-8"?>
  1151. <beans xmlns="http://www.springframework.org/schema/beans"
  1152. <?xml version="1.0" encoding="UTF-8"?>
  1153. <beans xmlns="http://www.springframework.org/schema/beans"
  1154.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1155.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1156.     <bean name="user"  scope="prototype"></bean>
  1157. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1158. <?xml version="1.0" encoding="UTF-8"?>
  1159. <beans xmlns="http://www.springframework.org/schema/beans"
  1160.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1161.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1162.     <bean name="user"  scope="prototype"></bean>
  1163. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1164. <?xml version="1.0" encoding="UTF-8"?>
  1165. <beans xmlns="http://www.springframework.org/schema/beans"
  1166.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1167.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1168.     <bean name="user"  scope="prototype"></bean>
  1169. </beans><bean name="user"  scope="singleton"></bean>
  1170. </beans><bean name="user" ></bean>
  1171. </beans>// 第二个线程<?xml version="1.0" encoding="UTF-8"?>
  1172. <beans xmlns="http://www.springframework.org/schema/beans"
  1173. <?xml version="1.0" encoding="UTF-8"?>
  1174. <beans xmlns="http://www.springframework.org/schema/beans"
  1175. <?xml version="1.0" encoding="UTF-8"?>
  1176. <beans xmlns="http://www.springframework.org/schema/beans"
  1177.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1178.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1179.     <bean name="user"  scope="prototype"></bean>
  1180. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1181. <?xml version="1.0" encoding="UTF-8"?>
  1182. <beans xmlns="http://www.springframework.org/schema/beans"
  1183.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1184.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1185.     <bean name="user"  scope="prototype"></bean>
  1186. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1187. <?xml version="1.0" encoding="UTF-8"?>
  1188. <beans xmlns="http://www.springframework.org/schema/beans"
  1189.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1190.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1191.     <bean name="user"  scope="prototype"></bean>
  1192. </beans><bean name="user"  scope="singleton"></bean>
  1193. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1194. <?xml version="1.0" encoding="UTF-8"?>
  1195. <beans xmlns="http://www.springframework.org/schema/beans"
  1196. <?xml version="1.0" encoding="UTF-8"?>
  1197. <beans xmlns="http://www.springframework.org/schema/beans"
  1198.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1199.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1200.     <bean name="user"  scope="prototype"></bean>
  1201. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1202. <?xml version="1.0" encoding="UTF-8"?>
  1203. <beans xmlns="http://www.springframework.org/schema/beans"
  1204.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1205.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1206.     <bean name="user"  scope="prototype"></bean>
  1207. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1208. <?xml version="1.0" encoding="UTF-8"?>
  1209. <beans xmlns="http://www.springframework.org/schema/beans"
  1210.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1211.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1212.     <bean name="user"  scope="prototype"></bean>
  1213. </beans><bean name="user"  scope="singleton"></bean>
  1214. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1215. <?xml version="1.0" encoding="UTF-8"?>
  1216. <beans xmlns="http://www.springframework.org/schema/beans"
  1217. <?xml version="1.0" encoding="UTF-8"?>
  1218. <beans xmlns="http://www.springframework.org/schema/beans"
  1219.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1220.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1221.     <bean name="user"  scope="prototype"></bean>
  1222. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1223. <?xml version="1.0" encoding="UTF-8"?>
  1224. <beans xmlns="http://www.springframework.org/schema/beans"
  1225.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1226.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1227.     <bean name="user"  scope="prototype"></bean>
  1228. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1229. <?xml version="1.0" encoding="UTF-8"?>
  1230. <beans xmlns="http://www.springframework.org/schema/beans"
  1231.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1232.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1233.     <bean name="user"  scope="prototype"></bean>
  1234. </beans><bean name="user"  scope="singleton"></bean>
  1235. </beans><bean name="user" ></bean>
  1236. </beans><?xml version="1.0" encoding="UTF-8"?>
  1237. <beans xmlns="http://www.springframework.org/schema/beans"
  1238. <?xml version="1.0" encoding="UTF-8"?>
  1239. <beans xmlns="http://www.springframework.org/schema/beans"
  1240. <?xml version="1.0" encoding="UTF-8"?>
  1241. <beans xmlns="http://www.springframework.org/schema/beans"
  1242.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1243.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1244.     <bean name="user"  scope="prototype"></bean>
  1245. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1246. <?xml version="1.0" encoding="UTF-8"?>
  1247. <beans xmlns="http://www.springframework.org/schema/beans"
  1248.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1249.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1250.     <bean name="user"  scope="prototype"></bean>
  1251. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1252. <?xml version="1.0" encoding="UTF-8"?>
  1253. <beans xmlns="http://www.springframework.org/schema/beans"
  1254.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1255.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1256.     <bean name="user"  scope="prototype"></bean>
  1257. </beans><bean name="user"  scope="singleton"></bean>
  1258. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1259. <?xml version="1.0" encoding="UTF-8"?>
  1260. <beans xmlns="http://www.springframework.org/schema/beans"
  1261. <?xml version="1.0" encoding="UTF-8"?>
  1262. <beans xmlns="http://www.springframework.org/schema/beans"
  1263.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1264.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1265.     <bean name="user"  scope="prototype"></bean>
  1266. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1267. <?xml version="1.0" encoding="UTF-8"?>
  1268. <beans xmlns="http://www.springframework.org/schema/beans"
  1269.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1270.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1271.     <bean name="user"  scope="prototype"></bean>
  1272. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1273. <?xml version="1.0" encoding="UTF-8"?>
  1274. <beans xmlns="http://www.springframework.org/schema/beans"
  1275.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1276.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1277.     <bean name="user"  scope="prototype"></bean>
  1278. </beans><bean name="user"  scope="singleton"></bean>
  1279. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1280. <?xml version="1.0" encoding="UTF-8"?>
  1281. <beans xmlns="http://www.springframework.org/schema/beans"
  1282. <?xml version="1.0" encoding="UTF-8"?>
  1283. <beans xmlns="http://www.springframework.org/schema/beans"
  1284.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1285.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1286.     <bean name="user"  scope="prototype"></bean>
  1287. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1288. <?xml version="1.0" encoding="UTF-8"?>
  1289. <beans xmlns="http://www.springframework.org/schema/beans"
  1290.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1291.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1292.     <bean name="user"  scope="prototype"></bean>
  1293. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1294. <?xml version="1.0" encoding="UTF-8"?>
  1295. <beans xmlns="http://www.springframework.org/schema/beans"
  1296.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1297.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1298.     <bean name="user"  scope="prototype"></bean>
  1299. </beans><bean name="user"  scope="singleton"></bean>
  1300. </beans><bean name="user" ></bean>
  1301. </beans>new Thread(new Runnable() {<?xml version="1.0" encoding="UTF-8"?>
  1302. <beans xmlns="http://www.springframework.org/schema/beans"
  1303. <?xml version="1.0" encoding="UTF-8"?>
  1304. <beans xmlns="http://www.springframework.org/schema/beans"
  1305. <?xml version="1.0" encoding="UTF-8"?>
  1306. <beans xmlns="http://www.springframework.org/schema/beans"
  1307.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1308.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1309.     <bean name="user"  scope="prototype"></bean>
  1310. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1311. <?xml version="1.0" encoding="UTF-8"?>
  1312. <beans xmlns="http://www.springframework.org/schema/beans"
  1313.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1314.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1315.     <bean name="user"  scope="prototype"></bean>
  1316. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1317. <?xml version="1.0" encoding="UTF-8"?>
  1318. <beans xmlns="http://www.springframework.org/schema/beans"
  1319.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1320.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1321.     <bean name="user"  scope="prototype"></bean>
  1322. </beans><bean name="user"  scope="singleton"></bean>
  1323. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1324. <?xml version="1.0" encoding="UTF-8"?>
  1325. <beans xmlns="http://www.springframework.org/schema/beans"
  1326. <?xml version="1.0" encoding="UTF-8"?>
  1327. <beans xmlns="http://www.springframework.org/schema/beans"
  1328.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1329.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1330.     <bean name="user"  scope="prototype"></bean>
  1331. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1332. <?xml version="1.0" encoding="UTF-8"?>
  1333. <beans xmlns="http://www.springframework.org/schema/beans"
  1334.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1335.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1336.     <bean name="user"  scope="prototype"></bean>
  1337. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1338. <?xml version="1.0" encoding="UTF-8"?>
  1339. <beans xmlns="http://www.springframework.org/schema/beans"
  1340.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1341.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1342.     <bean name="user"  scope="prototype"></bean>
  1343. </beans><bean name="user"  scope="singleton"></bean>
  1344. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1345. <?xml version="1.0" encoding="UTF-8"?>
  1346. <beans xmlns="http://www.springframework.org/schema/beans"
  1347. <?xml version="1.0" encoding="UTF-8"?>
  1348. <beans xmlns="http://www.springframework.org/schema/beans"
  1349.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1350.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1351.     <bean name="user"  scope="prototype"></bean>
  1352. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1353. <?xml version="1.0" encoding="UTF-8"?>
  1354. <beans xmlns="http://www.springframework.org/schema/beans"
  1355.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1356.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1357.     <bean name="user"  scope="prototype"></bean>
  1358. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1359. <?xml version="1.0" encoding="UTF-8"?>
  1360. <beans xmlns="http://www.springframework.org/schema/beans"
  1361.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1362.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1363.     <bean name="user"  scope="prototype"></bean>
  1364. </beans><bean name="user"  scope="singleton"></bean>
  1365. </beans><bean name="user" ></bean>
  1366. </beans><?xml version="1.0" encoding="UTF-8"?>
  1367. <beans xmlns="http://www.springframework.org/schema/beans"
  1368. <?xml version="1.0" encoding="UTF-8"?>
  1369. <beans xmlns="http://www.springframework.org/schema/beans"
  1370. <?xml version="1.0" encoding="UTF-8"?>
  1371. <beans xmlns="http://www.springframework.org/schema/beans"
  1372.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1373.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1374.     <bean name="user"  scope="prototype"></bean>
  1375. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1376. <?xml version="1.0" encoding="UTF-8"?>
  1377. <beans xmlns="http://www.springframework.org/schema/beans"
  1378.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1379.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1380.     <bean name="user"  scope="prototype"></bean>
  1381. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1382. <?xml version="1.0" encoding="UTF-8"?>
  1383. <beans xmlns="http://www.springframework.org/schema/beans"
  1384.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1385.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1386.     <bean name="user"  scope="prototype"></bean>
  1387. </beans><bean name="user"  scope="singleton"></bean>
  1388. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1389. <?xml version="1.0" encoding="UTF-8"?>
  1390. <beans xmlns="http://www.springframework.org/schema/beans"
  1391. <?xml version="1.0" encoding="UTF-8"?>
  1392. <beans xmlns="http://www.springframework.org/schema/beans"
  1393.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1394.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1395.     <bean name="user"  scope="prototype"></bean>
  1396. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1397. <?xml version="1.0" encoding="UTF-8"?>
  1398. <beans xmlns="http://www.springframework.org/schema/beans"
  1399.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1400.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1401.     <bean name="user"  scope="prototype"></bean>
  1402. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1403. <?xml version="1.0" encoding="UTF-8"?>
  1404. <beans xmlns="http://www.springframework.org/schema/beans"
  1405.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1406.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1407.     <bean name="user"  scope="prototype"></bean>
  1408. </beans><bean name="user"  scope="singleton"></bean>
  1409. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1410. <?xml version="1.0" encoding="UTF-8"?>
  1411. <beans xmlns="http://www.springframework.org/schema/beans"
  1412. <?xml version="1.0" encoding="UTF-8"?>
  1413. <beans xmlns="http://www.springframework.org/schema/beans"
  1414.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1415.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1416.     <bean name="user"  scope="prototype"></bean>
  1417. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1418. <?xml version="1.0" encoding="UTF-8"?>
  1419. <beans xmlns="http://www.springframework.org/schema/beans"
  1420.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1421.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1422.     <bean name="user"  scope="prototype"></bean>
  1423. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1424. <?xml version="1.0" encoding="UTF-8"?>
  1425. <beans xmlns="http://www.springframework.org/schema/beans"
  1426.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1427.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1428.     <bean name="user"  scope="prototype"></bean>
  1429. </beans><bean name="user"  scope="singleton"></bean>
  1430. </beans><bean name="user" ></bean>
  1431. </beans><?xml version="1.0" encoding="UTF-8"?>
  1432. <beans xmlns="http://www.springframework.org/schema/beans"
  1433. <?xml version="1.0" encoding="UTF-8"?>
  1434. <beans xmlns="http://www.springframework.org/schema/beans"
  1435. <?xml version="1.0" encoding="UTF-8"?>
  1436. <beans xmlns="http://www.springframework.org/schema/beans"
  1437.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1438.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1439.     <bean name="user"  scope="prototype"></bean>
  1440. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1441. <?xml version="1.0" encoding="UTF-8"?>
  1442. <beans xmlns="http://www.springframework.org/schema/beans"
  1443.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1444.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1445.     <bean name="user"  scope="prototype"></bean>
  1446. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1447. <?xml version="1.0" encoding="UTF-8"?>
  1448. <beans xmlns="http://www.springframework.org/schema/beans"
  1449.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1450.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1451.     <bean name="user"  scope="prototype"></bean>
  1452. </beans><bean name="user"  scope="singleton"></bean>
  1453. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1454. <?xml version="1.0" encoding="UTF-8"?>
  1455. <beans xmlns="http://www.springframework.org/schema/beans"
  1456. <?xml version="1.0" encoding="UTF-8"?>
  1457. <beans xmlns="http://www.springframework.org/schema/beans"
  1458.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1459.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1460.     <bean name="user"  scope="prototype"></bean>
  1461. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1462. <?xml version="1.0" encoding="UTF-8"?>
  1463. <beans xmlns="http://www.springframework.org/schema/beans"
  1464.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1465.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1466.     <bean name="user"  scope="prototype"></bean>
  1467. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1468. <?xml version="1.0" encoding="UTF-8"?>
  1469. <beans xmlns="http://www.springframework.org/schema/beans"
  1470.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1471.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1472.     <bean name="user"  scope="prototype"></bean>
  1473. </beans><bean name="user"  scope="singleton"></bean>
  1474. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1475. <?xml version="1.0" encoding="UTF-8"?>
  1476. <beans xmlns="http://www.springframework.org/schema/beans"
  1477. <?xml version="1.0" encoding="UTF-8"?>
  1478. <beans xmlns="http://www.springframework.org/schema/beans"
  1479.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1480.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1481.     <bean name="user"  scope="prototype"></bean>
  1482. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1483. <?xml version="1.0" encoding="UTF-8"?>
  1484. <beans xmlns="http://www.springframework.org/schema/beans"
  1485.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1486.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1487.     <bean name="user"  scope="prototype"></bean>
  1488. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1489. <?xml version="1.0" encoding="UTF-8"?>
  1490. <beans xmlns="http://www.springframework.org/schema/beans"
  1491.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1492.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1493.     <bean name="user"  scope="prototype"></bean>
  1494. </beans><bean name="user"  scope="singleton"></bean>
  1495. </beans><bean name="user" ></bean>
  1496. </beans>@Override<?xml version="1.0" encoding="UTF-8"?>
  1497. <beans xmlns="http://www.springframework.org/schema/beans"
  1498. <?xml version="1.0" encoding="UTF-8"?>
  1499. <beans xmlns="http://www.springframework.org/schema/beans"
  1500. <?xml version="1.0" encoding="UTF-8"?>
  1501. <beans xmlns="http://www.springframework.org/schema/beans"
  1502.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1503.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1504.     <bean name="user"  scope="prototype"></bean>
  1505. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1506. <?xml version="1.0" encoding="UTF-8"?>
  1507. <beans xmlns="http://www.springframework.org/schema/beans"
  1508.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1509.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1510.     <bean name="user"  scope="prototype"></bean>
  1511. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1512. <?xml version="1.0" encoding="UTF-8"?>
  1513. <beans xmlns="http://www.springframework.org/schema/beans"
  1514.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1515.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1516.     <bean name="user"  scope="prototype"></bean>
  1517. </beans><bean name="user"  scope="singleton"></bean>
  1518. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1519. <?xml version="1.0" encoding="UTF-8"?>
  1520. <beans xmlns="http://www.springframework.org/schema/beans"
  1521. <?xml version="1.0" encoding="UTF-8"?>
  1522. <beans xmlns="http://www.springframework.org/schema/beans"
  1523.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1524.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1525.     <bean name="user"  scope="prototype"></bean>
  1526. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1527. <?xml version="1.0" encoding="UTF-8"?>
  1528. <beans xmlns="http://www.springframework.org/schema/beans"
  1529.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1530.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1531.     <bean name="user"  scope="prototype"></bean>
  1532. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1533. <?xml version="1.0" encoding="UTF-8"?>
  1534. <beans xmlns="http://www.springframework.org/schema/beans"
  1535.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1536.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1537.     <bean name="user"  scope="prototype"></bean>
  1538. </beans><bean name="user"  scope="singleton"></bean>
  1539. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1540. <?xml version="1.0" encoding="UTF-8"?>
  1541. <beans xmlns="http://www.springframework.org/schema/beans"
  1542. <?xml version="1.0" encoding="UTF-8"?>
  1543. <beans xmlns="http://www.springframework.org/schema/beans"
  1544.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1545.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1546.     <bean name="user"  scope="prototype"></bean>
  1547. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1548. <?xml version="1.0" encoding="UTF-8"?>
  1549. <beans xmlns="http://www.springframework.org/schema/beans"
  1550.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1551.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1552.     <bean name="user"  scope="prototype"></bean>
  1553. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1554. <?xml version="1.0" encoding="UTF-8"?>
  1555. <beans xmlns="http://www.springframework.org/schema/beans"
  1556.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1557.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1558.     <bean name="user"  scope="prototype"></bean>
  1559. </beans><bean name="user"  scope="singleton"></bean>
  1560. </beans><bean name="user" ></bean>
  1561. </beans><?xml version="1.0" encoding="UTF-8"?>
  1562. <beans xmlns="http://www.springframework.org/schema/beans"
  1563. <?xml version="1.0" encoding="UTF-8"?>
  1564. <beans xmlns="http://www.springframework.org/schema/beans"
  1565. <?xml version="1.0" encoding="UTF-8"?>
  1566. <beans xmlns="http://www.springframework.org/schema/beans"
  1567.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1568.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1569.     <bean name="user"  scope="prototype"></bean>
  1570. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1571. <?xml version="1.0" encoding="UTF-8"?>
  1572. <beans xmlns="http://www.springframework.org/schema/beans"
  1573.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1574.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1575.     <bean name="user"  scope="prototype"></bean>
  1576. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1577. <?xml version="1.0" encoding="UTF-8"?>
  1578. <beans xmlns="http://www.springframework.org/schema/beans"
  1579.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1580.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1581.     <bean name="user"  scope="prototype"></bean>
  1582. </beans><bean name="user"  scope="singleton"></bean>
  1583. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1584. <?xml version="1.0" encoding="UTF-8"?>
  1585. <beans xmlns="http://www.springframework.org/schema/beans"
  1586. <?xml version="1.0" encoding="UTF-8"?>
  1587. <beans xmlns="http://www.springframework.org/schema/beans"
  1588.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1589.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1590.     <bean name="user"  scope="prototype"></bean>
  1591. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1592. <?xml version="1.0" encoding="UTF-8"?>
  1593. <beans xmlns="http://www.springframework.org/schema/beans"
  1594.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1595.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1596.     <bean name="user"  scope="prototype"></bean>
  1597. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1598. <?xml version="1.0" encoding="UTF-8"?>
  1599. <beans xmlns="http://www.springframework.org/schema/beans"
  1600.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1601.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1602.     <bean name="user"  scope="prototype"></bean>
  1603. </beans><bean name="user"  scope="singleton"></bean>
  1604. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1605. <?xml version="1.0" encoding="UTF-8"?>
  1606. <beans xmlns="http://www.springframework.org/schema/beans"
  1607. <?xml version="1.0" encoding="UTF-8"?>
  1608. <beans xmlns="http://www.springframework.org/schema/beans"
  1609.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1610.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1611.     <bean name="user"  scope="prototype"></bean>
  1612. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1613. <?xml version="1.0" encoding="UTF-8"?>
  1614. <beans xmlns="http://www.springframework.org/schema/beans"
  1615.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1616.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1617.     <bean name="user"  scope="prototype"></bean>
  1618. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1619. <?xml version="1.0" encoding="UTF-8"?>
  1620. <beans xmlns="http://www.springframework.org/schema/beans"
  1621.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1622.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1623.     <bean name="user"  scope="prototype"></bean>
  1624. </beans><bean name="user"  scope="singleton"></bean>
  1625. </beans><bean name="user" ></bean>
  1626. </beans><?xml version="1.0" encoding="UTF-8"?>
  1627. <beans xmlns="http://www.springframework.org/schema/beans"
  1628. <?xml version="1.0" encoding="UTF-8"?>
  1629. <beans xmlns="http://www.springframework.org/schema/beans"
  1630. <?xml version="1.0" encoding="UTF-8"?>
  1631. <beans xmlns="http://www.springframework.org/schema/beans"
  1632.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1633.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1634.     <bean name="user"  scope="prototype"></bean>
  1635. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1636. <?xml version="1.0" encoding="UTF-8"?>
  1637. <beans xmlns="http://www.springframework.org/schema/beans"
  1638.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1639.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1640.     <bean name="user"  scope="prototype"></bean>
  1641. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1642. <?xml version="1.0" encoding="UTF-8"?>
  1643. <beans xmlns="http://www.springframework.org/schema/beans"
  1644.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1645.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1646.     <bean name="user"  scope="prototype"></bean>
  1647. </beans><bean name="user"  scope="singleton"></bean>
  1648. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1649. <?xml version="1.0" encoding="UTF-8"?>
  1650. <beans xmlns="http://www.springframework.org/schema/beans"
  1651. <?xml version="1.0" encoding="UTF-8"?>
  1652. <beans xmlns="http://www.springframework.org/schema/beans"
  1653.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1654.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1655.     <bean name="user"  scope="prototype"></bean>
  1656. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1657. <?xml version="1.0" encoding="UTF-8"?>
  1658. <beans xmlns="http://www.springframework.org/schema/beans"
  1659.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1660.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1661.     <bean name="user"  scope="prototype"></bean>
  1662. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1663. <?xml version="1.0" encoding="UTF-8"?>
  1664. <beans xmlns="http://www.springframework.org/schema/beans"
  1665.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1666.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1667.     <bean name="user"  scope="prototype"></bean>
  1668. </beans><bean name="user"  scope="singleton"></bean>
  1669. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1670. <?xml version="1.0" encoding="UTF-8"?>
  1671. <beans xmlns="http://www.springframework.org/schema/beans"
  1672. <?xml version="1.0" encoding="UTF-8"?>
  1673. <beans xmlns="http://www.springframework.org/schema/beans"
  1674.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1675.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1676.     <bean name="user"  scope="prototype"></bean>
  1677. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1678. <?xml version="1.0" encoding="UTF-8"?>
  1679. <beans xmlns="http://www.springframework.org/schema/beans"
  1680.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1681.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1682.     <bean name="user"  scope="prototype"></bean>
  1683. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1684. <?xml version="1.0" encoding="UTF-8"?>
  1685. <beans xmlns="http://www.springframework.org/schema/beans"
  1686.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1687.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1688.     <bean name="user"  scope="prototype"></bean>
  1689. </beans><bean name="user"  scope="singleton"></bean>
  1690. </beans><bean name="user" ></bean>
  1691. </beans>public void run() {<?xml version="1.0" encoding="UTF-8"?>
  1692. <beans xmlns="http://www.springframework.org/schema/beans"
  1693. <?xml version="1.0" encoding="UTF-8"?>
  1694. <beans xmlns="http://www.springframework.org/schema/beans"
  1695. <?xml version="1.0" encoding="UTF-8"?>
  1696. <beans xmlns="http://www.springframework.org/schema/beans"
  1697.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1698.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1699.     <bean name="user"  scope="prototype"></bean>
  1700. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1701. <?xml version="1.0" encoding="UTF-8"?>
  1702. <beans xmlns="http://www.springframework.org/schema/beans"
  1703.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1704.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1705.     <bean name="user"  scope="prototype"></bean>
  1706. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1707. <?xml version="1.0" encoding="UTF-8"?>
  1708. <beans xmlns="http://www.springframework.org/schema/beans"
  1709.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1710.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1711.     <bean name="user"  scope="prototype"></bean>
  1712. </beans><bean name="user"  scope="singleton"></bean>
  1713. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1714. <?xml version="1.0" encoding="UTF-8"?>
  1715. <beans xmlns="http://www.springframework.org/schema/beans"
  1716. <?xml version="1.0" encoding="UTF-8"?>
  1717. <beans xmlns="http://www.springframework.org/schema/beans"
  1718.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1719.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1720.     <bean name="user"  scope="prototype"></bean>
  1721. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1722. <?xml version="1.0" encoding="UTF-8"?>
  1723. <beans xmlns="http://www.springframework.org/schema/beans"
  1724.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1725.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1726.     <bean name="user"  scope="prototype"></bean>
  1727. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1728. <?xml version="1.0" encoding="UTF-8"?>
  1729. <beans xmlns="http://www.springframework.org/schema/beans"
  1730.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1731.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1732.     <bean name="user"  scope="prototype"></bean>
  1733. </beans><bean name="user"  scope="singleton"></bean>
  1734. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1735. <?xml version="1.0" encoding="UTF-8"?>
  1736. <beans xmlns="http://www.springframework.org/schema/beans"
  1737. <?xml version="1.0" encoding="UTF-8"?>
  1738. <beans xmlns="http://www.springframework.org/schema/beans"
  1739.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1740.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1741.     <bean name="user"  scope="prototype"></bean>
  1742. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1743. <?xml version="1.0" encoding="UTF-8"?>
  1744. <beans xmlns="http://www.springframework.org/schema/beans"
  1745.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1746.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1747.     <bean name="user"  scope="prototype"></bean>
  1748. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1749. <?xml version="1.0" encoding="UTF-8"?>
  1750. <beans xmlns="http://www.springframework.org/schema/beans"
  1751.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1752.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1753.     <bean name="user"  scope="prototype"></bean>
  1754. </beans><bean name="user"  scope="singleton"></bean>
  1755. </beans><bean name="user" ></bean>
  1756. </beans><?xml version="1.0" encoding="UTF-8"?>
  1757. <beans xmlns="http://www.springframework.org/schema/beans"
  1758. <?xml version="1.0" encoding="UTF-8"?>
  1759. <beans xmlns="http://www.springframework.org/schema/beans"
  1760. <?xml version="1.0" encoding="UTF-8"?>
  1761. <beans xmlns="http://www.springframework.org/schema/beans"
  1762.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1763.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1764.     <bean name="user"  scope="prototype"></bean>
  1765. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1766. <?xml version="1.0" encoding="UTF-8"?>
  1767. <beans xmlns="http://www.springframework.org/schema/beans"
  1768.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1769.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1770.     <bean name="user"  scope="prototype"></bean>
  1771. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1772. <?xml version="1.0" encoding="UTF-8"?>
  1773. <beans xmlns="http://www.springframework.org/schema/beans"
  1774.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1775.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1776.     <bean name="user"  scope="prototype"></bean>
  1777. </beans><bean name="user"  scope="singleton"></bean>
  1778. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1779. <?xml version="1.0" encoding="UTF-8"?>
  1780. <beans xmlns="http://www.springframework.org/schema/beans"
  1781. <?xml version="1.0" encoding="UTF-8"?>
  1782. <beans xmlns="http://www.springframework.org/schema/beans"
  1783.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1784.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1785.     <bean name="user"  scope="prototype"></bean>
  1786. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1787. <?xml version="1.0" encoding="UTF-8"?>
  1788. <beans xmlns="http://www.springframework.org/schema/beans"
  1789.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1790.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1791.     <bean name="user"  scope="prototype"></bean>
  1792. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1793. <?xml version="1.0" encoding="UTF-8"?>
  1794. <beans xmlns="http://www.springframework.org/schema/beans"
  1795.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1796.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1797.     <bean name="user"  scope="prototype"></bean>
  1798. </beans><bean name="user"  scope="singleton"></bean>
  1799. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1800. <?xml version="1.0" encoding="UTF-8"?>
  1801. <beans xmlns="http://www.springframework.org/schema/beans"
  1802. <?xml version="1.0" encoding="UTF-8"?>
  1803. <beans xmlns="http://www.springframework.org/schema/beans"
  1804.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1805.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1806.     <bean name="user"  scope="prototype"></bean>
  1807. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1808. <?xml version="1.0" encoding="UTF-8"?>
  1809. <beans xmlns="http://www.springframework.org/schema/beans"
  1810.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1811.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1812.     <bean name="user"  scope="prototype"></bean>
  1813. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1814. <?xml version="1.0" encoding="UTF-8"?>
  1815. <beans xmlns="http://www.springframework.org/schema/beans"
  1816.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1817.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1818.     <bean name="user"  scope="prototype"></bean>
  1819. </beans><bean name="user"  scope="singleton"></bean>
  1820. </beans><bean name="user" ></bean>
  1821. </beans><?xml version="1.0" encoding="UTF-8"?>
  1822. <beans xmlns="http://www.springframework.org/schema/beans"
  1823. <?xml version="1.0" encoding="UTF-8"?>
  1824. <beans xmlns="http://www.springframework.org/schema/beans"
  1825. <?xml version="1.0" encoding="UTF-8"?>
  1826. <beans xmlns="http://www.springframework.org/schema/beans"
  1827.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1828.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1829.     <bean name="user"  scope="prototype"></bean>
  1830. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1831. <?xml version="1.0" encoding="UTF-8"?>
  1832. <beans xmlns="http://www.springframework.org/schema/beans"
  1833.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1834.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1835.     <bean name="user"  scope="prototype"></bean>
  1836. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1837. <?xml version="1.0" encoding="UTF-8"?>
  1838. <beans xmlns="http://www.springframework.org/schema/beans"
  1839.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1840.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1841.     <bean name="user"  scope="prototype"></bean>
  1842. </beans><bean name="user"  scope="singleton"></bean>
  1843. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1844. <?xml version="1.0" encoding="UTF-8"?>
  1845. <beans xmlns="http://www.springframework.org/schema/beans"
  1846. <?xml version="1.0" encoding="UTF-8"?>
  1847. <beans xmlns="http://www.springframework.org/schema/beans"
  1848.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1849.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1850.     <bean name="user"  scope="prototype"></bean>
  1851. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1852. <?xml version="1.0" encoding="UTF-8"?>
  1853. <beans xmlns="http://www.springframework.org/schema/beans"
  1854.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1855.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1856.     <bean name="user"  scope="prototype"></bean>
  1857. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1858. <?xml version="1.0" encoding="UTF-8"?>
  1859. <beans xmlns="http://www.springframework.org/schema/beans"
  1860.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1861.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1862.     <bean name="user"  scope="prototype"></bean>
  1863. </beans><bean name="user"  scope="singleton"></bean>
  1864. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1865. <?xml version="1.0" encoding="UTF-8"?>
  1866. <beans xmlns="http://www.springframework.org/schema/beans"
  1867. <?xml version="1.0" encoding="UTF-8"?>
  1868. <beans xmlns="http://www.springframework.org/schema/beans"
  1869.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1870.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1871.     <bean name="user"  scope="prototype"></bean>
  1872. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1873. <?xml version="1.0" encoding="UTF-8"?>
  1874. <beans xmlns="http://www.springframework.org/schema/beans"
  1875.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1876.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1877.     <bean name="user"  scope="prototype"></bean>
  1878. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1879. <?xml version="1.0" encoding="UTF-8"?>
  1880. <beans xmlns="http://www.springframework.org/schema/beans"
  1881.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1882.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1883.     <bean name="user"  scope="prototype"></bean>
  1884. </beans><bean name="user"  scope="singleton"></bean>
  1885. </beans><bean name="user" ></bean>
  1886. </beans><?xml version="1.0" encoding="UTF-8"?>
  1887. <beans xmlns="http://www.springframework.org/schema/beans"
  1888. <?xml version="1.0" encoding="UTF-8"?>
  1889. <beans xmlns="http://www.springframework.org/schema/beans"
  1890. <?xml version="1.0" encoding="UTF-8"?>
  1891. <beans xmlns="http://www.springframework.org/schema/beans"
  1892.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1893.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1894.     <bean name="user"  scope="prototype"></bean>
  1895. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1896. <?xml version="1.0" encoding="UTF-8"?>
  1897. <beans xmlns="http://www.springframework.org/schema/beans"
  1898.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1899.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1900.     <bean name="user"  scope="prototype"></bean>
  1901. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1902. <?xml version="1.0" encoding="UTF-8"?>
  1903. <beans xmlns="http://www.springframework.org/schema/beans"
  1904.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1905.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1906.     <bean name="user"  scope="prototype"></bean>
  1907. </beans><bean name="user"  scope="singleton"></bean>
  1908. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1909. <?xml version="1.0" encoding="UTF-8"?>
  1910. <beans xmlns="http://www.springframework.org/schema/beans"
  1911. <?xml version="1.0" encoding="UTF-8"?>
  1912. <beans xmlns="http://www.springframework.org/schema/beans"
  1913.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1914.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1915.     <bean name="user"  scope="prototype"></bean>
  1916. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1917. <?xml version="1.0" encoding="UTF-8"?>
  1918. <beans xmlns="http://www.springframework.org/schema/beans"
  1919.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1920.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1921.     <bean name="user"  scope="prototype"></bean>
  1922. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1923. <?xml version="1.0" encoding="UTF-8"?>
  1924. <beans xmlns="http://www.springframework.org/schema/beans"
  1925.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1926.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1927.     <bean name="user"  scope="prototype"></bean>
  1928. </beans><bean name="user"  scope="singleton"></bean>
  1929. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1930. <?xml version="1.0" encoding="UTF-8"?>
  1931. <beans xmlns="http://www.springframework.org/schema/beans"
  1932. <?xml version="1.0" encoding="UTF-8"?>
  1933. <beans xmlns="http://www.springframework.org/schema/beans"
  1934.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1935.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1936.     <bean name="user"  scope="prototype"></bean>
  1937. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1938. <?xml version="1.0" encoding="UTF-8"?>
  1939. <beans xmlns="http://www.springframework.org/schema/beans"
  1940.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1941.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1942.     <bean name="user"  scope="prototype"></bean>
  1943. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1944. <?xml version="1.0" encoding="UTF-8"?>
  1945. <beans xmlns="http://www.springframework.org/schema/beans"
  1946.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1947.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1948.     <bean name="user"  scope="prototype"></bean>
  1949. </beans><bean name="user"  scope="singleton"></bean>
  1950. </beans><bean name="user" ></bean>
  1951. </beans>User user2 = applicationContext.getBean("user", User.class);<?xml version="1.0" encoding="UTF-8"?>
  1952. <beans xmlns="http://www.springframework.org/schema/beans"
  1953. <?xml version="1.0" encoding="UTF-8"?>
  1954. <beans xmlns="http://www.springframework.org/schema/beans"
  1955. <?xml version="1.0" encoding="UTF-8"?>
  1956. <beans xmlns="http://www.springframework.org/schema/beans"
  1957.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1958.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1959.     <bean name="user"  scope="prototype"></bean>
  1960. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1961. <?xml version="1.0" encoding="UTF-8"?>
  1962. <beans xmlns="http://www.springframework.org/schema/beans"
  1963.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1964.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1965.     <bean name="user"  scope="prototype"></bean>
  1966. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1967. <?xml version="1.0" encoding="UTF-8"?>
  1968. <beans xmlns="http://www.springframework.org/schema/beans"
  1969.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1970.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1971.     <bean name="user"  scope="prototype"></bean>
  1972. </beans><bean name="user"  scope="singleton"></bean>
  1973. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1974. <?xml version="1.0" encoding="UTF-8"?>
  1975. <beans xmlns="http://www.springframework.org/schema/beans"
  1976. <?xml version="1.0" encoding="UTF-8"?>
  1977. <beans xmlns="http://www.springframework.org/schema/beans"
  1978.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1979.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1980.     <bean name="user"  scope="prototype"></bean>
  1981. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1982. <?xml version="1.0" encoding="UTF-8"?>
  1983. <beans xmlns="http://www.springframework.org/schema/beans"
  1984.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1985.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1986.     <bean name="user"  scope="prototype"></bean>
  1987. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1988. <?xml version="1.0" encoding="UTF-8"?>
  1989. <beans xmlns="http://www.springframework.org/schema/beans"
  1990.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  1991.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1992.     <bean name="user"  scope="prototype"></bean>
  1993. </beans><bean name="user"  scope="singleton"></bean>
  1994. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  1995. <?xml version="1.0" encoding="UTF-8"?>
  1996. <beans xmlns="http://www.springframework.org/schema/beans"
  1997. <?xml version="1.0" encoding="UTF-8"?>
  1998. <beans xmlns="http://www.springframework.org/schema/beans"
  1999.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2000.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2001.     <bean name="user"  scope="prototype"></bean>
  2002. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2003. <?xml version="1.0" encoding="UTF-8"?>
  2004. <beans xmlns="http://www.springframework.org/schema/beans"
  2005.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2006.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2007.     <bean name="user"  scope="prototype"></bean>
  2008. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2009. <?xml version="1.0" encoding="UTF-8"?>
  2010. <beans xmlns="http://www.springframework.org/schema/beans"
  2011.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2012.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2013.     <bean name="user"  scope="prototype"></bean>
  2014. </beans><bean name="user"  scope="singleton"></bean>
  2015. </beans><bean name="user" ></bean>
  2016. </beans><?xml version="1.0" encoding="UTF-8"?>
  2017. <beans xmlns="http://www.springframework.org/schema/beans"
  2018. <?xml version="1.0" encoding="UTF-8"?>
  2019. <beans xmlns="http://www.springframework.org/schema/beans"
  2020. <?xml version="1.0" encoding="UTF-8"?>
  2021. <beans xmlns="http://www.springframework.org/schema/beans"
  2022.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2023.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2024.     <bean name="user"  scope="prototype"></bean>
  2025. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2026. <?xml version="1.0" encoding="UTF-8"?>
  2027. <beans xmlns="http://www.springframework.org/schema/beans"
  2028.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2029.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2030.     <bean name="user"  scope="prototype"></bean>
  2031. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2032. <?xml version="1.0" encoding="UTF-8"?>
  2033. <beans xmlns="http://www.springframework.org/schema/beans"
  2034.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2035.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2036.     <bean name="user"  scope="prototype"></bean>
  2037. </beans><bean name="user"  scope="singleton"></bean>
  2038. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2039. <?xml version="1.0" encoding="UTF-8"?>
  2040. <beans xmlns="http://www.springframework.org/schema/beans"
  2041. <?xml version="1.0" encoding="UTF-8"?>
  2042. <beans xmlns="http://www.springframework.org/schema/beans"
  2043.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2044.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2045.     <bean name="user"  scope="prototype"></bean>
  2046. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2047. <?xml version="1.0" encoding="UTF-8"?>
  2048. <beans xmlns="http://www.springframework.org/schema/beans"
  2049.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2050.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2051.     <bean name="user"  scope="prototype"></bean>
  2052. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2053. <?xml version="1.0" encoding="UTF-8"?>
  2054. <beans xmlns="http://www.springframework.org/schema/beans"
  2055.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2056.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2057.     <bean name="user"  scope="prototype"></bean>
  2058. </beans><bean name="user"  scope="singleton"></bean>
  2059. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2060. <?xml version="1.0" encoding="UTF-8"?>
  2061. <beans xmlns="http://www.springframework.org/schema/beans"
  2062. <?xml version="1.0" encoding="UTF-8"?>
  2063. <beans xmlns="http://www.springframework.org/schema/beans"
  2064.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2065.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2066.     <bean name="user"  scope="prototype"></bean>
  2067. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2068. <?xml version="1.0" encoding="UTF-8"?>
  2069. <beans xmlns="http://www.springframework.org/schema/beans"
  2070.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2071.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2072.     <bean name="user"  scope="prototype"></bean>
  2073. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2074. <?xml version="1.0" encoding="UTF-8"?>
  2075. <beans xmlns="http://www.springframework.org/schema/beans"
  2076.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2077.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2078.     <bean name="user"  scope="prototype"></bean>
  2079. </beans><bean name="user"  scope="singleton"></bean>
  2080. </beans><bean name="user" ></bean>
  2081. </beans><?xml version="1.0" encoding="UTF-8"?>
  2082. <beans xmlns="http://www.springframework.org/schema/beans"
  2083. <?xml version="1.0" encoding="UTF-8"?>
  2084. <beans xmlns="http://www.springframework.org/schema/beans"
  2085. <?xml version="1.0" encoding="UTF-8"?>
  2086. <beans xmlns="http://www.springframework.org/schema/beans"
  2087.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2088.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2089.     <bean name="user"  scope="prototype"></bean>
  2090. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2091. <?xml version="1.0" encoding="UTF-8"?>
  2092. <beans xmlns="http://www.springframework.org/schema/beans"
  2093.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2094.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2095.     <bean name="user"  scope="prototype"></bean>
  2096. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2097. <?xml version="1.0" encoding="UTF-8"?>
  2098. <beans xmlns="http://www.springframework.org/schema/beans"
  2099.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2100.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2101.     <bean name="user"  scope="prototype"></bean>
  2102. </beans><bean name="user"  scope="singleton"></bean>
  2103. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2104. <?xml version="1.0" encoding="UTF-8"?>
  2105. <beans xmlns="http://www.springframework.org/schema/beans"
  2106. <?xml version="1.0" encoding="UTF-8"?>
  2107. <beans xmlns="http://www.springframework.org/schema/beans"
  2108.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2109.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2110.     <bean name="user"  scope="prototype"></bean>
  2111. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2112. <?xml version="1.0" encoding="UTF-8"?>
  2113. <beans xmlns="http://www.springframework.org/schema/beans"
  2114.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2115.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2116.     <bean name="user"  scope="prototype"></bean>
  2117. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2118. <?xml version="1.0" encoding="UTF-8"?>
  2119. <beans xmlns="http://www.springframework.org/schema/beans"
  2120.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2121.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2122.     <bean name="user"  scope="prototype"></bean>
  2123. </beans><bean name="user"  scope="singleton"></bean>
  2124. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2125. <?xml version="1.0" encoding="UTF-8"?>
  2126. <beans xmlns="http://www.springframework.org/schema/beans"
  2127. <?xml version="1.0" encoding="UTF-8"?>
  2128. <beans xmlns="http://www.springframework.org/schema/beans"
  2129.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2130.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2131.     <bean name="user"  scope="prototype"></bean>
  2132. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2133. <?xml version="1.0" encoding="UTF-8"?>
  2134. <beans xmlns="http://www.springframework.org/schema/beans"
  2135.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2136.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2137.     <bean name="user"  scope="prototype"></bean>
  2138. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2139. <?xml version="1.0" encoding="UTF-8"?>
  2140. <beans xmlns="http://www.springframework.org/schema/beans"
  2141.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2142.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2143.     <bean name="user"  scope="prototype"></bean>
  2144. </beans><bean name="user"  scope="singleton"></bean>
  2145. </beans><bean name="user" ></bean>
  2146. </beans><?xml version="1.0" encoding="UTF-8"?>
  2147. <beans xmlns="http://www.springframework.org/schema/beans"
  2148. <?xml version="1.0" encoding="UTF-8"?>
  2149. <beans xmlns="http://www.springframework.org/schema/beans"
  2150. <?xml version="1.0" encoding="UTF-8"?>
  2151. <beans xmlns="http://www.springframework.org/schema/beans"
  2152.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2153.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2154.     <bean name="user"  scope="prototype"></bean>
  2155. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2156. <?xml version="1.0" encoding="UTF-8"?>
  2157. <beans xmlns="http://www.springframework.org/schema/beans"
  2158.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2159.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2160.     <bean name="user"  scope="prototype"></bean>
  2161. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2162. <?xml version="1.0" encoding="UTF-8"?>
  2163. <beans xmlns="http://www.springframework.org/schema/beans"
  2164.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2165.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2166.     <bean name="user"  scope="prototype"></bean>
  2167. </beans><bean name="user"  scope="singleton"></bean>
  2168. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2169. <?xml version="1.0" encoding="UTF-8"?>
  2170. <beans xmlns="http://www.springframework.org/schema/beans"
  2171. <?xml version="1.0" encoding="UTF-8"?>
  2172. <beans xmlns="http://www.springframework.org/schema/beans"
  2173.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2174.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2175.     <bean name="user"  scope="prototype"></bean>
  2176. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2177. <?xml version="1.0" encoding="UTF-8"?>
  2178. <beans xmlns="http://www.springframework.org/schema/beans"
  2179.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2180.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2181.     <bean name="user"  scope="prototype"></bean>
  2182. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2183. <?xml version="1.0" encoding="UTF-8"?>
  2184. <beans xmlns="http://www.springframework.org/schema/beans"
  2185.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2186.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2187.     <bean name="user"  scope="prototype"></bean>
  2188. </beans><bean name="user"  scope="singleton"></bean>
  2189. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2190. <?xml version="1.0" encoding="UTF-8"?>
  2191. <beans xmlns="http://www.springframework.org/schema/beans"
  2192. <?xml version="1.0" encoding="UTF-8"?>
  2193. <beans xmlns="http://www.springframework.org/schema/beans"
  2194.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2195.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2196.     <bean name="user"  scope="prototype"></bean>
  2197. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2198. <?xml version="1.0" encoding="UTF-8"?>
  2199. <beans xmlns="http://www.springframework.org/schema/beans"
  2200.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2201.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2202.     <bean name="user"  scope="prototype"></bean>
  2203. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2204. <?xml version="1.0" encoding="UTF-8"?>
  2205. <beans xmlns="http://www.springframework.org/schema/beans"
  2206.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2207.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2208.     <bean name="user"  scope="prototype"></bean>
  2209. </beans><bean name="user"  scope="singleton"></bean>
  2210. </beans><bean name="user" ></bean>
  2211. </beans>User user3 = applicationContext.getBean("user", User.class);<?xml version="1.0" encoding="UTF-8"?>
  2212. <beans xmlns="http://www.springframework.org/schema/beans"
  2213. <?xml version="1.0" encoding="UTF-8"?>
  2214. <beans xmlns="http://www.springframework.org/schema/beans"
  2215. <?xml version="1.0" encoding="UTF-8"?>
  2216. <beans xmlns="http://www.springframework.org/schema/beans"
  2217.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2218.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2219.     <bean name="user"  scope="prototype"></bean>
  2220. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2221. <?xml version="1.0" encoding="UTF-8"?>
  2222. <beans xmlns="http://www.springframework.org/schema/beans"
  2223.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2224.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2225.     <bean name="user"  scope="prototype"></bean>
  2226. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2227. <?xml version="1.0" encoding="UTF-8"?>
  2228. <beans xmlns="http://www.springframework.org/schema/beans"
  2229.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2230.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2231.     <bean name="user"  scope="prototype"></bean>
  2232. </beans><bean name="user"  scope="singleton"></bean>
  2233. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2234. <?xml version="1.0" encoding="UTF-8"?>
  2235. <beans xmlns="http://www.springframework.org/schema/beans"
  2236. <?xml version="1.0" encoding="UTF-8"?>
  2237. <beans xmlns="http://www.springframework.org/schema/beans"
  2238.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2239.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2240.     <bean name="user"  scope="prototype"></bean>
  2241. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2242. <?xml version="1.0" encoding="UTF-8"?>
  2243. <beans xmlns="http://www.springframework.org/schema/beans"
  2244.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2245.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2246.     <bean name="user"  scope="prototype"></bean>
  2247. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2248. <?xml version="1.0" encoding="UTF-8"?>
  2249. <beans xmlns="http://www.springframework.org/schema/beans"
  2250.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2251.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2252.     <bean name="user"  scope="prototype"></bean>
  2253. </beans><bean name="user"  scope="singleton"></bean>
  2254. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2255. <?xml version="1.0" encoding="UTF-8"?>
  2256. <beans xmlns="http://www.springframework.org/schema/beans"
  2257. <?xml version="1.0" encoding="UTF-8"?>
  2258. <beans xmlns="http://www.springframework.org/schema/beans"
  2259.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2260.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2261.     <bean name="user"  scope="prototype"></bean>
  2262. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2263. <?xml version="1.0" encoding="UTF-8"?>
  2264. <beans xmlns="http://www.springframework.org/schema/beans"
  2265.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2266.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2267.     <bean name="user"  scope="prototype"></bean>
  2268. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2269. <?xml version="1.0" encoding="UTF-8"?>
  2270. <beans xmlns="http://www.springframework.org/schema/beans"
  2271.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2272.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2273.     <bean name="user"  scope="prototype"></bean>
  2274. </beans><bean name="user"  scope="singleton"></bean>
  2275. </beans><bean name="user" ></bean>
  2276. </beans><?xml version="1.0" encoding="UTF-8"?>
  2277. <beans xmlns="http://www.springframework.org/schema/beans"
  2278. <?xml version="1.0" encoding="UTF-8"?>
  2279. <beans xmlns="http://www.springframework.org/schema/beans"
  2280. <?xml version="1.0" encoding="UTF-8"?>
  2281. <beans xmlns="http://www.springframework.org/schema/beans"
  2282.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2283.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2284.     <bean name="user"  scope="prototype"></bean>
  2285. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2286. <?xml version="1.0" encoding="UTF-8"?>
  2287. <beans xmlns="http://www.springframework.org/schema/beans"
  2288.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2289.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2290.     <bean name="user"  scope="prototype"></bean>
  2291. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2292. <?xml version="1.0" encoding="UTF-8"?>
  2293. <beans xmlns="http://www.springframework.org/schema/beans"
  2294.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2295.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2296.     <bean name="user"  scope="prototype"></bean>
  2297. </beans><bean name="user"  scope="singleton"></bean>
  2298. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2299. <?xml version="1.0" encoding="UTF-8"?>
  2300. <beans xmlns="http://www.springframework.org/schema/beans"
  2301. <?xml version="1.0" encoding="UTF-8"?>
  2302. <beans xmlns="http://www.springframework.org/schema/beans"
  2303.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2304.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2305.     <bean name="user"  scope="prototype"></bean>
  2306. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2307. <?xml version="1.0" encoding="UTF-8"?>
  2308. <beans xmlns="http://www.springframework.org/schema/beans"
  2309.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2310.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2311.     <bean name="user"  scope="prototype"></bean>
  2312. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2313. <?xml version="1.0" encoding="UTF-8"?>
  2314. <beans xmlns="http://www.springframework.org/schema/beans"
  2315.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2316.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2317.     <bean name="user"  scope="prototype"></bean>
  2318. </beans><bean name="user"  scope="singleton"></bean>
  2319. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2320. <?xml version="1.0" encoding="UTF-8"?>
  2321. <beans xmlns="http://www.springframework.org/schema/beans"
  2322. <?xml version="1.0" encoding="UTF-8"?>
  2323. <beans xmlns="http://www.springframework.org/schema/beans"
  2324.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2325.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2326.     <bean name="user"  scope="prototype"></bean>
  2327. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2328. <?xml version="1.0" encoding="UTF-8"?>
  2329. <beans xmlns="http://www.springframework.org/schema/beans"
  2330.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2331.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2332.     <bean name="user"  scope="prototype"></bean>
  2333. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2334. <?xml version="1.0" encoding="UTF-8"?>
  2335. <beans xmlns="http://www.springframework.org/schema/beans"
  2336.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2337.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2338.     <bean name="user"  scope="prototype"></bean>
  2339. </beans><bean name="user"  scope="singleton"></bean>
  2340. </beans><bean name="user" ></bean>
  2341. </beans><?xml version="1.0" encoding="UTF-8"?>
  2342. <beans xmlns="http://www.springframework.org/schema/beans"
  2343. <?xml version="1.0" encoding="UTF-8"?>
  2344. <beans xmlns="http://www.springframework.org/schema/beans"
  2345. <?xml version="1.0" encoding="UTF-8"?>
  2346. <beans xmlns="http://www.springframework.org/schema/beans"
  2347.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2348.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2349.     <bean name="user"  scope="prototype"></bean>
  2350. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2351. <?xml version="1.0" encoding="UTF-8"?>
  2352. <beans xmlns="http://www.springframework.org/schema/beans"
  2353.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2354.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2355.     <bean name="user"  scope="prototype"></bean>
  2356. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2357. <?xml version="1.0" encoding="UTF-8"?>
  2358. <beans xmlns="http://www.springframework.org/schema/beans"
  2359.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2360.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2361.     <bean name="user"  scope="prototype"></bean>
  2362. </beans><bean name="user"  scope="singleton"></bean>
  2363. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2364. <?xml version="1.0" encoding="UTF-8"?>
  2365. <beans xmlns="http://www.springframework.org/schema/beans"
  2366. <?xml version="1.0" encoding="UTF-8"?>
  2367. <beans xmlns="http://www.springframework.org/schema/beans"
  2368.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2369.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2370.     <bean name="user"  scope="prototype"></bean>
  2371. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2372. <?xml version="1.0" encoding="UTF-8"?>
  2373. <beans xmlns="http://www.springframework.org/schema/beans"
  2374.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2375.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2376.     <bean name="user"  scope="prototype"></bean>
  2377. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2378. <?xml version="1.0" encoding="UTF-8"?>
  2379. <beans xmlns="http://www.springframework.org/schema/beans"
  2380.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2381.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2382.     <bean name="user"  scope="prototype"></bean>
  2383. </beans><bean name="user"  scope="singleton"></bean>
  2384. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2385. <?xml version="1.0" encoding="UTF-8"?>
  2386. <beans xmlns="http://www.springframework.org/schema/beans"
  2387. <?xml version="1.0" encoding="UTF-8"?>
  2388. <beans xmlns="http://www.springframework.org/schema/beans"
  2389.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2390.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2391.     <bean name="user"  scope="prototype"></bean>
  2392. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2393. <?xml version="1.0" encoding="UTF-8"?>
  2394. <beans xmlns="http://www.springframework.org/schema/beans"
  2395.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2396.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2397.     <bean name="user"  scope="prototype"></bean>
  2398. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2399. <?xml version="1.0" encoding="UTF-8"?>
  2400. <beans xmlns="http://www.springframework.org/schema/beans"
  2401.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2402.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2403.     <bean name="user"  scope="prototype"></bean>
  2404. </beans><bean name="user"  scope="singleton"></bean>
  2405. </beans><bean name="user" ></bean>
  2406. </beans><?xml version="1.0" encoding="UTF-8"?>
  2407. <beans xmlns="http://www.springframework.org/schema/beans"
  2408. <?xml version="1.0" encoding="UTF-8"?>
  2409. <beans xmlns="http://www.springframework.org/schema/beans"
  2410. <?xml version="1.0" encoding="UTF-8"?>
  2411. <beans xmlns="http://www.springframework.org/schema/beans"
  2412.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2413.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2414.     <bean name="user"  scope="prototype"></bean>
  2415. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2416. <?xml version="1.0" encoding="UTF-8"?>
  2417. <beans xmlns="http://www.springframework.org/schema/beans"
  2418.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2419.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2420.     <bean name="user"  scope="prototype"></bean>
  2421. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2422. <?xml version="1.0" encoding="UTF-8"?>
  2423. <beans xmlns="http://www.springframework.org/schema/beans"
  2424.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2425.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2426.     <bean name="user"  scope="prototype"></bean>
  2427. </beans><bean name="user"  scope="singleton"></bean>
  2428. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2429. <?xml version="1.0" encoding="UTF-8"?>
  2430. <beans xmlns="http://www.springframework.org/schema/beans"
  2431. <?xml version="1.0" encoding="UTF-8"?>
  2432. <beans xmlns="http://www.springframework.org/schema/beans"
  2433.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2434.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2435.     <bean name="user"  scope="prototype"></bean>
  2436. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2437. <?xml version="1.0" encoding="UTF-8"?>
  2438. <beans xmlns="http://www.springframework.org/schema/beans"
  2439.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2440.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2441.     <bean name="user"  scope="prototype"></bean>
  2442. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2443. <?xml version="1.0" encoding="UTF-8"?>
  2444. <beans xmlns="http://www.springframework.org/schema/beans"
  2445.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2446.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2447.     <bean name="user"  scope="prototype"></bean>
  2448. </beans><bean name="user"  scope="singleton"></bean>
  2449. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2450. <?xml version="1.0" encoding="UTF-8"?>
  2451. <beans xmlns="http://www.springframework.org/schema/beans"
  2452. <?xml version="1.0" encoding="UTF-8"?>
  2453. <beans xmlns="http://www.springframework.org/schema/beans"
  2454.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2455.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2456.     <bean name="user"  scope="prototype"></bean>
  2457. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2458. <?xml version="1.0" encoding="UTF-8"?>
  2459. <beans xmlns="http://www.springframework.org/schema/beans"
  2460.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2461.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2462.     <bean name="user"  scope="prototype"></bean>
  2463. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2464. <?xml version="1.0" encoding="UTF-8"?>
  2465. <beans xmlns="http://www.springframework.org/schema/beans"
  2466.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2467.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2468.     <bean name="user"  scope="prototype"></bean>
  2469. </beans><bean name="user"  scope="singleton"></bean>
  2470. </beans><bean name="user" ></bean>
  2471. </beans>System.out.println(user2);<?xml version="1.0" encoding="UTF-8"?>
  2472. <beans xmlns="http://www.springframework.org/schema/beans"
  2473. <?xml version="1.0" encoding="UTF-8"?>
  2474. <beans xmlns="http://www.springframework.org/schema/beans"
  2475. <?xml version="1.0" encoding="UTF-8"?>
  2476. <beans xmlns="http://www.springframework.org/schema/beans"
  2477.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2478.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2479.     <bean name="user"  scope="prototype"></bean>
  2480. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2481. <?xml version="1.0" encoding="UTF-8"?>
  2482. <beans xmlns="http://www.springframework.org/schema/beans"
  2483.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2484.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2485.     <bean name="user"  scope="prototype"></bean>
  2486. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2487. <?xml version="1.0" encoding="UTF-8"?>
  2488. <beans xmlns="http://www.springframework.org/schema/beans"
  2489.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2490.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2491.     <bean name="user"  scope="prototype"></bean>
  2492. </beans><bean name="user"  scope="singleton"></bean>
  2493. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2494. <?xml version="1.0" encoding="UTF-8"?>
  2495. <beans xmlns="http://www.springframework.org/schema/beans"
  2496. <?xml version="1.0" encoding="UTF-8"?>
  2497. <beans xmlns="http://www.springframework.org/schema/beans"
  2498.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2499.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2500.     <bean name="user"  scope="prototype"></bean>
  2501. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2502. <?xml version="1.0" encoding="UTF-8"?>
  2503. <beans xmlns="http://www.springframework.org/schema/beans"
  2504.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2505.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2506.     <bean name="user"  scope="prototype"></bean>
  2507. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2508. <?xml version="1.0" encoding="UTF-8"?>
  2509. <beans xmlns="http://www.springframework.org/schema/beans"
  2510.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2511.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2512.     <bean name="user"  scope="prototype"></bean>
  2513. </beans><bean name="user"  scope="singleton"></bean>
  2514. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2515. <?xml version="1.0" encoding="UTF-8"?>
  2516. <beans xmlns="http://www.springframework.org/schema/beans"
  2517. <?xml version="1.0" encoding="UTF-8"?>
  2518. <beans xmlns="http://www.springframework.org/schema/beans"
  2519.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2520.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2521.     <bean name="user"  scope="prototype"></bean>
  2522. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2523. <?xml version="1.0" encoding="UTF-8"?>
  2524. <beans xmlns="http://www.springframework.org/schema/beans"
  2525.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2526.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2527.     <bean name="user"  scope="prototype"></bean>
  2528. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2529. <?xml version="1.0" encoding="UTF-8"?>
  2530. <beans xmlns="http://www.springframework.org/schema/beans"
  2531.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2532.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2533.     <bean name="user"  scope="prototype"></bean>
  2534. </beans><bean name="user"  scope="singleton"></bean>
  2535. </beans><bean name="user" ></bean>
  2536. </beans><?xml version="1.0" encoding="UTF-8"?>
  2537. <beans xmlns="http://www.springframework.org/schema/beans"
  2538. <?xml version="1.0" encoding="UTF-8"?>
  2539. <beans xmlns="http://www.springframework.org/schema/beans"
  2540. <?xml version="1.0" encoding="UTF-8"?>
  2541. <beans xmlns="http://www.springframework.org/schema/beans"
  2542.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2543.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2544.     <bean name="user"  scope="prototype"></bean>
  2545. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2546. <?xml version="1.0" encoding="UTF-8"?>
  2547. <beans xmlns="http://www.springframework.org/schema/beans"
  2548.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2549.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2550.     <bean name="user"  scope="prototype"></bean>
  2551. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2552. <?xml version="1.0" encoding="UTF-8"?>
  2553. <beans xmlns="http://www.springframework.org/schema/beans"
  2554.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2555.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2556.     <bean name="user"  scope="prototype"></bean>
  2557. </beans><bean name="user"  scope="singleton"></bean>
  2558. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2559. <?xml version="1.0" encoding="UTF-8"?>
  2560. <beans xmlns="http://www.springframework.org/schema/beans"
  2561. <?xml version="1.0" encoding="UTF-8"?>
  2562. <beans xmlns="http://www.springframework.org/schema/beans"
  2563.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2564.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2565.     <bean name="user"  scope="prototype"></bean>
  2566. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2567. <?xml version="1.0" encoding="UTF-8"?>
  2568. <beans xmlns="http://www.springframework.org/schema/beans"
  2569.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2570.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2571.     <bean name="user"  scope="prototype"></bean>
  2572. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2573. <?xml version="1.0" encoding="UTF-8"?>
  2574. <beans xmlns="http://www.springframework.org/schema/beans"
  2575.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2576.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2577.     <bean name="user"  scope="prototype"></bean>
  2578. </beans><bean name="user"  scope="singleton"></bean>
  2579. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2580. <?xml version="1.0" encoding="UTF-8"?>
  2581. <beans xmlns="http://www.springframework.org/schema/beans"
  2582. <?xml version="1.0" encoding="UTF-8"?>
  2583. <beans xmlns="http://www.springframework.org/schema/beans"
  2584.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2585.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2586.     <bean name="user"  scope="prototype"></bean>
  2587. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2588. <?xml version="1.0" encoding="UTF-8"?>
  2589. <beans xmlns="http://www.springframework.org/schema/beans"
  2590.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2591.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2592.     <bean name="user"  scope="prototype"></bean>
  2593. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2594. <?xml version="1.0" encoding="UTF-8"?>
  2595. <beans xmlns="http://www.springframework.org/schema/beans"
  2596.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2597.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2598.     <bean name="user"  scope="prototype"></bean>
  2599. </beans><bean name="user"  scope="singleton"></bean>
  2600. </beans><bean name="user" ></bean>
  2601. </beans><?xml version="1.0" encoding="UTF-8"?>
  2602. <beans xmlns="http://www.springframework.org/schema/beans"
  2603. <?xml version="1.0" encoding="UTF-8"?>
  2604. <beans xmlns="http://www.springframework.org/schema/beans"
  2605. <?xml version="1.0" encoding="UTF-8"?>
  2606. <beans xmlns="http://www.springframework.org/schema/beans"
  2607.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2608.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2609.     <bean name="user"  scope="prototype"></bean>
  2610. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2611. <?xml version="1.0" encoding="UTF-8"?>
  2612. <beans xmlns="http://www.springframework.org/schema/beans"
  2613.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2614.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2615.     <bean name="user"  scope="prototype"></bean>
  2616. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2617. <?xml version="1.0" encoding="UTF-8"?>
  2618. <beans xmlns="http://www.springframework.org/schema/beans"
  2619.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2620.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2621.     <bean name="user"  scope="prototype"></bean>
  2622. </beans><bean name="user"  scope="singleton"></bean>
  2623. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2624. <?xml version="1.0" encoding="UTF-8"?>
  2625. <beans xmlns="http://www.springframework.org/schema/beans"
  2626. <?xml version="1.0" encoding="UTF-8"?>
  2627. <beans xmlns="http://www.springframework.org/schema/beans"
  2628.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2629.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2630.     <bean name="user"  scope="prototype"></bean>
  2631. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2632. <?xml version="1.0" encoding="UTF-8"?>
  2633. <beans xmlns="http://www.springframework.org/schema/beans"
  2634.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2635.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2636.     <bean name="user"  scope="prototype"></bean>
  2637. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2638. <?xml version="1.0" encoding="UTF-8"?>
  2639. <beans xmlns="http://www.springframework.org/schema/beans"
  2640.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2641.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2642.     <bean name="user"  scope="prototype"></bean>
  2643. </beans><bean name="user"  scope="singleton"></bean>
  2644. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2645. <?xml version="1.0" encoding="UTF-8"?>
  2646. <beans xmlns="http://www.springframework.org/schema/beans"
  2647. <?xml version="1.0" encoding="UTF-8"?>
  2648. <beans xmlns="http://www.springframework.org/schema/beans"
  2649.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2650.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2651.     <bean name="user"  scope="prototype"></bean>
  2652. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2653. <?xml version="1.0" encoding="UTF-8"?>
  2654. <beans xmlns="http://www.springframework.org/schema/beans"
  2655.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2656.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2657.     <bean name="user"  scope="prototype"></bean>
  2658. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2659. <?xml version="1.0" encoding="UTF-8"?>
  2660. <beans xmlns="http://www.springframework.org/schema/beans"
  2661.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2662.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2663.     <bean name="user"  scope="prototype"></bean>
  2664. </beans><bean name="user"  scope="singleton"></bean>
  2665. </beans><bean name="user" ></bean>
  2666. </beans><?xml version="1.0" encoding="UTF-8"?>
  2667. <beans xmlns="http://www.springframework.org/schema/beans"
  2668. <?xml version="1.0" encoding="UTF-8"?>
  2669. <beans xmlns="http://www.springframework.org/schema/beans"
  2670. <?xml version="1.0" encoding="UTF-8"?>
  2671. <beans xmlns="http://www.springframework.org/schema/beans"
  2672.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2673.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2674.     <bean name="user"  scope="prototype"></bean>
  2675. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2676. <?xml version="1.0" encoding="UTF-8"?>
  2677. <beans xmlns="http://www.springframework.org/schema/beans"
  2678.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2679.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2680.     <bean name="user"  scope="prototype"></bean>
  2681. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2682. <?xml version="1.0" encoding="UTF-8"?>
  2683. <beans xmlns="http://www.springframework.org/schema/beans"
  2684.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2685.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2686.     <bean name="user"  scope="prototype"></bean>
  2687. </beans><bean name="user"  scope="singleton"></bean>
  2688. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2689. <?xml version="1.0" encoding="UTF-8"?>
  2690. <beans xmlns="http://www.springframework.org/schema/beans"
  2691. <?xml version="1.0" encoding="UTF-8"?>
  2692. <beans xmlns="http://www.springframework.org/schema/beans"
  2693.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2694.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2695.     <bean name="user"  scope="prototype"></bean>
  2696. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2697. <?xml version="1.0" encoding="UTF-8"?>
  2698. <beans xmlns="http://www.springframework.org/schema/beans"
  2699.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2700.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2701.     <bean name="user"  scope="prototype"></bean>
  2702. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2703. <?xml version="1.0" encoding="UTF-8"?>
  2704. <beans xmlns="http://www.springframework.org/schema/beans"
  2705.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2706.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2707.     <bean name="user"  scope="prototype"></bean>
  2708. </beans><bean name="user"  scope="singleton"></bean>
  2709. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2710. <?xml version="1.0" encoding="UTF-8"?>
  2711. <beans xmlns="http://www.springframework.org/schema/beans"
  2712. <?xml version="1.0" encoding="UTF-8"?>
  2713. <beans xmlns="http://www.springframework.org/schema/beans"
  2714.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2715.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2716.     <bean name="user"  scope="prototype"></bean>
  2717. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2718. <?xml version="1.0" encoding="UTF-8"?>
  2719. <beans xmlns="http://www.springframework.org/schema/beans"
  2720.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2721.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2722.     <bean name="user"  scope="prototype"></bean>
  2723. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2724. <?xml version="1.0" encoding="UTF-8"?>
  2725. <beans xmlns="http://www.springframework.org/schema/beans"
  2726.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2727.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2728.     <bean name="user"  scope="prototype"></bean>
  2729. </beans><bean name="user"  scope="singleton"></bean>
  2730. </beans><bean name="user" ></bean>
  2731. </beans>System.out.println(user3);<?xml version="1.0" encoding="UTF-8"?>
  2732. <beans xmlns="http://www.springframework.org/schema/beans"
  2733. <?xml version="1.0" encoding="UTF-8"?>
  2734. <beans xmlns="http://www.springframework.org/schema/beans"
  2735. <?xml version="1.0" encoding="UTF-8"?>
  2736. <beans xmlns="http://www.springframework.org/schema/beans"
  2737.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2738.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2739.     <bean name="user"  scope="prototype"></bean>
  2740. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2741. <?xml version="1.0" encoding="UTF-8"?>
  2742. <beans xmlns="http://www.springframework.org/schema/beans"
  2743.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2744.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2745.     <bean name="user"  scope="prototype"></bean>
  2746. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2747. <?xml version="1.0" encoding="UTF-8"?>
  2748. <beans xmlns="http://www.springframework.org/schema/beans"
  2749.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2750.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2751.     <bean name="user"  scope="prototype"></bean>
  2752. </beans><bean name="user"  scope="singleton"></bean>
  2753. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2754. <?xml version="1.0" encoding="UTF-8"?>
  2755. <beans xmlns="http://www.springframework.org/schema/beans"
  2756. <?xml version="1.0" encoding="UTF-8"?>
  2757. <beans xmlns="http://www.springframework.org/schema/beans"
  2758.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2759.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2760.     <bean name="user"  scope="prototype"></bean>
  2761. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2762. <?xml version="1.0" encoding="UTF-8"?>
  2763. <beans xmlns="http://www.springframework.org/schema/beans"
  2764.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2765.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2766.     <bean name="user"  scope="prototype"></bean>
  2767. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2768. <?xml version="1.0" encoding="UTF-8"?>
  2769. <beans xmlns="http://www.springframework.org/schema/beans"
  2770.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2771.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2772.     <bean name="user"  scope="prototype"></bean>
  2773. </beans><bean name="user"  scope="singleton"></bean>
  2774. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2775. <?xml version="1.0" encoding="UTF-8"?>
  2776. <beans xmlns="http://www.springframework.org/schema/beans"
  2777. <?xml version="1.0" encoding="UTF-8"?>
  2778. <beans xmlns="http://www.springframework.org/schema/beans"
  2779.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2780.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2781.     <bean name="user"  scope="prototype"></bean>
  2782. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2783. <?xml version="1.0" encoding="UTF-8"?>
  2784. <beans xmlns="http://www.springframework.org/schema/beans"
  2785.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2786.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2787.     <bean name="user"  scope="prototype"></bean>
  2788. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2789. <?xml version="1.0" encoding="UTF-8"?>
  2790. <beans xmlns="http://www.springframework.org/schema/beans"
  2791.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2792.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2793.     <bean name="user"  scope="prototype"></bean>
  2794. </beans><bean name="user"  scope="singleton"></bean>
  2795. </beans><bean name="user" ></bean>
  2796. </beans><?xml version="1.0" encoding="UTF-8"?>
  2797. <beans xmlns="http://www.springframework.org/schema/beans"
  2798. <?xml version="1.0" encoding="UTF-8"?>
  2799. <beans xmlns="http://www.springframework.org/schema/beans"
  2800. <?xml version="1.0" encoding="UTF-8"?>
  2801. <beans xmlns="http://www.springframework.org/schema/beans"
  2802.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2803.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2804.     <bean name="user"  scope="prototype"></bean>
  2805. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2806. <?xml version="1.0" encoding="UTF-8"?>
  2807. <beans xmlns="http://www.springframework.org/schema/beans"
  2808.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2809.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2810.     <bean name="user"  scope="prototype"></bean>
  2811. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2812. <?xml version="1.0" encoding="UTF-8"?>
  2813. <beans xmlns="http://www.springframework.org/schema/beans"
  2814.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2815.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2816.     <bean name="user"  scope="prototype"></bean>
  2817. </beans><bean name="user"  scope="singleton"></bean>
  2818. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2819. <?xml version="1.0" encoding="UTF-8"?>
  2820. <beans xmlns="http://www.springframework.org/schema/beans"
  2821. <?xml version="1.0" encoding="UTF-8"?>
  2822. <beans xmlns="http://www.springframework.org/schema/beans"
  2823.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2824.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2825.     <bean name="user"  scope="prototype"></bean>
  2826. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2827. <?xml version="1.0" encoding="UTF-8"?>
  2828. <beans xmlns="http://www.springframework.org/schema/beans"
  2829.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2830.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2831.     <bean name="user"  scope="prototype"></bean>
  2832. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2833. <?xml version="1.0" encoding="UTF-8"?>
  2834. <beans xmlns="http://www.springframework.org/schema/beans"
  2835.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2836.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2837.     <bean name="user"  scope="prototype"></bean>
  2838. </beans><bean name="user"  scope="singleton"></bean>
  2839. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2840. <?xml version="1.0" encoding="UTF-8"?>
  2841. <beans xmlns="http://www.springframework.org/schema/beans"
  2842. <?xml version="1.0" encoding="UTF-8"?>
  2843. <beans xmlns="http://www.springframework.org/schema/beans"
  2844.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2845.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2846.     <bean name="user"  scope="prototype"></bean>
  2847. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2848. <?xml version="1.0" encoding="UTF-8"?>
  2849. <beans xmlns="http://www.springframework.org/schema/beans"
  2850.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2851.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2852.     <bean name="user"  scope="prototype"></bean>
  2853. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2854. <?xml version="1.0" encoding="UTF-8"?>
  2855. <beans xmlns="http://www.springframework.org/schema/beans"
  2856.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2857.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2858.     <bean name="user"  scope="prototype"></bean>
  2859. </beans><bean name="user"  scope="singleton"></bean>
  2860. </beans><bean name="user" ></bean>
  2861. </beans><?xml version="1.0" encoding="UTF-8"?>
  2862. <beans xmlns="http://www.springframework.org/schema/beans"
  2863. <?xml version="1.0" encoding="UTF-8"?>
  2864. <beans xmlns="http://www.springframework.org/schema/beans"
  2865. <?xml version="1.0" encoding="UTF-8"?>
  2866. <beans xmlns="http://www.springframework.org/schema/beans"
  2867.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2868.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2869.     <bean name="user"  scope="prototype"></bean>
  2870. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2871. <?xml version="1.0" encoding="UTF-8"?>
  2872. <beans xmlns="http://www.springframework.org/schema/beans"
  2873.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2874.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2875.     <bean name="user"  scope="prototype"></bean>
  2876. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2877. <?xml version="1.0" encoding="UTF-8"?>
  2878. <beans xmlns="http://www.springframework.org/schema/beans"
  2879.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2880.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2881.     <bean name="user"  scope="prototype"></bean>
  2882. </beans><bean name="user"  scope="singleton"></bean>
  2883. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2884. <?xml version="1.0" encoding="UTF-8"?>
  2885. <beans xmlns="http://www.springframework.org/schema/beans"
  2886. <?xml version="1.0" encoding="UTF-8"?>
  2887. <beans xmlns="http://www.springframework.org/schema/beans"
  2888.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2889.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2890.     <bean name="user"  scope="prototype"></bean>
  2891. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2892. <?xml version="1.0" encoding="UTF-8"?>
  2893. <beans xmlns="http://www.springframework.org/schema/beans"
  2894.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2895.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2896.     <bean name="user"  scope="prototype"></bean>
  2897. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2898. <?xml version="1.0" encoding="UTF-8"?>
  2899. <beans xmlns="http://www.springframework.org/schema/beans"
  2900.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2901.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2902.     <bean name="user"  scope="prototype"></bean>
  2903. </beans><bean name="user"  scope="singleton"></bean>
  2904. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2905. <?xml version="1.0" encoding="UTF-8"?>
  2906. <beans xmlns="http://www.springframework.org/schema/beans"
  2907. <?xml version="1.0" encoding="UTF-8"?>
  2908. <beans xmlns="http://www.springframework.org/schema/beans"
  2909.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2910.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2911.     <bean name="user"  scope="prototype"></bean>
  2912. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2913. <?xml version="1.0" encoding="UTF-8"?>
  2914. <beans xmlns="http://www.springframework.org/schema/beans"
  2915.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2916.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2917.     <bean name="user"  scope="prototype"></bean>
  2918. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2919. <?xml version="1.0" encoding="UTF-8"?>
  2920. <beans xmlns="http://www.springframework.org/schema/beans"
  2921.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2922.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2923.     <bean name="user"  scope="prototype"></bean>
  2924. </beans><bean name="user"  scope="singleton"></bean>
  2925. </beans><bean name="user" ></bean>
  2926. </beans>}<?xml version="1.0" encoding="UTF-8"?>
  2927. <beans xmlns="http://www.springframework.org/schema/beans"
  2928. <?xml version="1.0" encoding="UTF-8"?>
  2929. <beans xmlns="http://www.springframework.org/schema/beans"
  2930. <?xml version="1.0" encoding="UTF-8"?>
  2931. <beans xmlns="http://www.springframework.org/schema/beans"
  2932.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2933.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2934.     <bean name="user"  scope="prototype"></bean>
  2935. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2936. <?xml version="1.0" encoding="UTF-8"?>
  2937. <beans xmlns="http://www.springframework.org/schema/beans"
  2938.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2939.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2940.     <bean name="user"  scope="prototype"></bean>
  2941. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2942. <?xml version="1.0" encoding="UTF-8"?>
  2943. <beans xmlns="http://www.springframework.org/schema/beans"
  2944.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2945.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2946.     <bean name="user"  scope="prototype"></bean>
  2947. </beans><bean name="user"  scope="singleton"></bean>
  2948. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2949. <?xml version="1.0" encoding="UTF-8"?>
  2950. <beans xmlns="http://www.springframework.org/schema/beans"
  2951. <?xml version="1.0" encoding="UTF-8"?>
  2952. <beans xmlns="http://www.springframework.org/schema/beans"
  2953.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2954.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2955.     <bean name="user"  scope="prototype"></bean>
  2956. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2957. <?xml version="1.0" encoding="UTF-8"?>
  2958. <beans xmlns="http://www.springframework.org/schema/beans"
  2959.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2960.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2961.     <bean name="user"  scope="prototype"></bean>
  2962. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2963. <?xml version="1.0" encoding="UTF-8"?>
  2964. <beans xmlns="http://www.springframework.org/schema/beans"
  2965.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2966.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2967.     <bean name="user"  scope="prototype"></bean>
  2968. </beans><bean name="user"  scope="singleton"></bean>
  2969. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2970. <?xml version="1.0" encoding="UTF-8"?>
  2971. <beans xmlns="http://www.springframework.org/schema/beans"
  2972. <?xml version="1.0" encoding="UTF-8"?>
  2973. <beans xmlns="http://www.springframework.org/schema/beans"
  2974.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2975.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2976.     <bean name="user"  scope="prototype"></bean>
  2977. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2978. <?xml version="1.0" encoding="UTF-8"?>
  2979. <beans xmlns="http://www.springframework.org/schema/beans"
  2980.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2981.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2982.     <bean name="user"  scope="prototype"></bean>
  2983. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2984. <?xml version="1.0" encoding="UTF-8"?>
  2985. <beans xmlns="http://www.springframework.org/schema/beans"
  2986.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2987.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2988.     <bean name="user"  scope="prototype"></bean>
  2989. </beans><bean name="user"  scope="singleton"></bean>
  2990. </beans><bean name="user" ></bean>
  2991. </beans><?xml version="1.0" encoding="UTF-8"?>
  2992. <beans xmlns="http://www.springframework.org/schema/beans"
  2993. <?xml version="1.0" encoding="UTF-8"?>
  2994. <beans xmlns="http://www.springframework.org/schema/beans"
  2995. <?xml version="1.0" encoding="UTF-8"?>
  2996. <beans xmlns="http://www.springframework.org/schema/beans"
  2997.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2998.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  2999.     <bean name="user"  scope="prototype"></bean>
  3000. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3001. <?xml version="1.0" encoding="UTF-8"?>
  3002. <beans xmlns="http://www.springframework.org/schema/beans"
  3003.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3004.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3005.     <bean name="user"  scope="prototype"></bean>
  3006. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3007. <?xml version="1.0" encoding="UTF-8"?>
  3008. <beans xmlns="http://www.springframework.org/schema/beans"
  3009.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3010.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3011.     <bean name="user"  scope="prototype"></bean>
  3012. </beans><bean name="user"  scope="singleton"></bean>
  3013. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3014. <?xml version="1.0" encoding="UTF-8"?>
  3015. <beans xmlns="http://www.springframework.org/schema/beans"
  3016. <?xml version="1.0" encoding="UTF-8"?>
  3017. <beans xmlns="http://www.springframework.org/schema/beans"
  3018.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3019.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3020.     <bean name="user"  scope="prototype"></bean>
  3021. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3022. <?xml version="1.0" encoding="UTF-8"?>
  3023. <beans xmlns="http://www.springframework.org/schema/beans"
  3024.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3025.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3026.     <bean name="user"  scope="prototype"></bean>
  3027. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3028. <?xml version="1.0" encoding="UTF-8"?>
  3029. <beans xmlns="http://www.springframework.org/schema/beans"
  3030.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3031.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3032.     <bean name="user"  scope="prototype"></bean>
  3033. </beans><bean name="user"  scope="singleton"></bean>
  3034. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3035. <?xml version="1.0" encoding="UTF-8"?>
  3036. <beans xmlns="http://www.springframework.org/schema/beans"
  3037. <?xml version="1.0" encoding="UTF-8"?>
  3038. <beans xmlns="http://www.springframework.org/schema/beans"
  3039.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3040.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3041.     <bean name="user"  scope="prototype"></bean>
  3042. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3043. <?xml version="1.0" encoding="UTF-8"?>
  3044. <beans xmlns="http://www.springframework.org/schema/beans"
  3045.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3046.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3047.     <bean name="user"  scope="prototype"></bean>
  3048. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3049. <?xml version="1.0" encoding="UTF-8"?>
  3050. <beans xmlns="http://www.springframework.org/schema/beans"
  3051.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3052.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3053.     <bean name="user"  scope="prototype"></bean>
  3054. </beans><bean name="user"  scope="singleton"></bean>
  3055. </beans><bean name="user" ></bean>
  3056. </beans>}).start();<?xml version="1.0" encoding="UTF-8"?>
  3057. <beans xmlns="http://www.springframework.org/schema/beans"
  3058. <?xml version="1.0" encoding="UTF-8"?>
  3059. <beans xmlns="http://www.springframework.org/schema/beans"
  3060. <?xml version="1.0" encoding="UTF-8"?>
  3061. <beans xmlns="http://www.springframework.org/schema/beans"
  3062.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3063.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3064.     <bean name="user"  scope="prototype"></bean>
  3065. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3066. <?xml version="1.0" encoding="UTF-8"?>
  3067. <beans xmlns="http://www.springframework.org/schema/beans"
  3068.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3069.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3070.     <bean name="user"  scope="prototype"></bean>
  3071. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3072. <?xml version="1.0" encoding="UTF-8"?>
  3073. <beans xmlns="http://www.springframework.org/schema/beans"
  3074.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3075.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3076.     <bean name="user"  scope="prototype"></bean>
  3077. </beans><bean name="user"  scope="singleton"></bean>
  3078. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3079. <?xml version="1.0" encoding="UTF-8"?>
  3080. <beans xmlns="http://www.springframework.org/schema/beans"
  3081. <?xml version="1.0" encoding="UTF-8"?>
  3082. <beans xmlns="http://www.springframework.org/schema/beans"
  3083.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3084.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3085.     <bean name="user"  scope="prototype"></bean>
  3086. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3087. <?xml version="1.0" encoding="UTF-8"?>
  3088. <beans xmlns="http://www.springframework.org/schema/beans"
  3089.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3090.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3091.     <bean name="user"  scope="prototype"></bean>
  3092. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3093. <?xml version="1.0" encoding="UTF-8"?>
  3094. <beans xmlns="http://www.springframework.org/schema/beans"
  3095.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3096.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3097.     <bean name="user"  scope="prototype"></bean>
  3098. </beans><bean name="user"  scope="singleton"></bean>
  3099. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3100. <?xml version="1.0" encoding="UTF-8"?>
  3101. <beans xmlns="http://www.springframework.org/schema/beans"
  3102. <?xml version="1.0" encoding="UTF-8"?>
  3103. <beans xmlns="http://www.springframework.org/schema/beans"
  3104.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3105.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3106.     <bean name="user"  scope="prototype"></bean>
  3107. </beans>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3108. <?xml version="1.0" encoding="UTF-8"?>
  3109. <beans xmlns="http://www.springframework.org/schema/beans"
  3110.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3111.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3112.     <bean name="user"  scope="prototype"></bean>
  3113. </beans>   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3114. <?xml version="1.0" encoding="UTF-8"?>
  3115. <beans xmlns="http://www.springframework.org/schema/beans"
  3116.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3117.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  3118.     <bean name="user"  scope="prototype"></bean>
  3119. </beans><bean name="user"  scope="singleton"></bean>
  3120. </beans><bean name="user" ></bean>
  3121. </beans>}}
复制代码
从结果上,我们可以看出:
一个线程,调用了一次无参构造方法(),生产一个对象。
成功实现了。在同一个线程中,获取的Bean都是同一个。跨线程则是不同的对象。
2. 总结:

3. 最后:

“在这个最后的篇章中,我要表达我对每一位读者的感激之情。你们的关注和回复是我创作的动力源泉,我从你们身上汲取了无尽的灵感与勇气。我会将你们的鼓励留在心底,继续在其他的领域奋斗。感谢你们,我们总会在某个时刻再次相遇。”


免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。




欢迎光临 ToB企服应用市场:ToB评测及商务社交产业平台 (https://dis.qidao123.com/) Powered by Discuz! X3.4