I have written a service using java, springboot and postgresql for scheduling any kind of job, but I also want to show all job details on UI.
I am looking for some open-source code that can directly connect with my DB and expose my jobs to screen.
I have written a service using java, springboot and postgresql for scheduling any kind of job, but I also want to show all job details on UI.
I am looking for some open-source code that can directly connect with my DB and expose my jobs to screen.