Skip to content

Commit c733743

Browse files
committed
去掉无用xmlns标签
1 parent 2d43010 commit c733743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weixin-java-demo-with-spring/src/main/resources/spring-service-bean.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<beans xmlns="http://www.springframework.org/schema/beans"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context"
4-
xmlns:amq="http://activemq.apache.org/schema/core" xmlns:util="http://www.springframework.org/schema/util"
4+
xmlns:util="http://www.springframework.org/schema/util"
55
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
66
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
77
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd">

0 commit comments

Comments
 (0)