解决新版2.1.4 online表单插入行,添加报错问题

This commit is contained in:
zhangdaiscott
2020-02-24 17:48:23 +08:00
parent 1cabc94cea
commit 49a303d5e8
7 changed files with 10 additions and 11 deletions

View File

@ -96,7 +96,7 @@ spring:
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
datasource:
master:
url: jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
url: jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false
username: root
password: root
driver-class-name: com.mysql.jdbc.Driver

View File

@ -96,7 +96,7 @@ spring:
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
datasource:
master:
url: jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
url: jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false
username: root
password: root
driver-class-name: com.mysql.jdbc.Driver

View File

@ -96,7 +96,7 @@ spring:
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
datasource:
master:
url: jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
url: jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false
username: root
password: root
driver-class-name: com.mysql.jdbc.Driver

View File

@ -207,7 +207,6 @@
</exclusions>
</dependency>
<!-- online form-->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-re</artifactId>