spring: application: name: CSI-JAVA-EHR-OR-BOOK # main: # allow-bean-definition-overriding: true # resources: # cache: # period: "3600s" jpa: open-in-view: false # datasource: # url: jdbc:postgresql://172.15.100.141:5432/CSI-EHR-RW-OR-BOOK?autoReconnect=true # username: ehr_common # password: db@common # properties: # hibernate: # format_sql: true # temp: # use_jdbc_metadata_defaults: false # liquibase: # change-log: classpath:db/changelog/db.changelog-master.xml csi: jpa: event: isReport: true tablePrefix: ehr_service rabbitmq: host: 172.200.0.204 port: 5672 userName: reporting password: reporting queueName: csi-reporting exchangeName: csi.reporting websocket: endpoint: /common-socket logging: level: com: csi: ehr: or: book: feign: ProcedureFeignClient : DEBUG AnesthesiaFeignClient : DEBUG OperationFeignClient : DEBUG PomrFeignClient : DEBUG Procedure2 : DEBUG