You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
2.0 KiB
YAML
71 lines
2.0 KiB
YAML
5 years ago
|
|
||
|
spring:
|
||
|
datasource:
|
||
|
url: jdbc:mysql://localhost:3306/test
|
||
|
# url: jdbc:mysql://10.6.1.127:3306/test
|
||
|
username: root
|
||
|
password: 123456
|
||
|
driver-class-name: com.mysql.jdbc.Driver
|
||
|
jpa:
|
||
|
database: mysql
|
||
|
show-sql: false
|
||
|
hibernate:
|
||
|
ddl-auto: update
|
||
|
# url: jdbc:sqlserver://10.6.1.127:1433;DatabaseName=DB_PrivilegeManagement_GYFY
|
||
|
# #url: jdbc:sqlserver://120.27.212.36:1433;DatabaseName=emr_record
|
||
|
# username: sa
|
||
|
# password: docus@702
|
||
|
# driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
|
||
|
# jpa:
|
||
|
# database: sql_server
|
||
|
# show-sql: false
|
||
|
# hibernate:
|
||
|
# dialect: org.hibernate.dialect.SQLServer2008Dialect
|
||
|
|
||
|
thymeleaf:
|
||
|
prefix: classpath:/templates/
|
||
|
suffix: .html
|
||
|
encoding: utf-8
|
||
|
mode: HTML5
|
||
|
cache: false
|
||
|
|
||
|
hikari:
|
||
|
#是否为只读数据库
|
||
|
read-only: false
|
||
|
# 等待连接池分配链接的最大时长
|
||
|
connection-timeout: 60000
|
||
|
# 一个链接idle状态最大时长
|
||
|
idle-timeout: 60000
|
||
|
validation-timeout: 3000
|
||
|
# 一个链接最长的生命时长,超时没有被使用则被释放掉 简易比数据库超时时长少 30s
|
||
|
max-lifetime: 70000
|
||
|
login-timeout: 5
|
||
|
# 连接池允许的最大连接数
|
||
|
maximum-pool-size: 60
|
||
|
# 连接池维护的最小空闲连接数
|
||
|
minimum-idle: 10
|
||
|
|
||
|
file:
|
||
|
path: D:\\1\MCCI_IN000002UV01.xml
|
||
|
reportPath: D:\\1\report.properties
|
||
|
dischargeRecordPath: D:\\1\dischargeRecord.properties
|
||
|
transferRecordPath: D:\\1\transferRecord.properties
|
||
|
admissionRecordPath: D:\\1\admissionRecord.properties
|
||
|
pdfPath: D:/project_js
|
||
|
logging:
|
||
|
path: D:/logs/
|
||
|
file: AcquisitionServer.log
|
||
|
|
||
|
signContent: <REQUEST>
|
||
|
<patient_statu>0</patient_statu>
|
||
|
<patient_id>T000969202|1</patient_id>
|
||
|
<mr_back_date_time>2019/11/9 9:52:53</mr_back_date_time>
|
||
|
<mr_back_man>11</mr_back_man>
|
||
|
</REQUEST>
|
||
|
cancelSignContent: <REQUEST>
|
||
|
<patient_statu>1</patient_statu>
|
||
|
<patient_id>T000969202|1</patient_id>
|
||
|
</REQUEST>
|
||
|
server:
|
||
|
port: 1111
|