Update so that it can be natively compiled by Spring Native 0.11
This commit is contained in:
@@ -57,7 +57,7 @@ import org.springframework.core.io.Resource;
|
||||
/**
|
||||
* @author Michael Minella
|
||||
*/
|
||||
@Configuration
|
||||
@Configuration(proxyBeanMethods = false)
|
||||
public class JobConfiguration {
|
||||
|
||||
private static final int GRID_SIZE = 4;
|
||||
|
||||
@@ -113,7 +113,7 @@ public class TaskPartitionerTests {
|
||||
}
|
||||
}
|
||||
|
||||
@Configuration
|
||||
@Configuration(proxyBeanMethods = false)
|
||||
public static class TaskLauncherConfiguration {
|
||||
|
||||
@Bean(destroyMethod = "stop")
|
||||
|
||||
Reference in New Issue
Block a user