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:
  application:
    name: iClearExport.DataInterface
  profiles:
    active: @activatedProperties@
  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