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

Cause: java.sql.SQLException: Connection is read-only. Queries leading to data modification are not allowed 在操作數據庫的時候出現了這個異常 很明顯這個是隻讀引起的 原因:配置了只讀事務 解決辦法: 看下你的service層是否配置@Transactional(readOnly=true)
相關文章
相關標籤/搜索