I am running a Java Spring application on weblogic server. This application uses a config property which is not defined in code but should be passed as an argument. Value for this property should be passed as Argument when the application starts.
But the application has to run on weblogic server. How can the property be set for the application while running on weblogic server?
Thanks for the help.