You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/11/13 01:19:56 UTC

[GitHub] [incubator-shardingsphere] junwangit opened a new issue #3511: use master-slave and encrypt rule together

junwangit opened a new issue #3511: use master-slave and encrypt rule  together
URL: https://github.com/apache/incubator-shardingsphere/issues/3511
 
 
   ## Question
   
   # Development environment
   SpringCloud G+ mybatis-plus 3 .1 + sharding-jdbc 4.0.0 RC2
   
   When I only configuremaster-slave, it can be used normally.
   However, I will have problems adding encrypt rule  at the same time.
   
   
   `
   Caused by: java.lang.IllegalArgumentException: Property 'sqlSessionFactory' or 'sqlSessionTemplate' are required
   `
   
   I suspect that there is a problem with the data source initialization order, causing myabtis to fail to get the data source.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services