企业微信推送

This commit is contained in:
雷欧(林平凡)
2025-01-22 11:44:10 +08:00
parent 530f8ce0a6
commit 13fbc16557

View File

@@ -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);