mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 02:09:05 +00:00
The name of the table for a many-to-many relationship has changed in Hibernate 5.1. This commit updates the JPA sample’s import.sql accordingly. It also updates the repository integration tests to verify that the data has been imported successfully. Closes gh-5880