摘要: package com.sun.config; import com.sun.interceptors.TestInterceptor; import org.springframework.context.annotation.Bean; import org.springframework.co 阅读全文
posted @ 2021-08-28 23:35 L1998 阅读(56) 评论(0) 推荐(0)
摘要: 注:在SpringMVC.xml中将配置的 注释掉 阅读全文
posted @ 2021-08-28 21:34 L1998 阅读(15) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-08-28 15:25 L1998 阅读(24) 评论(0) 推荐(0)
摘要: 一、服务器从浏览器获取传过来的请求体 1. <form th:action="@{/testRequestBody}" method="post"> <input type="text" name="username"> <input type="text" name="password"> <in 阅读全文
posted @ 2021-08-28 15:05 L1998 阅读(555) 评论(0) 推荐(0)