We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dresscaではlog4j2.xmlファイルはエントリーポイントのmain/resourcesに配置する。 しかし、エントリーポイントでないwebプロジェクトにおいて、単体テスト用のlog4j2.xmlファイルがmain/resourcesに配置されている。 単体テストでのみlog4j2.xmlを使用していることを明示的にできるように、適切な場所に置き換えたい。
具体的な実装案としては、log4j2.xmlファイルをtest/resoucesに配置して、@ContextConfigurationを用いて、テストクラス内で読み込む方法などが考えられるが、その他にも良い方法がある可能性があるので、調査も必要である。
The text was updated successfully, but these errors were encountered:
webに配置されているlog4j2.xmlファイルをtest/resourcesに再配置することで問題は解消される。 @ContextConfigurationを用いた対応は不要である。
Sorry, something went wrong.
No branches or pull requests
概要
Dresscaではlog4j2.xmlファイルはエントリーポイントのmain/resourcesに配置する。
しかし、エントリーポイントでないwebプロジェクトにおいて、単体テスト用のlog4j2.xmlファイルがmain/resourcesに配置されている。
単体テストでのみlog4j2.xmlを使用していることを明示的にできるように、適切な場所に置き換えたい。
詳細 / 機能詳細(オプション)
具体的な実装案としては、log4j2.xmlファイルをtest/resoucesに配置して、@ContextConfigurationを用いて、テストクラス内で読み込む方法などが考えられるが、その他にも良い方法がある可能性があるので、調査も必要である。
完了条件
The text was updated successfully, but these errors were encountered: