SSMコントローラ層フレームプロファイル

<?xml version = "1.0"エンコード= "UTF-8"?> 
<豆のxmlns = "http://www.springframework.org/schema/beans"
のxmlns:XSI = "http://www.w3.org / 2001 / XMLスキーマ・インスタンス"
のxmlns:コンテキスト= "http://www.springframework.org/schema/context"
のxmlns:MVC = "http://www.springframework.org/schema/mvc"
XSI:のschemaLocation =" http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/context
のhttp:// WWW .springframework.org /スキーマ/コンテキスト/春-context.xsd
http://www.springframework.org/schema/mvc
http://www.springframework.org/schema/mvc/spring-mvc.xsd ">
<! -コントローラレイヤ- >
<! -スキャンコントローラ層オープン注釈- >
<文脈:コンポーネント・ベース・パッケージスキャン=「cn.controller」> </コンテキスト:コンポーネントスキャン>
<! -レゾルバの構成図- >
<クラスビーン= "org.springframework.web.servlet.view.InternalResourceViewResolver">
<プロパティ名= "接頭辞"値= "/ページ/"> </プロパティ>
<プロパティ名= "サフィックス"値= "JSP"> </プロパティ>
</豆>
< -注釈駆動型- >!
<MVC:注釈駆動型> </ MVC:注釈駆動型>
<! -静的リソースの解放- >
<MVC:デフォルト・サーブレット・ハンドラ> < / MVC:サーブレット・デフォルト・ハンドラ>
</豆>

おすすめ

転載: www.cnblogs.com/geng-geng1997/p/11358639.html