Skip to content

v1.2.0 - Add a Parameter to Support Multiple Application Contexts

Compare
Choose a tag to compare
@fredboutin fredboutin released this 06 Jan 16:12
4ea69dd

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