需求
使用 Spring Cloud Data Flow 完成将 mysql 数据库通过 Http 调用同步到另外一个系统,
尝试方式
I tried to combine spring-cloud-starter-stream-source-jdbc and spring-cloud-starter-stream-processor-httpclient. Instead, I got spring-cloud-starter-stream-source-jdbc without main class error.
诉求
我该如何去做呢?使用 job/task?