Spring 3.1 now includes support for the long awaited environment aware feature called profiles. Now we can activate profiles in our application, which allows us to define beans by deployment regions, such as “dev”, “qa”, “production”, “cloud”, etc.
We also can use this feature for other purposes: defining profiles for performance testing scenarios such as “cached” or “lazyload”.
ATUMобратиться по имениHow to configure spring security 3.2 to use dao authentication and custom authentication filter using java config Пятница, 19 Сентября 2014 г. 10:54 (ссылка)
How to configure spring security 3.2 to use dao authentication and custom authentication filter using java config