parent
a8dc7f1306
commit
9b2e2b3641
@ -0,0 +1,36 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:noNamespaceSchemaLocation="http://ehcache.org/ehcache.xsd">
|
||||||
|
|
||||||
|
<diskStore path="java.io.tmpdir"/>
|
||||||
|
<defaultCache
|
||||||
|
eternal="false"
|
||||||
|
maxElementsInMemory="100000"
|
||||||
|
timeToLiveSeconds="1800"
|
||||||
|
overflowToDisk="true" />
|
||||||
|
|
||||||
|
<!--<cache name="info.bukova.isspst.data.User"
|
||||||
|
maxElementsInMemory="1000"
|
||||||
|
overflowToDisk="false"/>
|
||||||
|
|
||||||
|
<cache name="info.bukova.isspst.data.Role"
|
||||||
|
maxElementsInMemory="1000"
|
||||||
|
overflowToDisk="false"/>
|
||||||
|
|
||||||
|
<cache name="info.bukova.isspst.data.Permission"
|
||||||
|
maxElementsInMemory="1000"
|
||||||
|
overflowToDisk="false"/>
|
||||||
|
|
||||||
|
<cache name="info.bukova.isspst.data.Requirement"
|
||||||
|
maxElementsInMemory="10000"
|
||||||
|
overflowToDisk="true"/>
|
||||||
|
|
||||||
|
<cache name="info.bukova.isspst.data.TripRequirement"
|
||||||
|
maxElementsInMemory="10000"
|
||||||
|
overflowToDisk="true"/>
|
||||||
|
|
||||||
|
<cache name="info.bukova.isspst.data.TripBillApproval"
|
||||||
|
maxElementsInMemory="10000"
|
||||||
|
overflowToDisk="true"/>-->
|
||||||
|
|
||||||
|
</ehcache>
|
@ -1,5 +1,5 @@
|
|||||||
jdbc.driverClassName=com.mysql.jdbc.Driver
|
jdbc.driverClassName=com.mysql.jdbc.Driver
|
||||||
jdbc.dialect=org.hibernate.dialect.MySQLDialect
|
jdbc.dialect=org.hibernate.dialect.MySQLDialect
|
||||||
jdbc.databaseurl=jdbc:mysql://127.0.0.1:3306/isspst-ostra?characterEncoding=latin2&autoReconnect=true
|
jdbc.databaseurl=jdbc:mysql://127.0.0.1:3306/isspst?characterEncoding=latin2&autoReconnect=true
|
||||||
jdbc.username=isspst
|
jdbc.username=isspst
|
||||||
jdbc.password=xsacfgd
|
jdbc.password=xsacfgd
|
Loading…
Reference in New Issue