v1.2.0 - Add a Parameter to Support Multiple Application Contexts
If you want the post processor to run twice or if you are using spring-boot-devtools, you can now set the optional property awsParameterStorePropertySource.supportMultipleApplicationContexts to true. The default property value is falseto prevent multiple initializations. If you are also using Spring Cloud, this property will only work if set in the bootstrap properties.
This was added to address issue #10