application.yml
562 Bytes
server:
port: 8780
ssl:
enabled: true
key-store-type: PKCS12
key-store: classpath:iclearApiSSL.p12
key-store-password: iclear
key-alias: iclearApiSSL
spring:
profiles:
active: @activatedProperties@
application:
name: iClearExport.DataInterface
jpa:
database: sql_server
show-sql: true
hibernate:
ddl-auto: none
naming:
physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
properties:
event:
merge:
entity_copy_observer: allow