Commit 340117f2 authored by 赵啸非's avatar 赵啸非

修改同步用户

parent 6d870b5c
......@@ -49,7 +49,7 @@
<profiles.nacos.namespace>smart-gov</profiles.nacos.namespace>
<profiles.log.path>/home/mortals/app/logs</profiles.log.path>
<profiles.log.level>INFO</profiles.log.level>
<package.environment>test</package.environment>
<package.environment>build</package.environment>
<skipUi>false</skipUi>
</properties>
</profile>
......
package com.mortals.xhx.daemon.task;
import cn.hutool.core.util.StrUtil;
import com.mortals.framework.common.Rest;
import com.mortals.framework.exception.AppException;
import com.mortals.framework.service.ITask;
......@@ -68,5 +69,9 @@ public class SyncUserTaskImpl implements ITaskExcuteService {
}
public static void main(String[] args) {
System.out.println(StrUtil.cleanBlank("sss aaa"));
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment