sdeleuze
12/15/2016, 6:27 PMsdeleuze
12/15/2016, 6:28 PMsdeleuze
12/16/2016, 4:50 PMsdeleuze
12/16/2016, 4:51 PMopen
with CGLIB proxiessdeleuze
12/16/2016, 4:51 PMsdeleuze
12/16/2016, 6:11 PMyan
12/16/2016, 6:22 PMsdeleuze
12/16/2016, 11:31 PMsdeleuze
12/16/2016, 11:31 PMsdeleuze
12/16/2016, 11:32 PMkotlin-reflect
is in the classpathsdeleuze
12/16/2016, 11:32 PMsdeleuze
12/16/2016, 11:34 PM2016-12-17 00:33:49.242 WARN 35281 --- [ main] ationConfigEmbeddedWebApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: @Configuration class 'Application' may not be final. Remove the final modifier to continue.
yan
12/17/2016, 7:52 AM@SpringBootApplication
is not annotated with any of them, so the class won’t become open.
What else annotations should be supported then?sdeleuze
12/17/2016, 8:21 AMsdeleuze
12/17/2016, 8:23 AMsdeleuze
12/17/2016, 8:24 AMsdeleuze
12/17/2016, 8:31 AMsdeleuze
12/17/2016, 8:32 AMyan
12/17/2016, 11:12 AMpawelb
12/19/2016, 9:58 AMyan
12/19/2016, 11:58 AMpawelb
12/19/2016, 7:34 PMyan
12/19/2016, 7:46 PMpawelb
12/19/2016, 7:49 PMpawelb
12/19/2016, 9:09 PMnfrankel
12/19/2016, 10:28 PM@Bean
is not annotated with @Component
so methods annotated with @Bean
won’t be open
by default
is that right?sdeleuze
12/19/2016, 11:06 PMopen
by defaultsdeleuze
12/19/2016, 11:06 PM@Bean
should be added to the list indeedsdeleuze
12/19/2016, 11:07 PMtjb
12/20/2016, 7:19 PM