Commit 24ea983293b545ca0aab0d914649d3417f511a40

Authored by 周伟鹏
1 parent 5882afb7

update

src/main/java/com/cnlive/shenhe/ShenheApplication.java
@@ -23,13 +23,13 @@ public class ShenheApplication extends SpringBootServletInitializer { @@ -23,13 +23,13 @@ public class ShenheApplication extends SpringBootServletInitializer {
23 private static final String CAS_SERVER_URL_PREFIX = "https://user.cnlive.com/OpenSSO2"; 23 private static final String CAS_SERVER_URL_PREFIX = "https://user.cnlive.com/OpenSSO2";
24 private static final String CAS_SERVER_LOGIN_URL = "https://user.cnlive.com/OpenSSO2/login"; 24 private static final String CAS_SERVER_LOGIN_URL = "https://user.cnlive.com/OpenSSO2/login";
25 //本机的名称 25 //本机的名称
26 - private static final String SERVER_NAME = "http://test.shen.cnlive.com"; 26 + private static final String SERVER_NAME = "http://test.shen.cnlive.com:82";
27 27
28 //登录入口 28 //登录入口
29 - private static final String SERVICE_LOGIN = "http://test.shen.cnlive.com/users/login"; 29 + private static final String SERVICE_LOGIN = "http://test.shen.cnlive.com:82/users/login";
30 30
31 //登出 31 //登出
32 - private static final String SERVICE_LOGINOUT = "http://test.shen.cnlive.com/users/logout"; 32 + private static final String SERVICE_LOGINOUT = "http://test.shen.cnlive.com:82/users/logout";
33 33
34 34
35 /** 35 /**