mirror of
https://github.com/apache/rocketmq-dashboard.git
synced 2025-09-11 03:49:06 +08:00
bug(console) add @EnableScheduling to enable cronjobs Co-authored-by: 有悔 <youhui.zyf@alibaba-inc.com>
This commit is contained in:
@@ -19,8 +19,10 @@ package org.apache.rocketmq.console;
|
|||||||
import org.springframework.boot.SpringApplication;
|
import org.springframework.boot.SpringApplication;
|
||||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||||
import org.springframework.boot.web.servlet.ServletComponentScan;
|
import org.springframework.boot.web.servlet.ServletComponentScan;
|
||||||
|
import org.springframework.scheduling.annotation.EnableScheduling;
|
||||||
|
|
||||||
@SpringBootApplication
|
@SpringBootApplication
|
||||||
|
@EnableScheduling
|
||||||
@ServletComponentScan
|
@ServletComponentScan
|
||||||
public class App {
|
public class App {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user