人员定位测试
parent
10ae5aabea
commit
8439ee07b2
|
@ -16,7 +16,10 @@ import javax.annotation.Resource;
|
|||
public class PerLocUtil {
|
||||
|
||||
// @Value("${perLoc.url}")
|
||||
public static String perLocUrl = "http://172.16.130.86/gateway-service";
|
||||
// 线上地址
|
||||
// public static String perLocUrl = "http://172.16.130.86/gateway-service";
|
||||
// 线上外网映射
|
||||
public static String perLocUrl = "http://221.195.199.13:7811/gateway-service";
|
||||
// @Value("${perLoc.userName}")
|
||||
// private String userName;
|
||||
// @Value("${perLoc.pwd}")
|
||||
|
|
Loading…
Reference in New Issue