Spring入門(二)

一、Spring的配置 1. XML提示的配置 Schema的配置   2.  Bean的相關配置 (1) ID:使用了約束中的唯一約束。裏面不能出現特殊字符的。 (2)name:沒有使用約束中的唯一約束 重點:scope:Bean的作用範圍 singleton:默認單例;prototype:多例模式;request;session;globalsession 二、Spring的Bean管理(XM
相關文章
相關標籤/搜索