Skip to content

Commit

Permalink
Reverting unneeded app context changes
Browse files Browse the repository at this point in the history
Reverting unneeded app context changes for persistence module
  • Loading branch information
Tobia Di Pisa authored Oct 25, 2021
1 parent 0cb2f93 commit 44a7293
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,6 @@
<property name="url" value="jdbc:h2:mem:geostore" />
<property name="username" value="geostore" />
<property name="password" value="geostore" />
<property name="initialSize" value="0" />
<property name="maxIdle" value="8" />
<property name="minIdle" value="0" />
<property name="poolPreparedStatements" value="false" />
<property name="maxOpenPreparedStatements" value="-1" />
<property name="validationQuery" value="" />
<property name="testWhileIdle" value="false" />
<property name="testOnBorrow" value="true" />
<property name="timeBetweenEvictionRunsMillis" value="-1" />
<property name="numTestsPerEvictionRun" value="3" />
<property name="minEvictableIdleTimeMillis" value="1800000" />
</bean>

<bean id="geostoreEntityManagerFactory"
Expand Down

0 comments on commit 44a7293

Please sign in to comment.