What`s wrong with my spring boot ? What I have to do ? https://i.stack.imgur.com/mlzcZ.png
Asked
Active
Viewed 6,168 times
1
-
1Does this answer your question? [What is this spring.jpa.open-in-view=true property in Spring Boot?](https://stackoverflow.com/questions/30549489/what-is-this-spring-jpa-open-in-view-true-property-in-spring-boot) – Federico klez Culloca Jan 10 '22 at 14:25
-
Please provide enough code so others can better understand or reproduce the problem. – Community Jan 18 '22 at 08:33
1 Answers
2
From Version 2.0 onwards Spring boot gives a warning when OSIV (Open Session in View) is enabled. To remove this warning you can add the following properties in your application.properties
file. See more about OSIV.
spring.jpa.open-in-view = false