How can Spring Cloud Dataflow Server use new tables( with custom prefix ) created for Spring batch and Spring cloud task?
问题 I have created spring cloud task tables i.e. TASK_EXECUTION , TASK_TASK_BATCH with prefix as MYTASK_ and spring batch Tables with prefix MYBATCH_ in oracle database. There are default tables also there in the same schema which got created automatically or by other team mate. I have bound my Oracle database service to SCDF server deployed on PCF . How can i tell my Spring Cloud Dataflow server to use tables created with my prefix to render data on dataflow server dashboard? Currently, SCDF