0

リアクター ( https://github.com/reactor/reactor ) をシェーディングしようとしていますが、イベント バスの起動時に問題が発生しています。次のエラーが表示されます。このプロジェクトのシェーディングに関するアドバイスをいただければ幸いです

Caused by: java.lang.IllegalArgumentException: No Dispatcher found for name 'threadPoolExecutor', it must be present in the configuration properties or being registered programmatically through this#setDispatcher(threadPoolExecutor, someDispatcher)
4

1 に答える 1

1

にもプロパティ ファイルが必要ですMETA-INF/reactor/reactor-environment.properties。クラスパスにこれがないと、このエラーが表示されます。

于 2015-06-04T19:21:55.967 に答える