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