SpringBoot 1.3.0 support hibernate 5?

前端 未结 3 1526
难免孤独
难免孤独 2020-12-16 14:56

I\'m a little confused about SpringBoot\'s (1.3.0) support of Hibernate5. The reference lists a dependency on hibernate 4.3.11.Final but it also lists a dependency on Sprin

3条回答
  •  执念已碎
    2020-12-16 15:19

    Update July 2016: With the release of Spring Boot 1.4.0 the default Hibernate 5 is used as the default JPA persistence provider.


    There is a ticket about migrating to Hibernate 5 for some time now - it seems the main setback is some name strategy incompatibility. Asof now, the ticket is currently scheduled for 1.4.0

提交回复
热议问题