Postgresql – Springboot Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
I am learning Springboot and wanted to make an application that lets me use postgres to make simple APIs. I have been trying to establish the connection to the JDBC to be able to create a table, however it will…