Spring Cloud DataFlow and MySQL doesn't show the START_TIME and END_TIME of the Task
问题 I'm working on Spring batch and SCDF example. In this example I am reading CSV file and loading all the data to MySQL . I was able to successfully load the data into MySQL DB, but but UI doesn't show me START_TIME and END_TIME , even db doesn't holds any records. I've uploaded my code here: https://github.com/JavaNeed/spring-cloud-dataflow-example1.git spring-cloud-data-flow-server SpringCloudDataFlowServerApplication.java @EnableDataFlowServer @SpringBootApplication(exclude = {