Skip to content

Commit b8036f8

Browse files
author
luo.liang
committed
Revert "命名规范"
This reverts commit 0753a9d
1 parent 492a524 commit b8036f8

File tree

1 file changed

+27
-27
lines changed
  • dubbo-test/dubbo-test-examples/src/main/java/com/alibaba/dubbo/examples/redis

1 file changed

+27
-27
lines changed
Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<!--
3-
Licensed to the Apache Software Foundation (ASF) under one or more
4-
contributor license agreements. See the NOTICE file distributed with
5-
this work for additional information regarding copyright ownership.
6-
The ASF licenses this file to You under the Apache License, Version 2.0
7-
(the "License"); you may not use this file except in compliance with
8-
the License. You may obtain a copy of the License at
9-
10-
http://www.apache.org/licenses/LICENSE-2.0
11-
12-
Unless required by applicable law or agreed to in writing, software
13-
distributed under the License is distributed on an "AS IS" BASIS,
14-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15-
See the License for the specific language governing permissions and
16-
limitations under the License.
17-
-->
18-
<beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xmlns:dubbo="http://dubbo.apache.org/schema/dubbo"
20-
xmlns="http://www.springframework.org/schema/beans"
21-
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.3.xsd
22-
http://dubbo.apache.org/schema/dubbo http://dubbo.apache.org/schema/dubbo/dubbo.xsd">
23-
24-
<dubbo:application name="redis-consumer"/>
25-
26-
<dubbo:reference id="cache" interface="java.util.Map" url="redis://10.20.153.10:6379"/>
27-
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
Licensed to the Apache Software Foundation (ASF) under one or more
4+
contributor license agreements. See the NOTICE file distributed with
5+
this work for additional information regarding copyright ownership.
6+
The ASF licenses this file to You under the Apache License, Version 2.0
7+
(the "License"); you may not use this file except in compliance with
8+
the License. You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing, software
13+
distributed under the License is distributed on an "AS IS" BASIS,
14+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
See the License for the specific language governing permissions and
16+
limitations under the License.
17+
-->
18+
<beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19+
xmlns:dubbo="http://dubbo.apache.org/schema/dubbo"
20+
xmlns="http://www.springframework.org/schema/beans"
21+
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.3.xsd
22+
http://dubbo.apache.org/schema/dubbo http://dubbo.apache.org/schema/dubbo/dubbo.xsd">
23+
24+
<dubbo:application name="memcached-consumer"/>
25+
26+
<dubbo:reference id="cache" interface="java.util.Map" url="redis://10.20.153.10:6379"/>
27+
2828
</beans>

0 commit comments

Comments
 (0)