Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/l33t-c0d3r-66/csv-to-mysql-spring-batch

Spring Batch Program to Import data from CSV to MySQL
https://github.com/l33t-c0d3r-66/csv-to-mysql-spring-batch

spring-batch spring-boot

Last synced: 6 days ago
JSON representation

Spring Batch Program to Import data from CSV to MySQL

Awesome Lists containing this project

README

        

# csv-to-mysql-spring-batch

  • Spring Batch Program to Import data from CSV to MySQL
  • This Program simply uses Spring Batch to import CSV file to MySQL.
  • The Project is Build Using Maven.

    ## What is Spring Boot?

  • Spring Boot is an open source Java-based framework used to create a micro Service.
  • You can learn more about Spring Boot at: https://spring.io/projects/spring-boot

    ## What is Spring Batch?
  • Spring Batch is an open source framework for batch processing.
  • Spring Batch builds upon the POJO-based development approach of the Spring Framework.
  • Read more about Spring Batch at: https://spring.io/projects/spring-batch

    ## What is Maven?
  • Maven is a build automation tool used primarily for Java projects.
  • Maven can also be used to build and manage projects written in C#, Ruby, Scala, and other languages.
  • The Maven project is hosted by the Apache Software Foundation, where it was formerly part of the Jakarta Project
  • You can explore Maven here: https://maven.apache.org/guides/