Skip to content

Instantly share code, notes, and snippets.

@Edijun
Created April 30, 2019 06:52
Show Gist options
  • Select an option

  • Save Edijun/ea9464f04b4833cc6bfe5d908a49c56f to your computer and use it in GitHub Desktop.

Select an option

Save Edijun/ea9464f04b4833cc6bfe5d908a49c56f to your computer and use it in GitHub Desktop.
@Bean
ItemProcessor<Product, Product> csvProductProcessor() {
return new ProductProcessor();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment