jruby Hibernate使用示例。此示例使用Hibernate和MySQL后端作为DOA来保存基于Virtus模型的示例域聚合。要求jruby-1.7 mysql 5.x设置和运行。如果需要,编辑hibernate.cfg.xml
以自定义数据库设置。
执行以下操作:
- DB schema setup
```bash
mysql hibernate_example -u ep -pq123 < schema.sql
```
- Install dependencies
```bash
bundle install
jbundle install
```
- Run tests/examples
```bash
bundle exec rspec spec
```
故障排除
暂无评论