- package com.yihu.base.security.properties;
- /**
- * Created by chenweida on 2017/12/4.\
- * 安全框架配置信息
- */
- public class SecurityProperties {
- //表单登陆相关信息
- public static String formLogin = "/authentication/form";
- public static String formLoginPage = "/denglu.html";
- //短信登陆相关信息
- public static String mobileLogin = "/authentication/mobile";
- public static String mobileLoginKey = "mobile";
- }
|