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: 0 T000969202|1 2019/11/9 9:52:53 11 cancelSignContent: 1 T000969202|1 server: port: 1111