apache-ignite

Форк
0
/
default-spring-url-testing.xml 
43 строки · 1.7 Кб
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
    Grid configuration for checking ability to start grid with a config provided by url.
22
-->
23
<beans xmlns="http://www.springframework.org/schema/beans"
24
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
25
       xsi:schemaLocation="http://www.springframework.org/schema/beans
26
        http://www.springframework.org/schema/beans/spring-beans.xsd">
27
    <description>Main Spring file for grid configuration.</description>
28

29
    <!--
30
        Grid default configuration.
31

32
        All configuration properties are commented. Uncomment any property to
33
        provide a non-default value for it.
34
    -->
35
    <bean id="grid.cfg" class="org.apache.ignite.configuration.IgniteConfiguration">
36
        <!--
37
            Specify grid instance name.
38
        -->
39
        <property name="igniteInstanceName" value="grid_with_url_config"/>
40

41
        <property name="connectorConfiguration"><null/></property>
42
    </bean>
43
</beans>
44

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

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

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

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