2025年05月09日 1.1.5 适配达梦数据库

main
gaoshuguang 8 months ago
parent 0d4f298942
commit e3892654f5

@ -195,6 +195,12 @@
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
</dependency>
<dependency>
<groupId>com.dm</groupId>
<artifactId>DmJdbcDriver18</artifactId>
<version>1.8.0</version>
<scope>compile</scope>
</dependency>
</dependencies>

@ -41,8 +41,8 @@ public class PathUtil {
webPath = java.net.URLDecoder.decode(webPath.substring(1) + webName,"utf-8");
projectApplicationPath = java.net.URLDecoder.decode(projectApplicationPath.substring(1),"utf-8");
} else {
//webappsPath = java.net.URLDecoder.decode(TomcatPath + "/webapps", "utf-8");
webappsPath = java.net.URLDecoder.decode(TomcatPath + "/webapps9020", "utf-8");
webappsPath = java.net.URLDecoder.decode(TomcatPath + "/webapps", "utf-8");
//webappsPath = java.net.URLDecoder.decode(TomcatPath + "/webapps9020", "utf-8");
//webappsPath = java.net.URLDecoder.decode(TomcatPath + "/webapps9666", "utf-8");
versionPath = ClassUtils.getDefaultClassLoader().getResource("").getPath() + "version/";
uploadPath = java.net.URLDecoder.decode("/uploadfiles" + webName, "utf-8");

@ -19,3 +19,4 @@
16 2024年11月21日 1.1.2 优化分中心生成DBF时字段cardno赋值问题
17 2024年11月26日 1.1.3 PathUtil中webappsPathlinux中放到Javaweb中webapps9020下方便手动下发路径配置
18 2024年12月03日 1.1.4 联网中心下发分中心SendFZXHangTableInterval时间间隔读取配置文件如不配置默认4小时下发一次
19 2025年05月09日 1.1.5 适配达梦数据库

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save