Top "Spring-java-config" questions

The Spring Framework is an open source framework for application development on the Java platform.

Spring Security Java Config for Siteminder

I have an inMemoryAuthentication configuration that works: @Configuration @EnableWebMvcSecurity public class WebSecurityConfiguration extends WebSecurityConfigurerAdapter { @Override protected void configure( AuthenticationManagerBuilder authenticationManagerBuilder) …

spring-mvc spring-security siteminder spring-java-config
Right way to use @ComponentScan in multi module Java-Config Spring MVC app

I've just started a new spring project, and this time I want to do things "right". In the last project …

spring maven spring-mvc multi-module spring-java-config
Spring 4 javaconfig for jasypt and profile

How to convert below 2 xml configuration into java Config in Spring 4 1) jasypt <encryption:encryptor-config id="eConf" password-env-name="APP_ENCRYPTION_…

spring jasypt spring-java-config