Merge remote-tracking branch 'origin/develop' into develop

pull/248/head
chen.ma 3 years ago
commit af7770f418

@ -27,7 +27,7 @@ import org.springframework.cloud.stream.messaging.Source;
@Slf4j
@EnableDynamicThreadPool
@EnableBinding({Source.class, MySink.class})
@SpringBootApplication(scanBasePackages = "cn.hippo4j.example.core")
@SpringBootApplication
public class Hippo4jAdapterSpringCloudStreamRocketMQApplication {
public static void main(String[] args) {

Loading…
Cancel
Save