You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a java project, it detects tables and columns defined in the database but not in the hibernate entities. Useful to cleanup no longer used objects
Detect tables and columns that are no longer used in the code base
Output
Requirements
Node 14
Setup
Create config file
Rename .huo.json.tmp in .huo.json and fill with the required data
Run with Node
Install dependencies
npm install
Run application
npm start
About
Given a java project, it detects tables and columns defined in the database but not in the hibernate entities. Useful to cleanup no longer used objects