Spring云数据流,jdbc-sink-rabbit源码
Spring cloud data flow ,jdbc-sink-rabbit source code
我只能找到 jdbc-sink
(Link) 的源代码,但找不到 spring 云数据中使用的 jdbc-sink-rabbit
的源代码流.
有人知道吗?
jdbc-sink-rabbit
是构建启动项目时生成的应用程序。
./mvnw clean install -PgenerateApps
cd apps
您将在 apps
目录下找到生成的 jdbc-sink-rabbit
。
指定构建指令here
我只能找到 jdbc-sink
(Link) 的源代码,但找不到 spring 云数据中使用的 jdbc-sink-rabbit
的源代码流.
有人知道吗?
jdbc-sink-rabbit
是构建启动项目时生成的应用程序。
./mvnw clean install -PgenerateApps
cd apps
您将在 apps
目录下找到生成的 jdbc-sink-rabbit
。
指定构建指令here