Reduce need for bean method proxying and disable where not needed
Closes gh-9068
This commit is contained in:
@@ -3,7 +3,7 @@ package org.test
|
||||
import java.util.concurrent.CountDownLatch
|
||||
|
||||
@Log
|
||||
@Configuration
|
||||
@Configuration(proxyBeanMethods = false)
|
||||
@EnableRabbit
|
||||
class RabbitExample implements CommandLineRunner {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user