Commit f97b402f authored by 李丛阳's avatar 李丛阳

global 变量

parent 1c39b1fe
...@@ -111,7 +111,7 @@ public class Global { ...@@ -111,7 +111,7 @@ public class Global {
private String MD_FILE_LOCATION; private String MD_FILE_LOCATION;
/*登录验证秘钥*/ /*登录验证秘钥*/
@Value("${global.jwt.login_secert_key}") @Value("${jwt.login_secert_key}")
private String LOGIN_SECERT_KEY; private String LOGIN_SECERT_KEY;
@Value("${jwt.header}") @Value("${jwt.header}")
...@@ -184,9 +184,7 @@ public class Global { ...@@ -184,9 +184,7 @@ public class Global {
@Value("${global.git_lab.port}") @Value("${global.git_lab.port}")
private String GIT_LAB_PORT; private String GIT_LAB_PORT;
/*gitlab管理员秘钥*/
@Value("${global.other.session_admin_header_value}")
private String SESSION_ADMIN_HEADER_VALUE;
/*password最小长度*/ /*password最小长度*/
@Value("${global.password.min_password}") @Value("${global.password.min_password}")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment