refactor: 驱动路径

This commit is contained in:
taojinlong 2022-05-23 13:51:12 +08:00
parent 13aff751f8
commit 928713b4e0

View File

@ -30,7 +30,7 @@ import java.util.jar.JarFile;
@Service
public class DriverService {
private static String DRIVER_PATH = "/opt/dataease/drivers/custom/";
private static String DRIVER_PATH = "/opt/dataease/custom-drivers/";
@Resource
private DeDriverMapper deDriverMapper;
@Resource