Fixed wrong https
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
xsi:schemaLocation="http://www.springframework.org/schema/beans
|
||||
https://www.springframework.org/schema/beans/spring-beans.xsd
|
||||
http://www.springframework.org/schema/integration
|
||||
https://www.springframework.org/schema/integration/spring-integration.xsd
|
||||
http://www.springframework.org/schema/integration/spring-integration.xsd
|
||||
http://www.springframework.org/schema/task https://www.springframework.org/schema/task/spring-task.xsd">
|
||||
|
||||
<int:channel id="messagingChannel"/>
|
||||
@@ -79,4 +79,4 @@
|
||||
<bean id="helloWorldImpl"
|
||||
class="org.springframework.cloud.sleuth.instrument.messaging.issues.issue_943.HelloWorldImpl"/>
|
||||
</beans>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user