Hi,
Is it possible to dynamically provide name of profile like this?
I know there is "-Dspring.profiles.active", still there is some case where in I want to enable/disable it thru value of "profile.name", without touching my start up script where I've given "-Dspring.profiles.active=prod"<beans profile="${profile.name}">
</beans>
- Raghav


Reply With Quote