Authored by DengXinFei

修改数据库连接格式

... ... @@ -63,13 +63,13 @@ datasources:
daos:
- com.yoho.unions.dal.IChannelUserDAO
bigdata_yoho_passport:
servers:
- ${jdbc.mysql.bigdataunion.slave}
- ${jdbc.mysql.bigdataunion.slave}
username: ${jdbc.mysql.bigdataunion.username}
password: ${jdbc.mysql.bigdataunion.password}
daos:
bigdata_yoho_passport:
servers:
- ${jdbc.mysql.bigdataunion.slave}
- ${jdbc.mysql.bigdataunion.slave}
username: ${jdbc.mysql.bigdataunion.username}
password: ${jdbc.mysql.bigdataunion.password}
daos:
- com.yoho.unions.dal.IMobilePanChannelDAO
readOnlyInSlave: true
\ No newline at end of file
... ...