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