Please make sure first that you comply to Springfuse's software requirements.
Reversing an Oracle database ? You must install and configure your Oracle JDBC driver first
2- Adjust the JDBC properties in the pom.xml so the springfuse plugin can access to your database meta-data.
3-
To reverse your database schema, open a console and from the folder containing the Maven2 pom.xml file,
run this maven command:
mvn -PyourDatabaseProfile initialize.
For example, if your database profile is 'postgresql', you should run:
mvn -Ppostgresql initialize
4- Sign in on www.springfuse.com site, upload the data-model.springfuse file to start the generation process and download the result: A full blown Java project written for your database!
You can download directly the project that you could generate yourself by following the getting started tutorial.
Then follow the instruction and take the time to review the generated code.