Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
テスト中にsrc/test/resources/log4j.propertiesファイルをオーバーライドするにはどうすればよいですか? /src/main/resources/log4j.properties1つ目は で終わりtarget/test-classes、2つ目は で終わりtarget/classesます。
src/test/resources/log4j.properties
/src/main/resources/log4j.properties
target/test-classes
target/classes
はい、重複を探しましたが、この場合、ロガーが混在していません - slf4j-log4j12 のみを使用しています。