1

Play 2.1 にアップグレードした後、アプリケーションの起動時にいくつかのログ メッセージが表示されます。どういう意味ですか?

[debug] application - class controllers.WebProfile is not the right type
[debug] application - class controllers.WebProfile is not the right type
[debug] application - class controllers.WebProfile is not the right type
[debug] application - class controllers.WebDemo is not the right type
[debug] application - class controllers.WebDemo is not the right type
4

1 に答える 1

1

プロジェクトでswaggerを使用していますか?

もしそうなら、あなたのコントローラには API アノテーションがありません。

見てください: https://github.com/wordnik/swagger-core/blob/master/modules/swagger-play2/app/play/modules/swagger/ApiHelpInventory.scala#L210

于 2013-03-08T13:16:33.747 に答える