|
@@ -31,6 +31,9 @@ public class Route extends ExceptionHandlerBaseRoute {
|
|
@Override
|
|
@Override
|
|
public void configure() throws Exception {
|
|
public void configure() throws Exception {
|
|
configExceptionHandler();
|
|
configExceptionHandler();
|
|
|
|
+
|
|
|
|
+ fromF("timer://simpleTimer?period=1m").to("direct:syncAllProject");
|
|
|
|
+
|
|
rest().get("/doc")
|
|
rest().get("/doc")
|
|
.produces("text/html;charset=UTF-8")
|
|
.produces("text/html;charset=UTF-8")
|
|
.route()
|
|
.route()
|