X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Ftutorials-5.1.17%2Fannotations%2Fsrc%2Ftest%2Fresources%2Fhibernate.cfg.xml;fp=src%2Fit%2Ftutorials-5.1.17%2Fannotations%2Fsrc%2Ftest%2Fresources%2Fhibernate.cfg.xml;h=a9590c18778a866665c9dc1b5a64ef528827f8fc;hp=0000000000000000000000000000000000000000;hb=3990b3badc8320a705c9899b0a63f40b4b219d1a;hpb=d42dc8bc0d20f97e64dacd7983486fe18af0c8df diff --git a/src/it/tutorials-5.1.17/annotations/src/test/resources/hibernate.cfg.xml b/src/it/tutorials-5.1.17/annotations/src/test/resources/hibernate.cfg.xml new file mode 100644 index 00000000..a9590c18 --- /dev/null +++ b/src/it/tutorials-5.1.17/annotations/src/test/resources/hibernate.cfg.xml @@ -0,0 +1,42 @@ + + + + + + + + + + org.h2.Driver + jdbc:h2:mem:db1;DB_CLOSE_DELAY=-1;MVCC=TRUE + sa + + + + 1 + + + org.hibernate.dialect.H2Dialect + + + org.hibernate.cache.internal.NoCacheProvider + + + true + + + create + + + + + + + \ No newline at end of file