Setting PostgreSQL Spring Boot
Setting properties file untuk setting koneksi PostgreSQL di Spring Boot.
spring.datasource.url=jdbc:postgresql://127.0.0.1:5432/testing
spring.datasource.username=postgres
spring.datasource.password=root
Setting properties file untuk setting koneksi PostgreSQL di Spring Boot.
spring.datasource.url=jdbc:postgresql://127.0.0.1:5432/testing
spring.datasource.username=postgres
spring.datasource.password=root