We use Java / Spring / Ibatis / MySql. Is there a way to use these technologies to manage read-only connections at the application level. I want to add an extra layer of protection on top of read-only MySql users. It would be nice if BasicDataSource or SqlMapClientTemplate provided a configuration for read-only connections. Otherwise, it seems that I only need to read MySql users and use interfaces only with read methods.
thank
source
share