2019-03-18 20:20:32 +00:00
|
|
|
# JDBC Properties
|
|
|
|
|
spring.datasource.url=jdbc:postgresql://localhost:5432/mobtoolsnew?useSSL=false
|
|
|
|
|
spring.datasource.username=postgres
|
|
|
|
|
spring.datasource.password=root
|
|
|
|
|
spring.datasource.hikari.pool-name=Hikari-Eval-Pool
|
|
|
|
|
spring.datasource.hikari.maximum-pool-size=16
|
|
|
|
|
|
|
|
|
|
# JPA Properties
|
|
|
|
|
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
|
|
|
|
spring.jpa.hibernate.ddl-auto=update
|
|
|
|
|
spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults=false
|
|
|
|
|
spring.jpa.show-sql=true
|
|
|
|
|
|
|
|
|
|
# Jackson Properties
|
|
|
|
|
spring.jackson.default-property-inclusion=non_null
|
2019-08-12 04:44:28 +00:00
|
|
|
|
2019-09-04 09:38:40 +00:00
|
|
|
#Hard coded organization properties
|
|
|
|
|
organization.id=5d5e7c29006cb4e82ea75075
|