POJO
- Model
- View
- Controller
DispatcherServlet
web.xml
@Controller
@RequestMapping(“/hello”)
1 |
<context:component-scan base-package="org.springframework.samples.petclinic.web"/> |
Just another programmers blog
POJO
@RequestMapping(“/hello”)
1 |
<context:component-scan base-package="org.springframework.samples.petclinic.web"/> |