如果你在跑一个web应用,Spring Boot 会默认注册一个 OpenEntityManagerInViewInterceptor,来实现"Open EntityManager in View" 模式,比如允许在web views中启动lazy loading。如果你不想要这个功能,你需要设置spring.jpa.open-in-view为false,在你的application.properties里
OpenEntityManagerInViewInterceptor
pring.jpa.open-in-view
application.properties