modified: src/main/resources/jdbc.properties

This commit is contained in:
lzh984294471 2016-06-15 15:52:01 +08:00
parent 95fa84f272
commit 94fabcab10

View File

@ -0,0 +1,8 @@
url=dbc:mysql://127.0.0.1:3306/test?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull
driver=com.mysql.jdbc.Driver
user=root
password=123456
checktime=3
min=2
max=50
step=2