11 lines
578 B
XML
11 lines
578 B
XML
<beans xmlns="http://www.springframework.org/schema/beans"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:aws-context="http://www.springframework.org/schema/cloud/aws/context"
|
|
xsi:schemaLocation="http://www.springframework.org/schema/beans
|
|
http://www.springframework.org/schema/beans/spring-beans.xsd
|
|
http://www.springframework.org/schema/cloud/aws/context
|
|
http://www.springframework.org/schema/cloud/aws/context/spring-cloud-aws-context.xsd">
|
|
|
|
<aws-context:context-instance-data user-tags-map="instanceData" />
|
|
|
|
</beans> |