求解 事务权限问题
在执行新增返回的页面上出现这样的错误
org.springframework.dao.InvalidDataAccessApiUsageException: Write operations are not allowed in read-only mode (FlushMode.NEVER/MANUAL): Turn your Session into FlushMode.COMMIT/AUTO or remove 'readOnly' marker from transaction definition.
查看了配置一切正常....并且在以前未 出现过此问题,突然爆发的问题,很纠结哦
求高手帮忙解决!!