Reduce need for bean method proxying and disable where not needed
Closes gh-9068
This commit is contained in:
@@ -2,7 +2,7 @@ package org.test
|
||||
|
||||
@Grab("hsqldb")
|
||||
|
||||
@Configuration
|
||||
@Configuration(proxyBeanMethods = false)
|
||||
@EnableTransactionManagement
|
||||
class Example implements CommandLineRunner {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user