Project

General

Profile

1
# COMMON
2
server.servlet.context-path                 =   /openaire
3
server.port                                 =   8080
4

    
5
spring.datasource.driverClassName           =   org.postgresql.Driver
6
spring.jpa.database-platform                =   org.hibernate.dialect.PostgreSQL9Dialect
7
spring.jpa.show-sql                         =   false
8
spring.jpa.properties.hibernate.format_sql  =   true
9
spring.jpa.hibernate.ddl-auto               =   validate
10
#spring.mvc.dispatch-options-request         =   true
11

    
12
# SWAGGER
13
spring.jackson.date-format                              =   eu.dnetlib.openaire.common.RFC3339DateFormat
14
spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS  =   false
(1-1/6)