...
|
...
|
@@ -13,4 +13,13 @@ datasources: |
|
|
password: ${jdbc.mysql.yohologs.password}
|
|
|
daos:
|
|
|
- com.yoho.unions.dal.IUnionLogsDAO
|
|
|
|
|
|
|
|
|
yoho_union:
|
|
|
servers:
|
|
|
- ${jdbc.mysql.yohologs.master}
|
|
|
username: ${jdbc.mysql.yohologs.username}
|
|
|
password: ${jdbc.mysql.yohologs.password}
|
|
|
daos:
|
|
|
- com.yoho.unions.dal.IAppActivateIdfaListDAO
|
|
|
readOnlyInSlave: true |
|
|
\ No newline at end of file |
...
|
...
|
|