Commit c54c19e89f3392ef53772f66b9ea3cbeee0f4123

Authored by 周伟鹏
1 parent c2ecefb9

正式、测试代码分

src/main/java/com/cnlive/shenhe/ShenheApplication.java
... ... @@ -23,13 +23,13 @@ public class ShenheApplication extends SpringBootServletInitializer {
23 23 private static final String CAS_SERVER_URL_PREFIX = "https://user.cnlive.com/OpenSSO2";
24 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:81";
  26 + private static final String SERVER_NAME = "http://shen.cnlive.com:81";
27 27  
28 28 //登录入口
29   - private static final String SERVICE_LOGIN = "http://test.shen.cnlive.com:81/users/login";
  29 + private static final String SERVICE_LOGIN = "http://shen.cnlive.com:81/users/login";
30 30  
31 31 //登出
32   - private static final String SERVICE_LOGINOUT = "http://test.shen.cnlive.com:81/users/logout";
  32 + private static final String SERVICE_LOGINOUT = "http://shen.cnlive.com:81/users/logout";
33 33  
34 34  
35 35 /**
... ...