Showing
1 changed file
with
4 additions
and
4 deletions
@@ -9,10 +9,10 @@ datasources: | @@ -9,10 +9,10 @@ datasources: | ||
9 | 9 | ||
10 | yh_inbox: | 10 | yh_inbox: |
11 | servers: | 11 | servers: |
12 | - - ${jdbc.mysql.yhinbox.master} | ||
13 | - - ${jdbc.mysql.yhinbox.slave} | ||
14 | - username: ${jdbc.mysql.yhinbox.username} | ||
15 | - password: ${jdbc.mysql.yhinbox.password} | 12 | + - ${jdbc.mysql.yhmessage.master} |
13 | + - ${jdbc.mysql.yhmessage.slave} | ||
14 | + username: ${jdbc.mysql.yhmessage.username} | ||
15 | + password: ${jdbc.mysql.yhmessage.password} | ||
16 | daos: | 16 | daos: |
17 | - com.yoho.message.dal.InBoxMapper | 17 | - com.yoho.message.dal.InBoxMapper |
18 | 18 |
-
Please register or login to post a comment