Generate entities from MySQL table in Eclipse

60 Views Asked by At

I have downloaded the 'mysql-connector' from the https://repo1.maven.org/maven2/com/mysql/mysql-connector-j/8.0.33/mysql-connector-j-8.0.33.jar

And added to the Java build path

enter image description here


But when I try to generate entities from table, its empty.

How can I add MySQL connection here.

enter image description here enter image description here enter image description here enter image description here enter image description here


eclipse version is Version: 2023-06 (4.28.0)

0

There are 0 best solutions below