I try to generate java class from MySql 8.0.12 database by using Hibernate Tools on eclipse
Class are well generated but without annotations (like @Entity, etc...)
Here is my Hibernate Tools configuration :
I can ping database and retrieve tables :
Here is my hibernate code generation configuration :
and
I used to work with MySQL 5 and hibernate Tools 5.2 and it worked fine ! But now i would like to upgrade my database (MySql 8)
How can I solve this issue ?