Update so that it can be natively compiled by Spring Native 0.11
This commit is contained in:
@@ -31,7 +31,7 @@ public class TaskEventsApplication {
|
||||
SpringApplication.run(TaskEventsApplication.class, args);
|
||||
}
|
||||
|
||||
@Configuration
|
||||
@Configuration(proxyBeanMethods = false)
|
||||
public static class TaskConfiguration {
|
||||
|
||||
@Bean
|
||||
|
||||
Reference in New Issue
Block a user