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