hibernate jruby example jruby中的Hibernate使用示例
jruby Hibernate使用示例。此示例使用Hibernate和MySQL后端作为DOA来保存基于Virtus模型的示例域聚合。要求jruby-1.7 mysql 5.x设置和运行如果需要,编辑hibernate.cfg.xml以自定义数据库设置。执行以下操作: # DB schema setup mysql hibernate_example -u ep -pq123 < schema.sql # Install dependencies bundle install jbundle install # Run tests/examples bundle exec rspec spec故障排除如果您收到Unsupported major.minor version错误,则意味着您有另一个JDK版本。尝试通过运行rake java:compile重新
用户评论