SSH註解方式

2021-07-16 02:30:28 字數 330 閱讀 2228

@service用於標註業務層元件

@controller用於標註控制層元件(如struts中的action)

@repository用於標註資料訪問元件,即dao元件

@component泛指元件,當元件不好歸類的時候,我們可以使用這個註解進行標註。

注入方式:

把dao實現類注入到action的service介面(注意不要是service的實現類)中,注入時不要new 這個注入的類,因為spring會自動注入,如果手動再new的話會出現錯誤,

然後屬性加上@autowired後不需要getter()和setter()方法,spring也會自動注入。

SSH框架整合 註解的方式

首先,匯入乙個jar,struts2 convention plugin 2.3.24.jar.只有匯入了這個jar包,才能使用struts2框架的註解 其他的jar包請檢視我的另一篇文章 ssh框架整合 xml方式 以下是配置檔案 web.xml 檔案中要配置 配置spring與struts2 s...

SSH註解配置

1.頭部宣告需加入 xmlns context spring context 3.0.xsd 2.檔案內部配置 context annotation config context component scan base package com.newer bean註解管理 spring自動掃瞄管理b...

ssh註解配置

1.頭部宣告需加入 xmlns context spring context 3.0.xsd 2.檔案內部配置 context annotation config context component scan base package com.newer bean註解管理 spring自動掃瞄管理b...