@@ -22,7 +22,7 @@ public class ScheduleConfig implements Serializable {
* 定时刷新登录规则(每N分钟执行)
*/
@PostConstruct
- @Scheduled(cron = "0 30/30 * * * ?")
+ @Scheduled(cron = "0 1/1 * * * ?")
public void execute() {
loginRuleService.refreshLoginRule();
}