All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mms.core.4.0.19.source-code.application.properties.example Maven / Gradle / Ivy

There is a newer version: 4.0.20
Show newest version
spring.datasource.url=jdbc:postgresql://db-server-bar:5432
spring.datasource.database=bar
spring.datasource.username=fooadmin
spring.datasource.password=foo123
spring.datasource.driver-class-name=org.postgresql.Driver

# The SQL dialect makes Hibernate generate better SQL for the chosen database
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect

# Hibernate ddl auto (create, create-drop, validate, update)
spring.jpa.hibernate.ddl-auto=update
spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true




© 2015 - 2024 Weber Informatics LLC | Privacy Policy