summaryrefslogtreecommitdiffstats
path: root/src/main/resources/application.properties
blob: 1c129a026e0edce76c64c1adebd1c58c8a6e4e04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# application.properties

spring.datasource.url=jdbc:postgresql://localhost:5432/odiparback
spring.datasource.username=opp
spring.datasource.password=odiparfront

# create-drop,update
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.properties.hibernate.format_sql=true

server.error.include-message=always