Commit cfdbffaf2e72b32896263c57bfcb1e8eabb5acd1

Authored by 王言钊
1 parent 08ce0638

访问地址的修改

src/main/java/com/cnlive/shenhe/ShenheApplication.java
@@ -36,13 +36,13 @@ public class ShenheApplication extends SpringBootServletInitializer { @@ -36,13 +36,13 @@ public class ShenheApplication extends SpringBootServletInitializer {
36 private static final String CAS_SERVER_URL_PREFIX = "https://user.cnlive.com/OpenSSO2"; 36 private static final String CAS_SERVER_URL_PREFIX = "https://user.cnlive.com/OpenSSO2";
37 private static final String CAS_SERVER_LOGIN_URL = "https://user.cnlive.com/OpenSSO2/login"; 37 private static final String CAS_SERVER_LOGIN_URL = "https://user.cnlive.com/OpenSSO2/login";
38 //本机的名称 38 //本机的名称
39 - private static final String SERVER_NAME = "http://shen.cnlive.com:81"; 39 + private static final String SERVER_NAME = "http://test.shen.cnlive.com:82";
40 40
41 //登录入口 41 //登录入口
42 - private static final String SERVICE_LOGIN = "http://shen.cnlive.com:81/users/login"; 42 + private static final String SERVICE_LOGIN = "http://test.shen.cnlive.com:82/users/login";
43 43
44 //登出 44 //登出
45 - private static final String SERVICE_LOGINOUT = "http://shen.cnlive.com:81/users/logout"; 45 + private static final String SERVICE_LOGINOUT = "http://test.shen.cnlive.com:82/users/logout";
46 46
47 47
48 /** 48 /**