Grails 1.0.3 Upgrade Problems

前端 未结 1 1281
别那么骄傲
别那么骄傲 2020-12-18 16:36

I am trying to upgrade a Grails 1.0.3 project to 1.3.7 and am having what I believe are related issues.

The old project has Hibernate xml files in conf/hibernate/Dom

相关标签:
1条回答
  • 2020-12-18 17:07

    GORM certainly existed in Grails 1.0.3.

    You'll probably just have to update your hibernate configuration for 1.3.7. Take a look at the Grails and Hibernate - Reference Documentation

    Unless you are mapping to a legacy or otherwise unusual database schema the standard GORM domain modelling is the way to go. It's very flexible.

    0 讨论(0)
提交回复
热议问题