Skip to content
Snippets Groups Projects

Feat: containerize the app using docker, change db to postgresql

Merged Filip Bugoš requested to merge entity-relationships-fix into milestone-2
14 files
+ 212
16
Compare changes
  • Side-by-side
  • Inline
Files
14
spring.h2.console.enabled=true
\ No newline at end of file
##spring.h2.console.enabled=true
spring.datasource.url=jdbc:postgresql://localhost:5432/postgres
spring.datasource.username=postgres
spring.datasource.password=password
spring.jpa.hibernate.ddl-auto=create
\ No newline at end of file
Loading