I am struggling to find spring boot java configuration equivalent to the below xml configuration for my spring aws cloud SNS http endpoint. Could some one please help?.
<mvc:annotation-driven>
<mvc:argument-resolvers>
<ref bean="notificationResolver" />
</mvc:argument-resolvers>
</mvc:annotation-driven>
<aws-messaging:notification-argument-resolver id="notificationResolver" />