Project

General

Profile

« Previous | Next » 

Revision 51140

updated to spring boot 2.0.0

View differences:

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

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

  
11 12
# SWAGGER
12 13
spring.jackson.date-format                              =   eu.dnetlib.openaire.common.RFC3339DateFormat

Also available in: Unified diff