Zookeeper request timeout problem in dubbo: configuration of mybatis+spring connecting to mysql8.0.15

Zookeeper request timeout problem in dubbo: configuration of mybatis+spring connecting to mysql8.0.15

I am going to review Java these two days, so I wrote a shopping mall project using dubbo to practice, but I got stuck on the first test. I started the provider service and the consumer service, but the request interface always reported a zookeeper request timeout error (dubbo+zookeeper server repeated the call three times). After investigation, my problem lies in the connection between the dao layer and the database (and the provider side did not report an error, I am also R... Ten thousand words are omitted here, everything else is normal. If your problem is not in the dao layer connecting to the database, this article may not be of much help to you). The dao layer uses mybatis+spring to connect to the mysql database version 8.0.15

I used mysql5 originally, but then my computer broke down and I had to reinstall the system. I installed the latest version of mysql8, but I didn’t expect that there would be problems. I wasted an entire night. Sigh…
Let’s get to the point:

First, let's configure the dao layer:


insert image description here

insert image description here

Configure in db.properties.

insert image description here

SqlMapConfig.xml configuration details

insert image description here

Spring configuration file

insert image description here

The above is the problem.

Summarize

The above is the zookeeper request timeout problem in dubbo introduced by the editor: the configuration of mybatis+spring connecting to mysql8.0.15. I hope it will be helpful to everyone. If you have any questions, please leave me a message and the editor will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website!
If you find this article helpful, please feel free to reprint it and please indicate the source. Thank you!

You may also be interested in:
  • Detailed explanation of dubbo configuration file (recommended)
  • Dubbo service configuration method based on annotations (example explanation)
  • Quickly learn Dubbo's configuration environment and related configurations

<<:  Vue implements verification code countdown button

>>:  How webpack implements static resource caching

Recommend

Basic concepts and common methods of Map mapping in ECMAScript6

Table of contents What is a Mapping Difference be...

Linux nohup to run programs in the background and view them (nohup and &)

1. Background execution Generally, programs on Li...

Specific use of Linux which command

We often want to find a file in Linux, but we don...

How to use js to determine whether a file is utf-8 encoded

Conventional solution Use FileReader to read the ...

How to use CSS to achieve two columns fixed in the middle and adaptive

1. Use absolute positioning and margin The princi...

MySQL's conceptual understanding of various locks

Optimistic Locking Optimistic locking is mostly i...

A brief talk about MySQL semi-synchronous replication

Introduction MySQL achieves high availability of ...

In-depth understanding of MySQL slow query log

Table of contents What is the slow query log? How...

Automatically build and deploy using Docker+Jenkins

This article introduces Docker+Jenkins automatic ...

Nginx reverse proxy forwards port 80 requests to 8080

Let's first understand a wave of concepts, wh...

A simple explanation of MySQL parallel replication

1. Background of Parallel Replication First of al...

How to position the header at the top using CSS sticky layout

Application scenarios: One of the new requirement...

Vue implements table paging function

This article example shares the specific code of ...