You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
383 B
17 lines
383 B
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 |