Search code examples
databaseintellij-ideapojo

How to generate java pojos from Database at intellij Idea


From a database connection at Intellij Idea I desire generate a Pojo.


Solution

    1. Create the database connection at intellij Idea
    2. Do right click
    3. Go to Scripted Extensions
    4. Generate POJOS.groovy

    enter image description here