mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
13 lines
629 B
Properties
13 lines
629 B
Properties
# -------------------------------------------------------------
|
|
# ----- Setting File with UTF8-----
|
|
# ----- \u6570\u636e\u5e93\u914d\u7f6e\u6587\u4ef6 -----
|
|
# -------------------------------------------------------------
|
|
|
|
#\u6570\u636e\u5e93\u9a71\u52a8\u540d\uff0c\u5982\u679c\u4e0d\u6307\u5b9a\uff0c\u5219\u4f1a\u6839\u636eurl\u81ea\u52a8\u5224\u5b9a
|
|
driver = com.mysql.jdbc.Driver
|
|
#JDBC url\uff0c\u5fc5\u987b
|
|
url = jdbc:mysql://fedora.vmware:3306/extractor
|
|
#\u7528\u6237\u540d\uff0c\u5fc5\u987b
|
|
user = root
|
|
#\u5bc6\u7801\uff0c\u5fc5\u987b\uff0c\u5982\u679c\u5bc6\u7801\u4e3a\u7a7a\uff0c\u8bf7\u586b\u5199 pass =
|
|
pass = 123456 |