...
|
...
|
@@ -4,4 +4,6 @@ datasources: |
|
|
- ${jdbc.mysql.yhbsearch.master}
|
|
|
- ${jdbc.mysql.yhbsearch.slave}
|
|
|
username: ${jdbc.mysql.yhbsearch.username}
|
|
|
password: ${jdbc.mysql.yhbsearch.password} |
|
|
\ No newline at end of file |
|
|
password: ${jdbc.mysql.yhbsearch.password}
|
|
|
|
|
|
readOnlyInSlave: ${readOnlyInSlave} |
|
|
\ No newline at end of file |
...
|
...
|
|