diff --git a/db/jimureport.mysql5_7.create.sql b/db/jimureport.mysql5_7.create.sql index 08c3528..d35f539 100644 --- a/db/jimureport.mysql5_7.create.sql +++ b/db/jimureport.mysql5_7.create.sql @@ -109,7 +109,6 @@ CREATE TABLE `jimu_report_data_source` ( -- Records of jimu_report_data_source -- ---------------------------- INSERT INTO `jimu_report_data_source` VALUES ('1324261983692902402', 'jeewx', '1324261770294071296', '', NULL, 'MYSQL', 'com.mysql.jdbc.Driver', 'jdbc:mysql://127.0.0.1:3306/jeewx-boot?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8', 'root', 'root', 'jeecg', '2020-11-05 16:07:15', NULL, '2020-11-05 16:07:15'); -INSERT INTO `jimu_report_data_source` VALUES ('26d21fe4f27920d2f56abc8d90a8e527', 'oracle', '1308645288868712448', '', NULL, 'ORACLE', 'oracle.jdbc.OracleDriver', 'jdbc:oracle:thin:@192.168.1.199:1521:helowin', 'jeecgbootbpm', 'jeecg196283', 'admin', '2021-01-05 19:26:24', NULL, '2021-01-05 19:26:24'); INSERT INTO `jimu_report_data_source` VALUES ('8f90daf47d15d35ca6cf420748b8b9ba', 'localhost', '1316944968992034816', '', NULL, 'MYSQL5.7', 'com.mysql.cj.jdbc.Driver', 'jdbc:mysql://127.0.0.1:3306/jeecg-boot?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8', 'root', 'root', 'admin', '2021-01-13 14:34:00', NULL, '2021-01-13 14:34:00'); -- ---------------------------- diff --git a/jimureport-samples/jimureport-demo/pom.xml b/jimureport-samples/jimureport-demo/pom.xml index d650a18..a200f0d 100644 --- a/jimureport-samples/jimureport-demo/pom.xml +++ b/jimureport-samples/jimureport-demo/pom.xml @@ -21,14 +21,13 @@ - + com.jimureport spring-boot-starter-jimureport - 1.1.04-beta + 1.1.05 - org.springframework.boot @@ -43,57 +42,18 @@ mybatis-plus-boot-starter 3.4.1 - - - - org.jeecgframework - autopoi-web - 1.2.2 - - - - com.aliyun.oss - aliyun-sdk-oss - 3.11.2 - - - - io.minio - minio - 6.0.13 - - - - cn.hutool - hutool-all - 5.3.8 - - - - com.alibaba - fastjson - 1.2.75 - - - - - com.alibaba - druid - 1.1.22 - com.baomidou dynamic-datasource-spring-boot-starter 3.2.0 - + mysql mysql-connector-java runtime -