zhaowenxuan
2024-12-17 70133cc2bbcf58ef760ee0c84f031dc66b7fb1c2
ltkj-admin/src/main/java/com/ltkj/web/config/timer/DefaultScheduled.java
@@ -12,6 +12,7 @@
import com.ltkj.system.service.ISysConfigService;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Profile;
import org.springframework.stereotype.Component;
import javax.annotation.PostConstruct;
@@ -34,6 +35,7 @@
 */
@Slf4j
@Component
@Profile("!dev")
public class DefaultScheduled {