Question

I have generated a web app (Spring MVC-style) based on a MYSQL db using Spring Roo. I'd like to know what's the easiest way to export the data model to Drools Workbench? I know it's possible to import jars in the Drools repository, but how can I generate this jar from Spring Roo and make sure it has all the classes needed?

Thanks in advance.

Était-ce utile?

La solution

Use Maven Assembly plugin to generate the Jar you need

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top