There was an error while loading. Please reload this page.
1 parent 6195c4c commit 5b04747Copy full SHA for 5b04747
src/main/resources/application-dev.properties
@@ -0,0 +1,13 @@
1
+# Cria script que gera todas as Tabelas/Colunas no BD
2
+#spring.jpa.properties.jakarta.persistence.schema-generation.create-source=metadata
3
+#spring.jpa.properties.jakarta.persistence.schema-generation.scripts.action=create
4
+#spring.jpa.properties.jakarta.persistence.schema-generation.scripts.create-target=create.sql
5
+#spring.jpa.properties.hibernate.hbm2ddl.delimiter=;
6
+
7
+spring.datasource.url=jdbc:postgresql://localhost:5433/gameList
8
+spring.datasource.username=postgres
9
+spring.datasource.password=1234567
10
11
+spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
12
+spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
13
+spring.jpa.hibernate.ddl-auto=none
0 commit comments