[agent] start rabbitmq - 1
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
package io.wdd.agent.config.rabbitmq;
|
||||||
|
|
||||||
|
import org.springframework.context.annotation.Configuration;
|
||||||
|
|
||||||
|
|
||||||
|
@Configuration
|
||||||
|
public class MyRabbitMqConfig {
|
||||||
|
}
|
||||||
@@ -111,4 +111,7 @@ public class ServerInfo {
|
|||||||
private String comment;
|
private String comment;
|
||||||
|
|
||||||
|
|
||||||
|
@Value("${machineId}")
|
||||||
|
private String machineId;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
package io.wdd.agent.initial.rabbitmq;
|
||||||
|
|
||||||
|
import org.springframework.stereotype.Component;
|
||||||
|
|
||||||
|
@Component
|
||||||
|
public class InitialRabbitMqConnector {
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user