0

Play フレームワークで ActiveJDBC を使用しようとしています。起動時に特別なインストルメンテーション プラグインを実行する必要があります。

また、アプリケーションで Maven を使用しています。

インストルメンテーション プラグインを使用してアプリケーションを実行するにはどうすればよいですか?

4

1 に答える 1

0

Not too familiar with Play, but ActiveJDBC can be instrumented with a variety of methods, Maven plugin is only one such method. See here: http://javalt.org/p/instrumentation for more information. All you have to do is instrument ActiveJDBC models before you start Play.

于 2013-06-23T17:45:35.913 に答える