Hans Desmet's Avatar

Hans Desmet

@desmethans

Trainer: Java, C#, JavaScript ...

12
Followers
33
Following
3
Posts
23.12.2024
Joined
Posts Following

Latest posts by Hans Desmet @desmethans

May that C code rust in peace ...๐Ÿ˜‰

14.07.2025 09:20 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

I see in the article still: mysql-connector-java.
It should be: mysql-connector-j

18.04.2025 11:30 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Maven Central: com.mysql:mysql-connector-j Discover mysql-connector-j in the com.mysql namespace. Explore metadata, contributors, the Maven POM file, and more.

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...

16.04.2025 08:49 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0