Java教程

java.sql.SQLException: Connection is read-only. Queries leading to data modification are not allowed

本文主要是介绍java.sql.SQLException: Connection is read-only. Queries leading to data modification are not allowed,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

错误

Error updating database.  Cause: java.sql.SQLException: Connection is read-only. Queries leading to data modification are not allowed
### The error may exist in file [E:\javaproject\Demo11\spring-01-hellospring\spring-09-transaction\target\classes\com\kuang\mapper\UserMapper.xml]
### The error may involve com.kuang.mapper.UserMapper.addUser-Inline

 

错误代码

 

 解决办法:

    直接去掉

这篇关于java.sql.SQLException: Connection is read-only. Queries leading to data modification are not allowed的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!