All Downloads are FREE. Search and download functionalities are using the official Maven repository.

config.database.properties Maven / Gradle / Ivy

Go to download

基于Java开发的下载工具,支持下载协议:BT(BitTorrent、磁力链接、种子文件)、HLS(M3U8)、FTP、HTTP。

There is a newer version: 2.17.0
Show newest version
#数据库配置
#数据库文件:
# 文件(单连接):jdbc:h2:file
# TCP连接:jdbc:h2:tcp://IP/database
# 内存(不能持久化):jdbc:h2:mem:database
acgist.database.h2.url=jdbc:h2:./database/snail
#驱动
acgist.database.h2.driver=org.h2.Driver
#用户账号
acgist.database.h2.user=sa
#用户密码
acgist.database.h2.password=
#初始化SQL
acgist.database.h2.table.sql=/database/table.sql




© 2015 - 2024 Weber Informatics LLC | Privacy Policy