修正HTTP(S)重定向配置导入应答码默认值.

This commit is contained in:
zhangwenqing
2019-03-28 17:29:28 +08:00
parent bea5312e9f
commit 5e1095f2bb
7 changed files with 10 additions and 14 deletions

View File

@@ -1,18 +1,15 @@
package com.nis.web.controller.basics;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.commons.lang.StringUtils;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.web.servlet.mvc.support.RedirectAttributes;