修正POM内容

This commit is contained in:
inrgihc
2024-12-14 16:19:18 +08:00
parent 3305ef0ce9
commit 774426b74e
80 changed files with 311 additions and 457 deletions

View File

@@ -29,6 +29,7 @@ public class MariadbFactoryProvider extends AbstractFactoryProvider {
super(dataSource);
}
@Override
public ProductFeatures getProductFeatures() {
return new MysqlFeatures();
}