Hello guys I'm thinking about asynchronously fetch and map the parameters from SSM into the global java Properties. Create a daemon thread, that each X seconds, fetch a list of parameters from SSM and save it into java properties Have you ever seen anything like this? I'm wondering if this doesn't already exist, and if it doesn't, it's due to some limitation.