- Run docker compose file
docker-compose up - Connect to dockerized db and create a db
CREATE DATABASE squiz; - Add following configs to application properties
spring.datasource.url=jdbc:postgresql://localhost:5432/postgresspring.datasource.username=postgresspring.datasource.password=postgresspring.jpa.hibernate.ddl-auto=create-drop
Nipun-Dew/Squiz
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|