- using liquibase this property is not needed anymore.
- fixing the json-mapper property
Issue-ID: POLICY-5521
Change-Id: If3314f9cd75d3c9caf2d4cf154dba86c330c513b
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
user:
name: runtimeUser
password: zb!XztG34
- mvc:
+ http:
converters:
preferred-json-mapper: gson
datasource:
ddl-auto: none
naming:
physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
- implicit-strategy: org.onap.policy.common.spring.utils.CustomImplicitNamingStrategy
properties:
hibernate:
format_sql: true
user:
name: ${RUNTIME_USER}
password: ${RUNTIME_PASSWORD}
- mvc:
+ http:
converters:
preferred-json-mapper: gson
datasource:
ddl-auto: none
naming:
physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
- implicit-strategy: org.onap.policy.common.spring.utils.CustomImplicitNamingStrategy
properties:
hibernate:
format_sql: true