-1

I only can find the source for jdbc-sink (Link), but I can't find the source code for jdbc-sink-rabbit which used in spring cloud data flow.

Does anyone know it?

Kampai
  • 22,848
  • 21
  • 95
  • 95
yp zhou
  • 3
  • 2

1 Answers1

0

The jdbc-sink-rabbit is the generated application when building the starter project.

./mvnw clean install -PgenerateApps
cd apps

You will find the generated jdbc-sink-rabbit under apps directory.

The build instructions are specified here

Ilayaperumal Gopinathan
  • 4,099
  • 1
  • 13
  • 12