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.
52 lines
1.1 KiB
52 lines
1.1 KiB
spring:
|
|
application:
|
|
name: CSI-JAVA-EHR-OR-ANESTHESIA
|
|
# main:
|
|
# allow-bean-definition-overriding: true
|
|
# resources:
|
|
# cache:
|
|
# period: "3600s"
|
|
datasource:
|
|
# url: jdbc:postgresql://172.15.100.141:5432/CSI-EHR-OR-ANESTHESIA?autoReconnect=true
|
|
# username: ehr_common
|
|
# password: db@common
|
|
tomcat:
|
|
remove-abandoned: true
|
|
# jpa:
|
|
# database: POSTGRESQL
|
|
# hibernate:
|
|
#ddl-auto: none
|
|
# dialect: org.hibernate.dialect.PostgreSQLDialect
|
|
# database-platform: org.hibernate.dialect.PostgreSQLDialect
|
|
#hibernate:
|
|
# dialect: org.hibernate.dialect.PostgreSQLDialect
|
|
#postgresql:
|
|
# driver: org.postgresql.Driver
|
|
# jpa:
|
|
# properties:
|
|
# hibernate:
|
|
# format_sql: true
|
|
# temp:
|
|
# use_jdbc_metadata_defaults: false
|
|
# liquibase:
|
|
# change-log: classpath:db/changelog/db.changelog-master.xml
|
|
logging:
|
|
level:
|
|
root: ERROR
|
|
org:
|
|
springframework:
|
|
web: DEBUG
|
|
hibernate: ERROR
|
|
csi:
|
|
jpa:
|
|
event:
|
|
isReport: false
|
|
app:
|
|
anesthesia:
|
|
clinic-code: ANES001
|
|
procedure:
|
|
surgery-caegory: 7
|
|
appointment-type:
|
|
walking: WALKIN
|
|
regular: REGULAR
|