1.修改字典放白 2.修改给山大提供的推荐岗位接口
This commit is contained in:
@@ -30,6 +30,11 @@ public class StringUtil {
|
||||
*/
|
||||
public static final String USER_KEY="hlw_";
|
||||
|
||||
/**
|
||||
* 岗位互联网
|
||||
*/
|
||||
public static final String BASE_WW_GW="http://http://222.80.110.161:11111/kashi/job-portal/detail/";
|
||||
|
||||
public static Boolean isEmptyOrNull(String s){
|
||||
if(Objects.isNull(s)){return true;}
|
||||
return s.isEmpty();
|
||||
|
||||
Reference in New Issue
Block a user