We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e74df commit 0c90aa5Copy full SHA for 0c90aa5
pom.xml
@@ -265,10 +265,11 @@
265
<version>${spring-boot.version}</version>
266
<scope>test</scope>
267
</dependency>
268
+ <!-- https://mvnrepository.com/artifact/com.mysql/mysql-connector-j -->
269
<dependency>
- <groupId>mysql</groupId>
270
- <artifactId>mysql-connector-java</artifactId>
271
- <version>8.0.28</version>
+ <groupId>com.mysql</groupId>
+ <artifactId>mysql-connector-j</artifactId>
272
+ <version>9.2.0</version>
273
274
275
<!-- 测试mqtt用的,mqtt客户端-->
0 commit comments