spring:
  application:
    name: CSI-JAVA-EHR-TEMPLATE
hibernate:
  dialect: org.hibernate.dialect.PostgreSQLDialect
postgresql:
  driver: org.postgresql.Driver
db:
  configuration: postgresql
csi:
  persistence:
    autogen-id: true
    autogen:
      sequence: hibernate_sequence
  dateformat:
    format: yyyy/MM/dd HH:mm:ss
table:
  column-definition: TEXT