Authored by 胡古飞

fix yh_inbox dburl

... ... @@ -9,10 +9,10 @@ datasources:
yh_inbox:
servers:
- ${jdbc.mysql.yhinbox.master}
- ${jdbc.mysql.yhinbox.slave}
username: ${jdbc.mysql.yhinbox.username}
password: ${jdbc.mysql.yhinbox.password}
- ${jdbc.mysql.yhmessage.master}
- ${jdbc.mysql.yhmessage.slave}
username: ${jdbc.mysql.yhmessage.username}
password: ${jdbc.mysql.yhmessage.password}
daos:
- com.yoho.message.dal.InBoxMapper
... ...