企业微信推送
This commit is contained in:
@@ -12,6 +12,7 @@ import lombok.NoArgsConstructor;
|
|||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
|
import org.springframework.context.annotation.Lazy;
|
||||||
import org.springframework.core.env.Environment;
|
import org.springframework.core.env.Environment;
|
||||||
import org.springframework.stereotype.Component;
|
import org.springframework.stereotype.Component;
|
||||||
|
|
||||||
@@ -24,6 +25,7 @@ import java.util.*;
|
|||||||
* @description:
|
* @description:
|
||||||
*/
|
*/
|
||||||
@Component
|
@Component
|
||||||
|
@Lazy
|
||||||
public class WXUtil {
|
public class WXUtil {
|
||||||
|
|
||||||
private static final Logger logger = LoggerFactory.getLogger(WXUtil.class);
|
private static final Logger logger = LoggerFactory.getLogger(WXUtil.class);
|
||||||
|
|||||||
Reference in New Issue
Block a user