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