Explore some approaches to running multiple jobs using Spring Batch.
Also find me here:
Baeldung Author
Richard Danladi
I've been passionate about software development since my teenage years and have dedicated myself to exploring various aspects of the field. I was privileged during my time at university to host events and teach software development to my fellow students, which led to me being retained by the ICT department in my final year. There, I am currently the lead in software development, overseeing projects and mentoring team members. I am excited about new technologies and love learning new things, continuously seeking opportunities to expand my knowledge and skills in the ever-evolving landscape of Information Technology.
Here's what I've written (so far):
Baeldung on Java
- All
- Spring Boot (1)
- Security (1)
- Persistence (1)
- Java Array (1)
- JSON (1)
Convert Avro File to JSON File in Java
Filed under JSON
In this tutorial, we’ll walk through object conversion to JSON through Avro, and converting an entire Avro file to a JSON file.
How to Fill an Array With Random Numbers
Filed under Java Array
Learn how to populate an array with random numbers.
Connect with PostgreSQL Database over SSL
Filed under Persistence, Security
A quick and practical guide to connecting to PostgreSQL with SSL.