|
@@ -42,9 +42,7 @@ public class Route extends ExceptionHandlerBaseRoute {
|
|
|
public void configure() throws Exception {
|
|
|
configExceptionHandler();
|
|
|
|
|
|
- fromF("timer://simpleTimer?period=1m")
|
|
|
- .process(new OnTimeTaskProcessor())
|
|
|
- .to("direct:syncAllProject");
|
|
|
+ fromF("timer://simpleTimer?period=1m").process(new OnTimeTaskProcessor()).to("direct:syncAllProject");
|
|
|
fromF("timer://simpleTimer?period=30m").to("direct:synProjectName");
|
|
|
|
|
|
rest().get("/doc")
|