I use spring framework in my application,and i use some configuration files,but in different environment,i need to use different properties like db config properties
.Now i put different files in different path,then i use maven profile
method to package different WAR.
Now,i want to package only one WAR in all environment,and want by transfer different parameters to use different configuration files.In addition i don't want to put the configuration file out of the project.