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.
17 lines
412 B
17 lines
412 B
# 数据库信息
|
|
driverClassName=com.mysql.jdbc.Driver
|
|
user=root
|
|
password=DsideaL147258369
|
|
jdbcUrl=jdbc:mysql://10.10.14.210:22066/yltcharge?useUnicode=true&characterEncoding=GBK&useSSL=false
|
|
# redis
|
|
redis_ip=10.10.14.210
|
|
redis_port=6379
|
|
redis_password=ylt#redis
|
|
#mongodb
|
|
mongodb_ip=10.10.14.210
|
|
mongodb_port=27017
|
|
mongodb_dbname=yltcharge
|
|
mongodb_username=yltcharge
|
|
mongodb_password=yltcharge
|
|
|