提交 e19f0611 编写于 作者: 武汉红喜's avatar 武汉红喜

sth

上级 055a31f3
......@@ -11,14 +11,14 @@ import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
/**
* Created by liuguanqing on 15/4/10.
* Created by javahongxi on 15/4/10.
*/
public class BaseController {
@Autowired(required = false)
protected SystemConfig systemConfig;
protected static final String TOKEN_KEY = "_lender_token_";
protected static final String TOKEN_KEY = "_mars001_token_";
/**
* 创建CXRF Token,避免表单重复提交或者跨站操作
......
......@@ -19,7 +19,7 @@ import org.springframework.web.servlet.ModelAndView;
@Controller
@RequestMapping(value = "/organization")
@Permission(roles = {UserTypeEnum.ADMIN})
public class OrganizationController extends BaseController{
public class EarthController extends BaseController{
@Autowired
private OrganizationService organizationService;
......
......@@ -18,7 +18,7 @@ import javax.servlet.http.HttpServletResponse;
*/
@Controller
@RequestMapping("/account")
public class AccountController extends BaseController {
public class MarsController extends BaseController {
@Autowired
private AccountService accountService;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册