parent
3ab36074dc
commit
803d353d49
|
@ -72,7 +72,8 @@ public class R2dbcDataAutoConfiguration {
|
|||
|
||||
@Bean
|
||||
@ConditionalOnMissingBean
|
||||
static RelationalManagedTypes r2dbcManagedTypes(ApplicationContext applicationContext) throws ClassNotFoundException {
|
||||
static RelationalManagedTypes r2dbcManagedTypes(ApplicationContext applicationContext)
|
||||
throws ClassNotFoundException {
|
||||
return RelationalManagedTypes.fromIterable(new EntityScanner(applicationContext).scan(Table.class));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue