项目作者: h2m

项目描述 :
Reproducer for Hibernate Envers bug HHH-12186
高级语言: Java
项目地址: git://github.com/h2m/hibernate-envers-HHH-12186.git
创建时间: 2017-12-20T14:47:47Z
项目社区:https://github.com/h2m/hibernate-envers-HHH-12186

开源协议:

下载


hibernate-envers-HHH-12186

Reproducer for Hibernate Envers bug HHH-12186

If you use docker, get a local Oracle XE up with the following command

  1. $ docker run -d --shm-size=2g -p 1521:1521 -p 8080:8080 alexeiled/docker-oracle-xe-11g

Then ensure that the port is accessible for the Java Runtime where you run the tests.