Authored by hugufei

添加readOnlyInSlave属性

... ... @@ -5,3 +5,5 @@ datasources:
- 192.168.102.216:3306
username: yh_test
password: 9nm0icOwt6bMHjMusIfMLw==
readOnlyInSlave: true
\ No newline at end of file
... ...
... ... @@ -5,3 +5,5 @@ datasources:
- ${jdbc.mysql.yhbsearch.slave}
username: ${jdbc.mysql.yhbsearch.username}
password: ${jdbc.mysql.yhbsearch.password}
readOnlyInSlave: ${readOnlyInSlave}
... ...