Sign in
guzijian
/
bsth-alcohol-sign
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
04cc2dac3da15a4f459b161718569ba2ac201aab
Authored by
guzijian
2023-06-29 22:06:44 +0800
1 parent
7b97c644
fix: update mysql connect version
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
ruoyi-admin/pom.xml
ruoyi-admin/pom.xml
View file @
04cc2da
...
...
@@ -41,6 +41,7 @@
41
41
<dependency>
42
42
<groupId>mysql</groupId>
43
43
<artifactId>mysql-connector-java</artifactId>
44
+ <version>8.0.33</version>
44
45
</dependency>
45
46
46
47
<!-- 核心模块-->
...
...