Adding proxyBeanMethods = false to configuration files. Fixes #62
This commit is contained in:
@@ -36,7 +36,7 @@ import org.springframework.web.filter.OncePerRequestFilter;
|
||||
/**
|
||||
* @author Dave Syer
|
||||
*/
|
||||
@Configuration
|
||||
@Configuration(proxyBeanMethods = false)
|
||||
@PropertySource("spring-cloud-cloudfoundry.properties")
|
||||
public class StickyFilterConfiguration {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user