Recently, an online security scan found a vulnerability in the MySQL connector. I checked and found that the version used was 5.1.47, which is indeed a long time ago. It is recommended to upgrade to the latest version 8.0.27 There are always some problems with upgrades. After changing the connector, the deployment reported an error.
Can't connect to the database I searched the configuration file and found that the class for the connection pool configuration connection could not be found. After switching back to mysql-connector-java 5.1.47, this class can be found Checking the jar package source code, I found that after changing mysql-connector-java 8.0.27, the path of the class connecting to jdbc has changed, which is a big pit. Finally, just change it to com.mysql.cj.jdbc.MysqlDataSource Finally, attach the database connection configuration of mysql8.0+
The rest of the framework configuration is
This is the end of this article about the precautions for upgrading to mysql-connector-java8.0.27. For more information about mysql-connector-java8.0.27, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: How to understand the difference between ref toRef and toRefs in Vue3
>>: Solution to overflow of html table
this keyword Which object calls the function, and...
Preface Through my previous Tomcat series of arti...
Drop-down box, text field, file field The upper p...
Problem Description Recently, when I was building...
A certain distance can be set between cells in a ...
This article shares the installation and configur...
In the previous blog, Xiao Xiong updated the meth...
Preface Today I will share with you a holy grail ...
Copy code The code is as follows: <html> &l...
Table of contents Vue custom directive Custom dir...
MySQL 5.7.20 installation and configuration metho...
Without relying on JavaScript, pure CSS is used t...
Table of contents Preface Core - CancelToken Prac...
Bash Initialization Files Interactive login shell...
Written in front A database is essentially a shar...