mirror of
https://gitee.com/dromara/dbswitch.git
synced 2025-10-14 13:50:24 +00:00
代码优化调整
This commit is contained in:
@@ -11,6 +11,7 @@ package com.gitee.dbswitch.product.dm;
|
||||
|
||||
import com.gitee.dbswitch.annotation.Product;
|
||||
import com.gitee.dbswitch.common.type.ProductTypeEnum;
|
||||
import com.gitee.dbswitch.features.DefaultProductFeatures;
|
||||
import com.gitee.dbswitch.features.ProductFeatures;
|
||||
import com.gitee.dbswitch.product.oracle.OracleTableManageProvider;
|
||||
import com.gitee.dbswitch.provider.AbstractFactoryProvider;
|
||||
@@ -29,7 +30,7 @@ public class DmFactoryProvider extends AbstractFactoryProvider {
|
||||
}
|
||||
|
||||
public ProductFeatures getProductFeatures() {
|
||||
return new DmFeatures();
|
||||
return new DefaultProductFeatures();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@@ -1,16 +0,0 @@
|
||||
// Copyright tang. All rights reserved.
|
||||
// https://gitee.com/inrgihc/dbswitch
|
||||
//
|
||||
// Use of this source code is governed by a BSD-style license
|
||||
//
|
||||
// Author: tang (inrgihc@126.com)
|
||||
// Date : 2020/1/2
|
||||
// Location: beijing , china
|
||||
/////////////////////////////////////////////////////////////
|
||||
package com.gitee.dbswitch.product.dm;
|
||||
|
||||
import com.gitee.dbswitch.features.ProductFeatures;
|
||||
|
||||
public class DmFeatures implements ProductFeatures {
|
||||
|
||||
}
|
Reference in New Issue
Block a user