문제

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