This is what I could do in this short time after my iMac went wrong.
The project is a Maven project so building is available like mvn package
After building the app can be run with this command:
$ java -jar target/orderprocessing-1.0-SNAPSHOT.jar
The input file will be data.csv
and the output file will be out.csv
.
These can be overwritten by command line arguments:
$ java -jar target/orderprocessing-1.0-SNAPSHOT.jar inputfile outputfile
The database configurations should be done in the hibernate.cfg.xml
file.
- There are no unit tests
- No FTP push
- Validation is insufficient now. The rest.