When learning mybatis, I encountered an error, the error is as follows:
Cause:
Solution: [1] Install the corresponding version of the database locally. Since I have MySQL 5.6 and MySQL 8.0 installed locally, switching the database to MySQL 5.6 solves the problem. <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <version>8.0.18</version> </dependency> Supplement: Mybatis connection to mysql8.0 is abnormal The reference to entity "serverTimezone" must end with the ';' delimiter. Reference to entity 'serverTimeZone' must end with a ';' delimiter. <property name="jdbcUrl"> jdbc:mysql://localhost:3306/exam?characterEncoding=utf8&serverTimezone=UTC </property> This is the end of this article about the configuration issues of MyBatis connecting to MySql8.0 version. For more relevant MyBatis connecting to MySql8.0 content, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope everyone will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: Learn the common methods and techniques in JS arrays and become a master
There are three main ways of MySQL replication: S...
Many people may ask, does the text on the website...
Table of contents 1. Introduction to sysbench #Pr...
Closure implementation of private variables Priva...
Let me share with you a creative opening realized...
When I first started setting up an ftp server on ...
This article shares a blinds special effect imple...
Table of contents Background Configuring DHCP Edi...
Recent projects involve the creation of a lot of ...
I believe everyone has played scratch tickets. Wh...
Table of contents forEach() Method How to jump ou...
Table of contents Problems encountered during dev...
Preface smb is the name of a protocol that can be...
Table of contents rc.local method chkconfig metho...
Recently, the Vue project needs to refresh the da...