/login
/user url: http://localhost:8080/项目名/user?method=add url: http://localhost:8080/项目名/user?method=delete url: http://localhost:8080/项目名/user?method=list
/*
/user/*
url: http://localhost:8080/项目名/user/login 登录请求 url: http://localhost:8080/项目名/user/logout 退出请求 url: http://localhost:8080/项目名/user/register 注册请求
*.后缀名
*.do
url: http://localhost:8080/项目名/login.do 登录请求 url: http://localhost:8080/项目名/logout.do 退出请求
/
http://localhost:8080/项目名/user/login
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/206101.html原文链接:https://javaforall.net
