Skip to content

Latest commit

 

History

History

README.md

Spring Batch Master Class

Section: Code Root

The directory is the root for the Labs and Solutions for the Spring Boot Master Class


Sections in this course:


H2 Admin Console

The H2 Web Admin console is used in each module

To use:

Run the module:

mvn spring-boot:run

Then open a browser to:

http://localhost:8080/admin/h2

Login to the admin console with the following credentials:

Driver Class: org.h2.Driver
JDBC URL: jdbc:h2:mem:testdb
User Name: sa
Password: [null]

The Actuator Endpoints are available:

http://localhost:8080/batch

NOTES

The code in this course is based on Maven, Java and Spring Boot 2


Lomok annotation processor is used. You can setup your IDE specifically:

TBD...

TO REVISIT

Create Submodule for common code in this repo:
- https://git-scm.com/book/en/v2/Git-Tools-Submodules

The End...