We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1736dc8 commit f64278bCopy full SHA for f64278b
.gitignore
@@ -12,6 +12,8 @@ buildNumber.properties
12
!/.mvn/wrapper/maven-wrapper.jar
13
14
.idea
15
+todo.txt
16
+tw.txt
17
twitterwall.log
18
twitterwall.log*
19
maven-build.log
twitterwall2.iml
@@ -16,7 +16,9 @@
<configuration>
<setting name="validation-enabled" value="true" />
<setting name="provider-name" value="Hibernate" />
- <datasource-mapping />
+ <datasource-mapping>
20
+ <factory-entry name="entityManagerFactory" />
21
+ </datasource-mapping>
22
</configuration>
23
</facet>
24
</component>
0 commit comments