8 changed files with 1 additions and 54 deletions
@ -1,6 +0,0 @@
@@ -1,6 +0,0 @@
|
||||
<ehcache> |
||||
<diskStore path="java.io.tmpdir"/> |
||||
<defaultCache/> |
||||
<cache name="books" maxEntriesLocalHeap="50"/> |
||||
<cache name="players" maxEntriesLocalHeap="50"/> |
||||
</ehcache> |
||||
@ -1,12 +0,0 @@
@@ -1,12 +0,0 @@
|
||||
<hazelcast xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-3.12.xsd" |
||||
xmlns="http://www.hazelcast.com/schema/config" |
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
||||
<map name="books"/> |
||||
<map name="players"/> |
||||
<network> |
||||
<join> |
||||
<tcp-ip enabled="false"/> |
||||
<multicast enabled="false"/> |
||||
</join> |
||||
</network> |
||||
</hazelcast> |
||||
@ -1,8 +0,0 @@
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<infinispan> |
||||
<cache-container default-cache="default"> |
||||
<local-cache name="default"/> |
||||
<local-cache name="books" statistics="true"/> |
||||
<local-cache name="players" statistics="true"/> |
||||
</cache-container> |
||||
</infinispan> |
||||
@ -1,6 +0,0 @@
@@ -1,6 +0,0 @@
|
||||
<ehcache> |
||||
<diskStore path="java.io.tmpdir"/> |
||||
<defaultCache/> |
||||
<cache name="books" maxEntriesLocalHeap="50"/> |
||||
<cache name="players" maxEntriesLocalHeap="50"/> |
||||
</ehcache> |
||||
@ -1,12 +0,0 @@
@@ -1,12 +0,0 @@
|
||||
<hazelcast xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-3.12.xsd" |
||||
xmlns="http://www.hazelcast.com/schema/config" |
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
||||
<map name="books"/> |
||||
<map name="players"/> |
||||
<network> |
||||
<join> |
||||
<tcp-ip enabled="false"/> |
||||
<multicast enabled="false"/> |
||||
</join> |
||||
</network> |
||||
</hazelcast> |
||||
@ -1,8 +0,0 @@
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<infinispan> |
||||
<cache-container default-cache="default"> |
||||
<local-cache name="default"/> |
||||
<local-cache name="books" statistics="true"/> |
||||
<local-cache name="players" statistics="true"/> |
||||
</cache-container> |
||||
</infinispan> |
||||
Loading…
Reference in new issue