|
@@ -46,6 +46,11 @@ public class AutoDDLProcessor implements InitializingBean {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
if (properties.isAutoDdl()) {
|
|
if (properties.isAutoDdl()) {
|
|
|
|
+
|
|
|
|
+ operator.getMetadata()
|
|
|
|
+ .getCurrentSchema()
|
|
|
|
+ .loadAllTable();
|
|
|
|
+
|
|
List<Class> entities = this.entities.stream().map(EntityInfo::getRealType).collect(Collectors.toList());
|
|
List<Class> entities = this.entities.stream().map(EntityInfo::getRealType).collect(Collectors.toList());
|
|
if (reactive) {
|
|
if (reactive) {
|
|
Flux.fromIterable(entities)
|
|
Flux.fromIterable(entities)
|