Commit 37a98b396d19973ab412a07971f248d298d61aaa
1 parent
112cc0ae
修改master启动类访问路径
Showing
1 changed file
with
3 additions
and
3 deletions
src/main/java/com/cnlive/shenhe/ShenheApplication.java
| ... | ... | @@ -31,13 +31,13 @@ public class ShenheApplication extends SpringBootServletInitializer { |
| 31 | 31 | private static final String CAS_SERVER_URL_PREFIX = "https://user.cnlive.com/OpenSSO2"; |
| 32 | 32 | private static final String CAS_SERVER_LOGIN_URL = "https://user.cnlive.com/OpenSSO2/login"; |
| 33 | 33 | //本机的名称 |
| 34 | - private static final String SERVER_NAME = "http://test.shen.cnlive.com:82"; | |
| 34 | + private static final String SERVER_NAME = "http://shen.cnlive.com:81"; | |
| 35 | 35 | |
| 36 | 36 | //登录入口 |
| 37 | - private static final String SERVICE_LOGIN = "http://test.shen.cnlive.com:82/users/login"; | |
| 37 | + private static final String SERVICE_LOGIN = "http://shen.cnlive.com:81/users/login"; | |
| 38 | 38 | |
| 39 | 39 | //登出 |
| 40 | - private static final String SERVICE_LOGINOUT = "http://test.shen.cnlive.com:82/users/logout"; | |
| 40 | + private static final String SERVICE_LOGINOUT = "http://shen.cnlive.com:81/users/logout"; | |
| 41 | 41 | |
| 42 | 42 | public static void main(String[] args) { |
| 43 | 43 | // SpringApplication.run(ShenheApplication.class, args); | ... | ... |