The directory is the root for the Labs and Solutions for the Spring Boot Master Class
- Core Concepts
- Inputs
- Outputs
- Job Flow
- Processing Items
- Error Handling
- Orchestration
- Job Partitioning and Scaling
- Summary
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
The code in this course is based on Maven, Java and Spring Boot 2
TBD...
Create Submodule for common code in this repo:
- https://git-scm.com/book/en/v2/Git-Tools-Submodules