WARN 9560 --- [  restartedMain] aWebConfiguration$JpaWebMvcConfiguration : 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

启动Springboot有个警告关于open-in-view

解决方法:

在jpa里面加上open-in-view: false属性,再次启动,即可成功

启动Springboot有个警告关于open-in-view

相关文章:

  • 2021-12-28
  • 2022-01-11
  • 2021-06-29
  • 2022-02-26
  • 2022-01-16
  • 2022-03-02
猜你喜欢
  • 2021-07-22
  • 2021-08-17
  • 2021-07-28
  • 2021-12-12
  • 2022-12-23
  • 2022-12-23
  • 2021-09-03
相关资源
相似解决方案