Commit 537d5a73c985fa83a91a693e850553c36fa1fba9
1 parent
b0d456a0
fix: update docker-compose.yml version type
Showing
2 changed files
with
3 additions
and
3 deletions
docker-compose.yml
ruoyi-admin/pom.xml
| ... | ... | @@ -39,8 +39,8 @@ |
| 39 | 39 | |
| 40 | 40 | <!-- Mysql驱动包 --> |
| 41 | 41 | <dependency> |
| 42 | - <groupId>mysql</groupId> | |
| 43 | - <artifactId>mysql-connector-java</artifactId> | |
| 42 | + <groupId>com.mysql</groupId> | |
| 43 | + <artifactId>mysql-connector-j</artifactId> | |
| 44 | 44 | <version>8.0.33</version> |
| 45 | 45 | </dependency> |
| 46 | 46 | ... | ... |