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