解决hibernate tool生成的pojo没有注解的问题

在配置console configure的时候,hibernate version不要选择太高,我的选择5.2版本才会有注解,5.4版本没有。

options 选择了MySQL 5, type 选择Annotations(jdk1.5+)。

另外,在code generation configurations的exporter将Generate EJB3 annotations和Use Java5  syntax勾上。

Author: bkdwei