|
@@ -14,7 +14,6 @@ public class InitEnvRoute extends RouteBuilder {
|
|
public void configure() throws Exception {
|
|
public void configure() throws Exception {
|
|
|
|
|
|
fromF("timer://simpleTimer?period=1m").to("direct:syn");
|
|
fromF("timer://simpleTimer?period=1m").to("direct:syn");
|
|
- ;
|
|
|
|
|
|
|
|
from("direct:syn")
|
|
from("direct:syn")
|
|
.to(dataPlatform + "/mng/project/query?bridgeEndpoint=true&secret=A123456")
|
|
.to(dataPlatform + "/mng/project/query?bridgeEndpoint=true&secret=A123456")
|