摘要:
1.在web.xml中配置DispatcherServlet (与之前一样) 点击查看代码 <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="ht 阅读全文
posted @ 2021-11-28 23:11
从零开始学java_wxz
阅读(32)
评论(0)
推荐(0)
摘要:
转载地址:https://blog.csdn.net/qq_36761831/article/details/89053314 SpringMVC流程 1、 用户发送请求至前端控制器DispatcherServlet。 2、 DispatcherServlet收到请求调用HandlerMapping 阅读全文
posted @ 2021-11-28 18:48
从零开始学java_wxz
阅读(28)
评论(0)
推荐(0)
摘要:
1.导入依赖 <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13</version> <scope>test</scope> </dependency> < 阅读全文
posted @ 2021-11-28 16:14
从零开始学java_wxz
阅读(37)
评论(0)
推荐(0)