WARN: spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed
·
使用springboot jpa,项目启动的时候有个warn的log:
2019-04-03 14:05:59: WARN [main] o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration$JpaWebMvcConfiguration JpaBaseConfiguration.java:234 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
解决方案,在配置文件中加入下面这个:
spring.jpa.open-in-view=false
加入后并不会对项目产生不好的影响,具体的可以参考stackoverflow上的解答spring.jpa.open-in-view。
魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。
更多推荐


所有评论(0)