Add proxyTargetBeans = false and fix some tests
This commit is contained in:
committed by
Oleg Zhurakousky
parent
521c6d3397
commit
307292b959
@@ -27,7 +27,7 @@ import org.springframework.context.annotation.Configuration;
|
||||
* @author Dave Syer
|
||||
*
|
||||
*/
|
||||
@Configuration
|
||||
@Configuration(proxyBeanMethods = false)
|
||||
public class LowercaseConfiguration {
|
||||
|
||||
@Bean
|
||||
|
||||
@@ -29,7 +29,7 @@ import org.springframework.context.annotation.Bean;
|
||||
import org.springframework.util.MultiValueMap;
|
||||
|
||||
// @checkstyle:off
|
||||
@SpringBootApplication
|
||||
@SpringBootApplication(proxyBeanMethods = false)
|
||||
public class SampleApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
||||
Reference in New Issue
Block a user