Handling application configuration in Docker containers

This rule detects properties files packaged within an application and references to the load and loadFromXML methods on java.util.Properties. It is best practice to externalize configuration so that it can be injected into the container.

For more information, see Using variables in configuration files and Store config in the environment.