url请求的时候老是会有之前的部分url
<form action="shiro/register" method="POST">
解决方法,加上本项目名字
<form action="/t-logT/shiro/register" method="POST">
url请求老是有 之前的部分url
原文:https://www.cnblogs.com/ccgyyn/p/10145192.html