Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 154 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 154 Bytes

模拟SpringMVC部分功能的demo,只依赖servlet,仅供学习练手。提供如下注解:

  • @RequestMapping
  • @Controller
  • @Service
  • @Autowired