File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
frameworks/Java/play2-java/play2-java-jpa-hikaricp/conf Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 6
6
<persistence-unit name =" defaultPersistenceUnit" transaction-type =" RESOURCE_LOCAL" >
7
7
<provider >org.hibernate.jpa.HibernatePersistenceProvider</provider >
8
8
<non-jta-data-source >DefaultDS</non-jta-data-source >
9
+ <class >models.Fortune</class >
10
+ <class >models.World</class >
9
11
<properties >
10
12
<property name =" hibernate.dialect" value =" org.hibernate.dialect.MySQLDialect" />
11
13
</properties >
Original file line number Diff line number Diff line change @@ -72,10 +72,3 @@ dbplugin=disabled
72
72
# You can disable evolutions if needed
73
73
evolutionplugin=disabled
74
74
75
- # Ebean configuration
76
- # ~~~~~
77
- # You can declare as many Ebean servers as you want.
78
- # By convention, the default server is named `default`
79
- #
80
- # ebean.default="models.*"
81
-
You can’t perform that action at this time.
0 commit comments