2 Replies Latest reply on Oct 15, 2016 12:46 PM by cviniciusm

    How to use Forge 3.3.2.Final jpa-generate-entities-from-tables ?

    cviniciusm

      Hello,

       

      $ jpa-generate-entities-from-tables --jdbc-url jdbc:mysql://localhost:3306/estadoscidades?useSSL=false --user-name root --user-password mysql --hibernate-dialect org.hibernate.dialect.MySQL5InnoDBDialect --driver-class com.mysql.jdbc.Driver --driver-location /home/cviniciusm/mysql_java_connector/mysql-connector-java-5.1.39-bin.jar --target-package=org.estadoscidades.entity.pais --verify-connection true --databasetables *

      ***ERROR*** At least one database table must be specified

       

      The parameter/option databasetables appears not working, how to solve this issue, please ?