Top "Spring-java-config" questions

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

disabling spring security in spring boot app

I have a spring boot web app with spring security configured. I want to disable authentication for a while (until …

java spring spring-security spring-boot spring-java-config
How To Inject AuthenticationManager using Java Configuration in a Custom Filter

I'm using Spring Security 3.2 and Spring 4.0.1 I'm working on converting an xml config into a Java config. When I annotate …

java spring spring-security spring-java-config
Using GZIP compression with Spring Boot/MVC/JavaConfig with RESTful

We use Spring Boot/MVC with annotation-based java-config for series of RESTful services and we want to selectively enable HTTP …

java rest spring-mvc gzip spring-java-config
Spring Java Config: how do you create a prototype-scoped @Bean with runtime arguments?

Using Spring's Java Config, I need to acquire/instantiate a prototype-scoped bean with constructor arguments that are only obtainable at …

java spring scope prototype spring-java-config
Spring security authorize request for url & method using HttpSecurity

Is there any way to authorize post request to a specific url using org.springframework.security.config.annotation.web.builders.…

spring spring-security spring-java-config jhipster
How to set UTF-8 character encoding in Spring boot?

I use spring-boot in my project, and I run this jar file which is built by spring-boot as a service …

java spring-boot centos7 spring-java-config
How to java-configure separate datasources for spring batch data and business data? Should I even do it?

My main job does only read operations and the other one does some writing but on MyISAM engine which ignores …

spring spring-batch spring-boot spring-java-config
Failed to Load ApplicationContext during Spring unit test

I am trying to run a Junit functional test using Springs java-config for my application context. I am not sure …

spring junit4 spring-java-config
In Spring-Security with Java Config, why does httpBasic POST want csrf token?

I am using Spring-Security 3.2.0.RC2 with Java config. I set up a simple HttpSecurity config that asks for basic auth …

post spring-security csrf basic-authentication spring-java-config
Apache CXF + Spring Java config (no XML)

Trying to deploy a JAX-WS endpoint using Tomcat 7 Maven plugin and CXF 2.7.8. As a matter of preference, I don't want …

tomcat jax-ws cxf spring-java-config