Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sofa-dashboard-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<main.user.dir>../</main.user.dir>

<!-- Dependencies about -->
<mysql.connector.version>5.1.35</mysql.connector.version>
<mysql.connector.version>8.0.26</mysql.connector.version>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@OrezzerO you should provide a diff of mysql 5.x & mysql 8.0 , and why we need to upgrade this storeage type version. mysql 8.0 should only be available as an option.

in addition, when you upgrade mysql version, whether you need to consider changing the configuration,such as the Driver.

com.mysql.cj.jdbc.Driver

<druid.version>1.1.9</druid.version>
<sofaark.version>0.6.0</sofaark.version>
<dashboard.client.version>1.1.0-SNAPSHOT</dashboard.client.version>
Expand Down