From 1d05064b590d119065495a6d9ce30ae2d4aab05d Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Wed, 16 Mar 2022 09:17:37 +0330 Subject: wip --- src/main/resources/application.properties | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/main/resources/application.properties (limited to 'src/main/resources/application.properties') diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties new file mode 100644 index 0000000..547f233 --- /dev/null +++ b/src/main/resources/application.properties @@ -0,0 +1,7 @@ +spring.datasource.url=jdbc:postgresql://postgres:5432 +spring.datasource.username= +spring.datasource.password= +spring.jpa.hibernate.ddl-auto=create-drop +spring.jpa.show-sql=true +spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect +spring.jpa.properties.hibernate.format_sql=true -- cgit v1.2.3