LAPTOP-5NTQJPUS\LT 4 months ago
parent
commit
24af6631fb

+ 1 - 1
DataFusion/.classpath

@@ -25,6 +25,6 @@
 	<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/okio-2.2.2.jar"/>
 	<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/sqljdbc42.jar"/>
 	<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jfinal-4.8-bin-with-src.jar"/>
-	<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/cachedb.jar"/>
+	<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/intersystems-jdbc-3.2.0.jar"/>
 	<classpathentry kind="output" path="WebRoot/WEB-INF/classes"/>
 </classpath>

BIN
DataFusion/WebRoot/WEB-INF/lib/cachedb.jar


File diff suppressed because it is too large
+ 1709 - 0
DataFusion/WebRoot/WEB-INF/lib/intersystems-jdbc-3.2.0.jar


+ 1 - 1
DataFusion/src/com/zskk/control/ViewController.java

@@ -44,7 +44,7 @@ public class ViewController extends Controller {
 	public void testConn() {
 		try {
 			DruidPlugin druidPluginConnected = createConnectedDruidPlugin();
-			druidPluginConnected.setDriverClass("com.intersys.jdbc.CacheDriver");
+			druidPluginConnected.setDriverClass("com.intersystems.jdbc.IRISDriver");
             druidPluginConnected.start();
 			// 配置ActiveRecord插件
 			ActiveRecordPlugin arpConnected = new ActiveRecordPlugin("connected", druidPluginConnected);

Some files were not shown because too many files changed in this diff