Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 987 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 987 Bytes

SpringBatch

Welcome to the Spring Batch Example project.

This document contains information on how to use application.

  1. Run project with IDE

After clone project, import it on Maven project and use Run as application with com.capgemini.main.Application as Main class.

  1. Run project with CLI

After clone project, you need to have insalled Maven CLI on your system , then execute on root project directory :

mvn spring-boot:run
  1. Run project with CLI and Package

After clone project, you need to have insalled Maven CLI on your system , then execute package command on root project directory :

mvn package

Then, you need to copy csv directory on the same directory of JAR file and execute command :

java -jar [package-name].jar
  1. UI

Open your browser on http://localhost:8080

Enjoy!