File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
spring-boot-actuator/src/test/resources/cache
spring-boot-samples/spring-boot-sample-cache/src/main/resources Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
- <hazelcast >
1
+ <hazelcast xsi : schemaLocation =" http://www.hazelcast.com/schema/config hazelcast-config-3.5.xsd"
2
+ xmlns=" http://www.hazelcast.com/schema/config"
3
+ xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" >
4
+
2
5
<map name =" books" />
3
6
<map name =" players" />
4
- </hazelcast >
7
+
8
+ </hazelcast >
Original file line number Diff line number Diff line change 1
- <hazelcast xsi : schemaLocation =" http://www.hazelcast.com/schema/config hazelcast-config-3.4 .xsd"
1
+ <hazelcast xsi : schemaLocation =" http://www.hazelcast.com/schema/config hazelcast-config-3.5 .xsd"
2
2
xmlns =" http://www.hazelcast.com/schema/config"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
4
4
14
14
<management-enabled >true</management-enabled >
15
15
</cache >
16
16
17
- </hazelcast >
17
+ </hazelcast >
You can’t perform that action at this time.
0 commit comments