Skip to content
Snippets Groups Projects
Commit 1d044810 authored by Goik Martin's avatar Goik Martin
Browse files

Change of project name, schema for ehcache.xml

parent c7b9367c
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.mastertheboss</groupId>
<artifactId>EclipseJPAExample</artifactId>
<artifactId>HibernateCacheDemo</artifactId>
<version>1.0-SNAPSHOT</version>
<name>HibernateCacheDemo</name>
<repositories>
<repository>
<id>EclipseLink Repo</id>
......
<?xml version="1.0" encoding="UTF-8"?>
<ehcache>
<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="ehcache.xsd">
<diskStore path="/tmp/ehcache"/>
<defaultCache maxElementsInMemory="10000"
eternal="false"
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment