Files
hutool/hutool-setting/src/test/resources/test.setting
2022-04-30 20:51:33 +08:00

17 lines
636 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# -------------------------------------------------------------
# ----- Setting File with UTF8-----
# ----- 数据库配置文件 -----
# -------------------------------------------------------------
#中括表示一个分组其下面的所有属性归属于这个分组在此分组名为demo也可以没有分组
[demo]
#数据库驱动名如果不指定则会根据url自动判定
driver = com.mysql.jdbc.Driver
#JDBC url必须
url = jdbc:mysql://fedora.vmware:3306/extractor
#用户名,必须
user = root${driver}
user2 = root${demo.driver}
#密码,必须,如果密码为空,请填写 pass =
pass = 123456