Created
April 30, 2019 06:52
-
-
Save Edijun/ea9464f04b4833cc6bfe5d908a49c56f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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