apache-ignite

Форк
0
39 строк · 1.6 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2

3
<!--
4
  Licensed to the Apache Software Foundation (ASF) under one or more
5
  contributor license agreements.  See the NOTICE file distributed with
6
  this work for additional information regarding copyright ownership.
7
  The ASF licenses this file to You under the Apache License, Version 2.0
8
  (the "License"); you may not use this file except in compliance with
9
  the License.  You may obtain a copy of the License at
10

11
       http://www.apache.org/licenses/LICENSE-2.0
12

13
  Unless required by applicable law or agreed to in writing, software
14
  distributed under the License is distributed on an "AS IS" BASIS,
15
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
  See the License for the specific language governing permissions and
17
  limitations under the License.
18
-->
19

20
<!--
21
    Ignite Spring configuration file to startup ignite cache.
22

23
    When starting a standalone node, you need to execute the following command:
24
    {IGNITE_HOME}/bin/ignite.{bat|sh} examples/config/example-cache.xml
25

26
    When starting Ignite from Java IDE, pass path to this file to Ignition:
27
    Ignition.start("examples/config/example-cache.xml");
28
-->
29
<beans xmlns="http://www.springframework.org/schema/beans"
30
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
31
       xsi:schemaLocation="http://www.springframework.org/schema/beans
32
        http://www.springframework.org/schema/beans/spring-beans.xsd">
33
    <!-- Imports Ignite configuration -->
34
    <import resource="example-cache-base.xml"/>
35

36
    <bean parent="ignite.cfg">
37
    </bean>
38

39
</beans>
40

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.