Newbie question: Is there any way to use runtime properties when setting up the Spring configuration file? At a minimum, I'd like to be able to pass in a value on the command line and have it be passed to a bean.
Thanks.
Newbie question: Is there any way to use runtime properties when setting up the Spring configuration file? At a minimum, I'd like to be able to pass in a value on the command line and have it be passed to a bean.
Thanks.
I think that this has already been discussed in this thread OS Environment variables for Property Placeholders
HTH
Last edited by robyn; May 14th, 2006 at 10:20 AM.