Skip to content

Commit 5b04747

Browse files
committed
cria propriedades do ambiente de desenvolvimento [Homol]
1 parent 6195c4c commit 5b04747

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)