server:
  context-path: /dental
  port: 0

spring:
  datasource:
    url: jdbc:postgresql://172.15.100.88:5432/CSI-JAVA-DS-DENTAL-CORE
    username: postgres
    password: csi@2017
  jackson:
    default-property-inclusion: NON_NULL
    date-format: yyyy-MM-dd
  jpa:
    database: POSTGRESQL
    hibernate:
      ddl-auto: none
      dialect: org.hibernate.dialect.PostgreSQLDialect