Skip to content

OJMayo/springBootBatch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

springBootBatch

Spring Boot – Batch tutorial using MySQL, JPA and annotations

In this example I show how to use Spring Boot to create a simple Spring Batch application. I used the same architecture in a production software. Spring Boot is great to improve productivity but the documentation is still sparse (the framework is still in 0.5 version).

You can find more details here: http://javaee.ch/2013/10/27/spring-boot-batch-tutorial-using-mysql-jpa-and-annotations/ The only requirement is to have a mysql database installed. You can find more information in the source code.

If you start a new project in an IDE, you can simply create a simple new maven project (without Spring wizards or similar).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 77.8%
  • HTML 22.2%