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.

19 lines
613 B

4 years ago
#server:
# port: 8888
spring:
druid:
#datasource:
#eclipse启动的时候默认加载的是target目录下的文件
url: jdbc:sqlite::resource:yx_image_recognition.db?date_string_format=yyyy-MM-dd HH:mm:ss
username: sqlite
password: sqlite
driver-class-name: org.sqlite.JDBC
max-active: 10 #最大连接数
min-idle: 5 #最小连接数
max-wait: 10000 #获取连接的最大等待时间
time-between-eviction-runs-millis: 60000 #空闲连接的检查时间间隔
min-evictable-idle-time-millis: 300000 #空闲连接最小空闲时间