neilChenXie / ChenJava

Maven,Eclipse,Spring,Mybatis,Shiro

Home Page:http://chen-node.com/ChenJava/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpringMVC.xml

neilChenXie opened this issue · comments

imported by web.xml

BEAN

bean of controller is imported and used

Manual

<bean name="/hello" class="cn.javass.chapter2.web.controller.HelloWorldController"/> 

Scan

<context:annotation-config />
<!-- 自动扫描(自动注入) -->
<context:component-scan base-package="com.chen.st.controller" />