May that C code rust in peace ...๐
14.07.2025 09:20
๐ 0
๐ 0
๐ฌ 0
๐ 0
May that C code rust in peace ...๐
I see in the article still: mysql-connector-java.
It should be: mysql-connector-j
I think for MySQL it is:
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>${mysql.version}</version>
</dependency>
central.sonatype.com/artifact/com...