سؤال

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.

هل كانت مفيدة؟

المحلول

Use Maven Assembly plugin to generate the Jar you need

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top