From 16cc2dca5d98c5ee12d324bc984e708306d0d117 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Sun, 31 Oct 2021 20:18:51 +0800 Subject: [PATCH] =?UTF-8?q?JimuReport=201.4.0=20=E9=87=8C=E7=A8=8B?= =?UTF-8?q?=E7=A2=91=E7=89=88=E6=9C=AC=E5=8F=91=E5=B8=83=EF=BC=8C=E5=85=8D?= =?UTF-8?q?=E8=B4=B9=E7=9A=84=E4=BD=8E=E4=BB=A3=E7=A0=81=E6=8A=A5=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jimureport-example/pom.xml | 2 +- jimureport-example/src/main/resources/application.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jimureport-example/pom.xml b/jimureport-example/pom.xml index c7985fc..8cb6f15 100644 --- a/jimureport-example/pom.xml +++ b/jimureport-example/pom.xml @@ -49,7 +49,7 @@ org.jeecgframework.jimureport jimureport-spring-boot-starter - 1.4.0-beta + 1.4.0 diff --git a/jimureport-example/src/main/resources/application.yml b/jimureport-example/src/main/resources/application.yml index 54ee1b6..c99ea8d 100644 --- a/jimureport-example/src/main/resources/application.yml +++ b/jimureport-example/src/main/resources/application.yml @@ -8,7 +8,7 @@ spring: static-locations: classpath:/static/ #配置数据库 datasource: - url: jdbc:mysql://${MYSQL-HOST:127.0.0.1}:${MYSQL-PORT:3306}/${MYSQL-DB:jimureport}?serverTimezone=UTC&useUnicode=true&characterEncoding=utf-8&allowPublicKeyRetrieval=true + url: jdbc:mysql://${MYSQL-HOST:127.0.0.1}:${MYSQL-PORT:3306}/${MYSQL-DB:jimureport}?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai username: root password: root driver-class-name: com.mysql.cj.jdbc.Driver