发发spring的牢骚,spring的配置太复杂了.里面其实有很多技巧,不用吧太复杂,但是这种技巧又不知道会不会带来新的麻烦. 最近在项目中要hibernate延迟加载,配置了OpenSessionInViewFilter,结果出现: 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.的错误 将配置改成